Shades of Sante Fe #B9704C
Tints of Sante Fe #B9704C
RGB
CMYK
RGB Variations
Color information
#B9704C (or 0xB9704C) is known color: Sante Fe. HEX triplet: B9, 70 and 4C. RGB value is (185,112,76). Sum of RGB (Red+Green+Blue) = 185+112+76=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9704C is #468FB3. Grayscale: #818181. Windows color (decimal): -4624308 or 5009593. OLE color: 5009593.
HSL color Cylindrical-coordinate representation of color #B9704C: hue angle of 19.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9704C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 76 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.27 |
| HSL | 19.82º | 0.44% | 0.51% | - |
| HSV(B) | 19.82º | 0.59% | 0.73% | - |
| XYZ | 27.11 | 22.42 | 9.74 | - |
| YUV | 129.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 76 | 0 | 0.39 | 0.59 | 0.27 | 19.82 | 0.44 | 0.51 |
| Hex | B9 | 70 | 4C | 0 | 27 | 3B | 1B | 14 | 2C | 33 |
| Octal | 271 | 160 | 114 | 0 | 47 | 73 | 33 | 24 | 54 | 63 |
| Binary | 10111001 | 1110000 | 1001100 | 0 | 100111 | 111011 | 11011 | 10100 | 101100 | 110011 |
Color Harmonies of #B9704C
Complementary color
Monochromatic Colors of #B9704C
Black with #B9704C
Text Example
Text Example
White with #B9704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9704C; }
p { color: rgb(185,112,76); }
H1.HeaderClassName
{
color: #B9704C;
}
.AnyTagClassName
{
color: #B9704C;
}
</style>
background-color css
<style>
a { background-color: #B9704C; }
a { background-color: rgb(185,112,76); }
div.DivClassName
{
background-color: #B9704C;
}
.BgClassName
{
background-color: #B9704C;
}
</style>
border-color css
<style>
span { border-color: #B9704C; }
span { border-color: rgb(185,112,76); }
td.TdClassName
{
border-color: #B9704C;
}
.TagClassName
{
border-color: #B9704C;
}
</style>