Shades of Sante Fe #B9705A
Tints of Sante Fe #B9705A
RGB
CMYK
RGB Variations
Color information
#B9705A (or 0xB9705A) is known color: Sante Fe. HEX triplet: B9, 70 and 5A. RGB value is (185,112,90). Sum of RGB (Red+Green+Blue) = 185+112+90=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9705A is #468FA5. Grayscale: #838383. Windows color (decimal): -4624294 or 5927097. OLE color: 5927097.
HSL color Cylindrical-coordinate representation of color #B9705A: hue angle of 13.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9705A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 90 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.27 |
| HSL | 13.89º | 0.4% | 0.54% | - |
| HSV(B) | 13.89º | 0.51% | 0.73% | - |
| XYZ | 27.65 | 22.64 | 12.59 | - |
| YUV | 131.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 90 | 0 | 0.39 | 0.51 | 0.27 | 13.89 | 0.4 | 0.54 |
| Hex | B9 | 70 | 5A | 0 | 27 | 33 | 1B | E | 28 | 36 |
| Octal | 271 | 160 | 132 | 0 | 47 | 63 | 33 | 16 | 50 | 66 |
| Binary | 10111001 | 1110000 | 1011010 | 0 | 100111 | 110011 | 11011 | 1110 | 101000 | 110110 |
Color Harmonies of #B9705A
Complementary color
Monochromatic Colors of #B9705A
Black with #B9705A
Text Example
Text Example
White with #B9705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9705A; }
p { color: rgb(185,112,90); }
H1.HeaderClassName
{
color: #B9705A;
}
.AnyTagClassName
{
color: #B9705A;
}
</style>
background-color css
<style>
a { background-color: #B9705A; }
a { background-color: rgb(185,112,90); }
div.DivClassName
{
background-color: #B9705A;
}
.BgClassName
{
background-color: #B9705A;
}
</style>
border-color css
<style>
span { border-color: #B9705A; }
span { border-color: rgb(185,112,90); }
td.TdClassName
{
border-color: #B9705A;
}
.TagClassName
{
border-color: #B9705A;
}
</style>