Shades of Sante Fe #B9734D
Tints of Sante Fe #B9734D
RGB
CMYK
RGB Variations
Color information
#B9734D (or 0xB9734D) is known color: Sante Fe. HEX triplet: B9, 73 and 4D. RGB value is (185,115,77). Sum of RGB (Red+Green+Blue) = 185+115+77=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9734D is #468CB2. Grayscale: #838383. Windows color (decimal): -4623539 or 5075897. OLE color: 5075897.
HSL color Cylindrical-coordinate representation of color #B9734D: hue angle of 21.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9734D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 77 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.27 |
| HSL | 21.11º | 0.44% | 0.51% | - |
| HSV(B) | 21.11º | 0.58% | 0.73% | - |
| XYZ | 27.48 | 23.11 | 10.03 | - |
| YUV | 131.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 77 | 0 | 0.38 | 0.58 | 0.27 | 21.11 | 0.44 | 0.51 |
| Hex | B9 | 73 | 4D | 0 | 26 | 3A | 1B | 15 | 2C | 33 |
| Octal | 271 | 163 | 115 | 0 | 46 | 72 | 33 | 25 | 54 | 63 |
| Binary | 10111001 | 1110011 | 1001101 | 0 | 100110 | 111010 | 11011 | 10101 | 101100 | 110011 |
Color Harmonies of #B9734D
Complementary color
Monochromatic Colors of #B9734D
Black with #B9734D
Text Example
Text Example
White with #B9734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9734D; }
p { color: rgb(185,115,77); }
H1.HeaderClassName
{
color: #B9734D;
}
.AnyTagClassName
{
color: #B9734D;
}
</style>
background-color css
<style>
a { background-color: #B9734D; }
a { background-color: rgb(185,115,77); }
div.DivClassName
{
background-color: #B9734D;
}
.BgClassName
{
background-color: #B9734D;
}
</style>
border-color css
<style>
span { border-color: #B9734D; }
span { border-color: rgb(185,115,77); }
td.TdClassName
{
border-color: #B9734D;
}
.TagClassName
{
border-color: #B9734D;
}
</style>