Shades of Sante Fe #B86D52
Tints of Sante Fe #B86D52
RGB
CMYK
RGB Variations
Color information
#B86D52 (or 0xB86D52) is known color: Sante Fe. HEX triplet: B8, 6D and 52. RGB value is (184,109,82). Sum of RGB (Red+Green+Blue) = 184+109+82=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D52 is #4792AD. Grayscale: #808080. Windows color (decimal): -4690606 or 5402040. OLE color: 5402040.
HSL color Cylindrical-coordinate representation of color #B86D52: hue angle of 15.88º 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 #B86D52 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 82 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.28 |
| HSL | 15.88º | 0.42% | 0.52% | - |
| HSV(B) | 15.88º | 0.55% | 0.72% | - |
| XYZ | 26.76 | 21.74 | 10.77 | - |
| YUV | 128.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 82 | 0 | 0.41 | 0.55 | 0.28 | 15.88 | 0.42 | 0.52 |
| Hex | B8 | 6D | 52 | 0 | 29 | 37 | 1C | 10 | 2A | 34 |
| Octal | 270 | 155 | 122 | 0 | 51 | 67 | 34 | 20 | 52 | 64 |
| Binary | 10111000 | 1101101 | 1010010 | 0 | 101001 | 110111 | 11100 | 10000 | 101010 | 110100 |
Color Harmonies of #B86D52
Complementary color
Monochromatic Colors of #B86D52
Black with #B86D52
Text Example
Text Example
White with #B86D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D52; }
p { color: rgb(184,109,82); }
H1.HeaderClassName
{
color: #B86D52;
}
.AnyTagClassName
{
color: #B86D52;
}
</style>
background-color css
<style>
a { background-color: #B86D52; }
a { background-color: rgb(184,109,82); }
div.DivClassName
{
background-color: #B86D52;
}
.BgClassName
{
background-color: #B86D52;
}
</style>
border-color css
<style>
span { border-color: #B86D52; }
span { border-color: rgb(184,109,82); }
td.TdClassName
{
border-color: #B86D52;
}
.TagClassName
{
border-color: #B86D52;
}
</style>