Shades of Sante Fe #B87656
Tints of Sante Fe #B87656
RGB
CMYK
RGB Variations
Color information
#B87656 (or 0xB87656) is known color: Sante Fe. HEX triplet: B8, 76 and 56. RGB value is (184,118,86). Sum of RGB (Red+Green+Blue) = 184+118+86=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B87656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87656 is #4789A9. Grayscale: #868686. Windows color (decimal): -4688298 or 5666488. OLE color: 5666488.
HSL color Cylindrical-coordinate representation of color #B87656: hue angle of 19.59º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B87656 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 86 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.28 |
| HSL | 19.59º | 0.41% | 0.53% | - |
| HSV(B) | 19.59º | 0.53% | 0.72% | - |
| XYZ | 27.93 | 23.82 | 11.93 | - |
| YUV | 134.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 86 | 0 | 0.36 | 0.53 | 0.28 | 19.59 | 0.41 | 0.53 |
| Hex | B8 | 76 | 56 | 0 | 24 | 35 | 1C | 14 | 29 | 35 |
| Octal | 270 | 166 | 126 | 0 | 44 | 65 | 34 | 24 | 51 | 65 |
| Binary | 10111000 | 1110110 | 1010110 | 0 | 100100 | 110101 | 11100 | 10100 | 101001 | 110101 |
Color Harmonies of #B87656
Complementary color
Monochromatic Colors of #B87656
Black with #B87656
Text Example
Text Example
White with #B87656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87656; }
p { color: rgb(184,118,86); }
H1.HeaderClassName
{
color: #B87656;
}
.AnyTagClassName
{
color: #B87656;
}
</style>
background-color css
<style>
a { background-color: #B87656; }
a { background-color: rgb(184,118,86); }
div.DivClassName
{
background-color: #B87656;
}
.BgClassName
{
background-color: #B87656;
}
</style>
border-color css
<style>
span { border-color: #B87656; }
span { border-color: rgb(184,118,86); }
td.TdClassName
{
border-color: #B87656;
}
.TagClassName
{
border-color: #B87656;
}
</style>