Shades of Sante Fe #B86F58
Tints of Sante Fe #B86F58
RGB
CMYK
RGB Variations
Color information
#B86F58 (or 0xB86F58) is known color: Sante Fe. HEX triplet: B8, 6F and 58. RGB value is (184,111,88). Sum of RGB (Red+Green+Blue) = 184+111+88=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F58 is #4790A7. Grayscale: #828282. Windows color (decimal): -4690088 or 5795768. OLE color: 5795768.
HSL color Cylindrical-coordinate representation of color #B86F58: hue angle of 14.38º 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 #B86F58 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 88 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.28 |
| HSL | 14.38º | 0.4% | 0.53% | - |
| HSV(B) | 14.38º | 0.52% | 0.72% | - |
| XYZ | 27.21 | 22.26 | 12.1 | - |
| YUV | 130.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 88 | 0 | 0.40 | 0.52 | 0.28 | 14.38 | 0.4 | 0.53 |
| Hex | B8 | 6F | 58 | 0 | 28 | 34 | 1C | E | 28 | 35 |
| Octal | 270 | 157 | 130 | 0 | 50 | 64 | 34 | 16 | 50 | 65 |
| Binary | 10111000 | 1101111 | 1011000 | 0 | 101000 | 110100 | 11100 | 1110 | 101000 | 110101 |
Color Harmonies of #B86F58
Complementary color
Monochromatic Colors of #B86F58
Black with #B86F58
Text Example
Text Example
White with #B86F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F58; }
p { color: rgb(184,111,88); }
H1.HeaderClassName
{
color: #B86F58;
}
.AnyTagClassName
{
color: #B86F58;
}
</style>
background-color css
<style>
a { background-color: #B86F58; }
a { background-color: rgb(184,111,88); }
div.DivClassName
{
background-color: #B86F58;
}
.BgClassName
{
background-color: #B86F58;
}
</style>
border-color css
<style>
span { border-color: #B86F58; }
span { border-color: rgb(184,111,88); }
td.TdClassName
{
border-color: #B86F58;
}
.TagClassName
{
border-color: #B86F58;
}
</style>