Shades of Sante Fe #B87256
Tints of Sante Fe #B87256
RGB
CMYK
RGB Variations
Color information
#B87256 (or 0xB87256) is known color: Sante Fe. HEX triplet: B8, 72 and 56. RGB value is (184,114,86). Sum of RGB (Red+Green+Blue) = 184+114+86=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B87256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87256 is #478DA9. Grayscale: #838383. Windows color (decimal): -4689322 or 5665464. OLE color: 5665464.
HSL color Cylindrical-coordinate representation of color #B87256: hue angle of 17.14º 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 #B87256 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 86 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.28 |
| HSL | 17.14º | 0.41% | 0.53% | - |
| HSV(B) | 17.14º | 0.53% | 0.72% | - |
| XYZ | 27.46 | 22.9 | 11.78 | - |
| YUV | 131.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 86 | 0 | 0.38 | 0.53 | 0.28 | 17.14 | 0.41 | 0.53 |
| Hex | B8 | 72 | 56 | 0 | 26 | 35 | 1C | 11 | 29 | 35 |
| Octal | 270 | 162 | 126 | 0 | 46 | 65 | 34 | 21 | 51 | 65 |
| Binary | 10111000 | 1110010 | 1010110 | 0 | 100110 | 110101 | 11100 | 10001 | 101001 | 110101 |
Color Harmonies of #B87256
Complementary color
Monochromatic Colors of #B87256
Black with #B87256
Text Example
Text Example
White with #B87256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87256; }
p { color: rgb(184,114,86); }
H1.HeaderClassName
{
color: #B87256;
}
.AnyTagClassName
{
color: #B87256;
}
</style>
background-color css
<style>
a { background-color: #B87256; }
a { background-color: rgb(184,114,86); }
div.DivClassName
{
background-color: #B87256;
}
.BgClassName
{
background-color: #B87256;
}
</style>
border-color css
<style>
span { border-color: #B87256; }
span { border-color: rgb(184,114,86); }
td.TdClassName
{
border-color: #B87256;
}
.TagClassName
{
border-color: #B87256;
}
</style>