Shades of Sante Fe #B86C54
Tints of Sante Fe #B86C54
RGB
CMYK
RGB Variations
Color information
#B86C54 (or 0xB86C54) is known color: Sante Fe. HEX triplet: B8, 6C and 54. RGB value is (184,108,84). Sum of RGB (Red+Green+Blue) = 184+108+84=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C54 is #4793AB. Grayscale: #808080. Windows color (decimal): -4690860 or 5532856. OLE color: 5532856.
HSL color Cylindrical-coordinate representation of color #B86C54: hue angle of 14.4º 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 #B86C54 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 84 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.28 |
| HSL | 14.4º | 0.41% | 0.53% | - |
| HSV(B) | 14.4º | 0.54% | 0.72% | - |
| XYZ | 26.73 | 21.56 | 11.14 | - |
| YUV | 127.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 84 | 0 | 0.41 | 0.54 | 0.28 | 14.4 | 0.41 | 0.53 |
| Hex | B8 | 6C | 54 | 0 | 29 | 36 | 1C | E | 29 | 35 |
| Octal | 270 | 154 | 124 | 0 | 51 | 66 | 34 | 16 | 51 | 65 |
| Binary | 10111000 | 1101100 | 1010100 | 0 | 101001 | 110110 | 11100 | 1110 | 101001 | 110101 |
Color Harmonies of #B86C54
Complementary color
Monochromatic Colors of #B86C54
Black with #B86C54
Text Example
Text Example
White with #B86C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C54; }
p { color: rgb(184,108,84); }
H1.HeaderClassName
{
color: #B86C54;
}
.AnyTagClassName
{
color: #B86C54;
}
</style>
background-color css
<style>
a { background-color: #B86C54; }
a { background-color: rgb(184,108,84); }
div.DivClassName
{
background-color: #B86C54;
}
.BgClassName
{
background-color: #B86C54;
}
</style>
border-color css
<style>
span { border-color: #B86C54; }
span { border-color: rgb(184,108,84); }
td.TdClassName
{
border-color: #B86C54;
}
.TagClassName
{
border-color: #B86C54;
}
</style>