Shades of Sante Fe #B86C53
Tints of Sante Fe #B86C53
RGB
CMYK
RGB Variations
Color information
#B86C53 (or 0xB86C53) is known color: Sante Fe. HEX triplet: B8, 6C and 53. RGB value is (184,108,83). Sum of RGB (Red+Green+Blue) = 184+108+83=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C53 is #4793AC. Grayscale: #808080. Windows color (decimal): -4690861 or 5467320. OLE color: 5467320.
HSL color Cylindrical-coordinate representation of color #B86C53: hue angle of 14.85º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86C53 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 83 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.28 |
| HSL | 14.85º | 0.42% | 0.52% | - |
| HSV(B) | 14.85º | 0.55% | 0.72% | - |
| XYZ | 26.69 | 21.54 | 10.93 | - |
| YUV | 127.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 83 | 0 | 0.41 | 0.55 | 0.28 | 14.85 | 0.42 | 0.52 |
| Hex | B8 | 6C | 53 | 0 | 29 | 37 | 1C | F | 2A | 34 |
| Octal | 270 | 154 | 123 | 0 | 51 | 67 | 34 | 17 | 52 | 64 |
| Binary | 10111000 | 1101100 | 1010011 | 0 | 101001 | 110111 | 11100 | 1111 | 101010 | 110100 |
Color Harmonies of #B86C53
Complementary color
Monochromatic Colors of #B86C53
Black with #B86C53
Text Example
Text Example
White with #B86C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C53; }
p { color: rgb(184,108,83); }
H1.HeaderClassName
{
color: #B86C53;
}
.AnyTagClassName
{
color: #B86C53;
}
</style>
background-color css
<style>
a { background-color: #B86C53; }
a { background-color: rgb(184,108,83); }
div.DivClassName
{
background-color: #B86C53;
}
.BgClassName
{
background-color: #B86C53;
}
</style>
border-color css
<style>
span { border-color: #B86C53; }
span { border-color: rgb(184,108,83); }
td.TdClassName
{
border-color: #B86C53;
}
.TagClassName
{
border-color: #B86C53;
}
</style>