Shades of Sante Fe #B8705A
Tints of Sante Fe #B8705A
RGB
CMYK
RGB Variations
Color information
#B8705A (or 0xB8705A) is known color: Sante Fe. HEX triplet: B8, 70 and 5A. RGB value is (184,112,90). Sum of RGB (Red+Green+Blue) = 184+112+90=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8705A is #478FA5. Grayscale: #838383. Windows color (decimal): -4689830 or 5927096. OLE color: 5927096.
HSL color Cylindrical-coordinate representation of color #B8705A: hue angle of 14.04º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8705A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 90 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.28 |
| HSL | 14.04º | 0.4% | 0.54% | - |
| HSV(B) | 14.04º | 0.51% | 0.72% | - |
| XYZ | 27.41 | 22.52 | 12.57 | - |
| YUV | 131.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 90 | 0 | 0.39 | 0.51 | 0.28 | 14.04 | 0.4 | 0.54 |
| Hex | B8 | 70 | 5A | 0 | 27 | 33 | 1C | E | 28 | 36 |
| Octal | 270 | 160 | 132 | 0 | 47 | 63 | 34 | 16 | 50 | 66 |
| Binary | 10111000 | 1110000 | 1011010 | 0 | 100111 | 110011 | 11100 | 1110 | 101000 | 110110 |
Color Harmonies of #B8705A
Complementary color
Monochromatic Colors of #B8705A
Black with #B8705A
Text Example
Text Example
White with #B8705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8705A; }
p { color: rgb(184,112,90); }
H1.HeaderClassName
{
color: #B8705A;
}
.AnyTagClassName
{
color: #B8705A;
}
</style>
background-color css
<style>
a { background-color: #B8705A; }
a { background-color: rgb(184,112,90); }
div.DivClassName
{
background-color: #B8705A;
}
.BgClassName
{
background-color: #B8705A;
}
</style>
border-color css
<style>
span { border-color: #B8705A; }
span { border-color: rgb(184,112,90); }
td.TdClassName
{
border-color: #B8705A;
}
.TagClassName
{
border-color: #B8705A;
}
</style>