Hi Lienzo,
To change the color of "Tags" in properties, you can follow these steps
1. Open file: components > com_osproperty > classes > listing.html.php
2. find
$tagArr[] = "<a href='$link'><span class='label label-important'>".$tag->keyword."</span></a>";
and you can change "label-important" by one of bellow classes
label-success : green
label-warning : orange
label-info : blue
label-inverse : black
Good luck
Dam