Shades of Sante Fe #B86D58
Tints of Sante Fe #B86D58
RGB
CMYK
RGB Variations
Color information
#B86D58 (or 0xB86D58) is known color: Sante Fe. HEX triplet: B8, 6D and 58. RGB value is (184,109,88). Sum of RGB (Red+Green+Blue) = 184+109+88=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D58 is #4792A7. Grayscale: #818181. Windows color (decimal): -4690600 or 5795256. OLE color: 5795256.
HSL color Cylindrical-coordinate representation of color #B86D58: hue angle of 13.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86D58 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 88 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.28 |
| HSL | 13.13º | 0.4% | 0.53% | - |
| HSV(B) | 13.13º | 0.52% | 0.72% | - |
| XYZ | 27 | 21.83 | 12.02 | - |
| YUV | 129.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 88 | 0 | 0.41 | 0.52 | 0.28 | 13.13 | 0.4 | 0.53 |
| Hex | B8 | 6D | 58 | 0 | 29 | 34 | 1C | D | 28 | 35 |
| Octal | 270 | 155 | 130 | 0 | 51 | 64 | 34 | 15 | 50 | 65 |
| Binary | 10111000 | 1101101 | 1011000 | 0 | 101001 | 110100 | 11100 | 1101 | 101000 | 110101 |
Color Harmonies of #B86D58
Complementary color
Monochromatic Colors of #B86D58
Black with #B86D58
Text Example
Text Example
White with #B86D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D58; }
p { color: rgb(184,109,88); }
H1.HeaderClassName
{
color: #B86D58;
}
.AnyTagClassName
{
color: #B86D58;
}
</style>
background-color css
<style>
a { background-color: #B86D58; }
a { background-color: rgb(184,109,88); }
div.DivClassName
{
background-color: #B86D58;
}
.BgClassName
{
background-color: #B86D58;
}
</style>
border-color css
<style>
span { border-color: #B86D58; }
span { border-color: rgb(184,109,88); }
td.TdClassName
{
border-color: #B86D58;
}
.TagClassName
{
border-color: #B86D58;
}
</style>