Shades of Sante Fe #B87756
Tints of Sante Fe #B87756
RGB
CMYK
RGB Variations
Color information
#B87756 (or 0xB87756) is known color: Sante Fe. HEX triplet: B8, 77 and 56. RGB value is (184,119,86). Sum of RGB (Red+Green+Blue) = 184+119+86=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B87756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87756 is #4788A9. Grayscale: #868686. Windows color (decimal): -4688042 or 5666744. OLE color: 5666744.
HSL color Cylindrical-coordinate representation of color #B87756: hue angle of 20.2º 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 #B87756 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 86 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.28 |
| HSL | 20.2º | 0.41% | 0.53% | - |
| HSV(B) | 20.2º | 0.53% | 0.72% | - |
| XYZ | 28.04 | 24.06 | 11.97 | - |
| YUV | 134.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 86 | 0 | 0.35 | 0.53 | 0.28 | 20.2 | 0.41 | 0.53 |
| Hex | B8 | 77 | 56 | 0 | 23 | 35 | 1C | 14 | 29 | 35 |
| Octal | 270 | 167 | 126 | 0 | 43 | 65 | 34 | 24 | 51 | 65 |
| Binary | 10111000 | 1110111 | 1010110 | 0 | 100011 | 110101 | 11100 | 10100 | 101001 | 110101 |
Color Harmonies of #B87756
Complementary color
Monochromatic Colors of #B87756
Black with #B87756
Text Example
Text Example
White with #B87756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87756; }
p { color: rgb(184,119,86); }
H1.HeaderClassName
{
color: #B87756;
}
.AnyTagClassName
{
color: #B87756;
}
</style>
background-color css
<style>
a { background-color: #B87756; }
a { background-color: rgb(184,119,86); }
div.DivClassName
{
background-color: #B87756;
}
.BgClassName
{
background-color: #B87756;
}
</style>
border-color css
<style>
span { border-color: #B87756; }
span { border-color: rgb(184,119,86); }
td.TdClassName
{
border-color: #B87756;
}
.TagClassName
{
border-color: #B87756;
}
</style>