Shades of Sante Fe #B86E55
Tints of Sante Fe #B86E55
RGB
CMYK
RGB Variations
Color information
#B86E55 (or 0xB86E55) is known color: Sante Fe. HEX triplet: B8, 6E and 55. RGB value is (184,110,85). Sum of RGB (Red+Green+Blue) = 184+110+85=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E55 is #4791AA. Grayscale: #818181. Windows color (decimal): -4690347 or 5598904. OLE color: 5598904.
HSL color Cylindrical-coordinate representation of color #B86E55: hue angle of 15.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86E55 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 85 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.28 |
| HSL | 15.15º | 0.41% | 0.53% | - |
| HSV(B) | 15.15º | 0.54% | 0.72% | - |
| XYZ | 26.98 | 22 | 11.42 | - |
| YUV | 129.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 85 | 0 | 0.40 | 0.54 | 0.28 | 15.15 | 0.41 | 0.53 |
| Hex | B8 | 6E | 55 | 0 | 28 | 36 | 1C | F | 29 | 35 |
| Octal | 270 | 156 | 125 | 0 | 50 | 66 | 34 | 17 | 51 | 65 |
| Binary | 10111000 | 1101110 | 1010101 | 0 | 101000 | 110110 | 11100 | 1111 | 101001 | 110101 |
Color Harmonies of #B86E55
Complementary color
Monochromatic Colors of #B86E55
Black with #B86E55
Text Example
Text Example
White with #B86E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E55; }
p { color: rgb(184,110,85); }
H1.HeaderClassName
{
color: #B86E55;
}
.AnyTagClassName
{
color: #B86E55;
}
</style>
background-color css
<style>
a { background-color: #B86E55; }
a { background-color: rgb(184,110,85); }
div.DivClassName
{
background-color: #B86E55;
}
.BgClassName
{
background-color: #B86E55;
}
</style>
border-color css
<style>
span { border-color: #B86E55; }
span { border-color: rgb(184,110,85); }
td.TdClassName
{
border-color: #B86E55;
}
.TagClassName
{
border-color: #B86E55;
}
</style>