Shades of Sante Fe #B87356
Tints of Sante Fe #B87356
RGB
CMYK
RGB Variations
Color information
#B87356 (or 0xB87356) is known color: Sante Fe. HEX triplet: B8, 73 and 56. RGB value is (184,115,86). Sum of RGB (Red+Green+Blue) = 184+115+86=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87356 is #478CA9. Grayscale: #848484. Windows color (decimal): -4689066 or 5665720. OLE color: 5665720.
HSL color Cylindrical-coordinate representation of color #B87356: hue angle of 17.76º 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 #B87356 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 86 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.28 |
| HSL | 17.76º | 0.41% | 0.53% | - |
| HSV(B) | 17.76º | 0.53% | 0.72% | - |
| XYZ | 27.58 | 23.12 | 11.81 | - |
| YUV | 132.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 86 | 0 | 0.38 | 0.53 | 0.28 | 17.76 | 0.41 | 0.53 |
| Hex | B8 | 73 | 56 | 0 | 26 | 35 | 1C | 12 | 29 | 35 |
| Octal | 270 | 163 | 126 | 0 | 46 | 65 | 34 | 22 | 51 | 65 |
| Binary | 10111000 | 1110011 | 1010110 | 0 | 100110 | 110101 | 11100 | 10010 | 101001 | 110101 |
Color Harmonies of #B87356
Complementary color
Monochromatic Colors of #B87356
Black with #B87356
Text Example
Text Example
White with #B87356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87356; }
p { color: rgb(184,115,86); }
H1.HeaderClassName
{
color: #B87356;
}
.AnyTagClassName
{
color: #B87356;
}
</style>
background-color css
<style>
a { background-color: #B87356; }
a { background-color: rgb(184,115,86); }
div.DivClassName
{
background-color: #B87356;
}
.BgClassName
{
background-color: #B87356;
}
</style>
border-color css
<style>
span { border-color: #B87356; }
span { border-color: rgb(184,115,86); }
td.TdClassName
{
border-color: #B87356;
}
.TagClassName
{
border-color: #B87356;
}
</style>