Shades of Sante Fe #B8735A
Tints of Sante Fe #B8735A
RGB
CMYK
RGB Variations
Color information
#B8735A (or 0xB8735A) is known color: Sante Fe. HEX triplet: B8, 73 and 5A. RGB value is (184,115,90). Sum of RGB (Red+Green+Blue) = 184+115+90=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8735A is #478CA5. Grayscale: #848484. Windows color (decimal): -4689062 or 5927864. OLE color: 5927864.
HSL color Cylindrical-coordinate representation of color #B8735A: hue angle of 15.96º 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 #B8735A is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 90 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.28 |
| HSL | 15.96º | 0.4% | 0.54% | - |
| HSV(B) | 15.96º | 0.51% | 0.72% | - |
| XYZ | 27.74 | 23.19 | 12.69 | - |
| YUV | 132.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 90 | 0 | 0.38 | 0.51 | 0.28 | 15.96 | 0.4 | 0.54 |
| Hex | B8 | 73 | 5A | 0 | 26 | 33 | 1C | 10 | 28 | 36 |
| Octal | 270 | 163 | 132 | 0 | 46 | 63 | 34 | 20 | 50 | 66 |
| Binary | 10111000 | 1110011 | 1011010 | 0 | 100110 | 110011 | 11100 | 10000 | 101000 | 110110 |
Color Harmonies of #B8735A
Complementary color
Monochromatic Colors of #B8735A
Black with #B8735A
Text Example
Text Example
White with #B8735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8735A; }
p { color: rgb(184,115,90); }
H1.HeaderClassName
{
color: #B8735A;
}
.AnyTagClassName
{
color: #B8735A;
}
</style>
background-color css
<style>
a { background-color: #B8735A; }
a { background-color: rgb(184,115,90); }
div.DivClassName
{
background-color: #B8735A;
}
.BgClassName
{
background-color: #B8735A;
}
</style>
border-color css
<style>
span { border-color: #B8735A; }
span { border-color: rgb(184,115,90); }
td.TdClassName
{
border-color: #B8735A;
}
.TagClassName
{
border-color: #B8735A;
}
</style>