Shades of Sante Fe #B86F54
Tints of Sante Fe #B86F54
RGB
CMYK
RGB Variations
Color information
#B86F54 (or 0xB86F54) is known color: Sante Fe. HEX triplet: B8, 6F and 54. RGB value is (184,111,84). Sum of RGB (Red+Green+Blue) = 184+111+84=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F54 is #4790AB. Grayscale: #818181. Windows color (decimal): -4690092 or 5533624. OLE color: 5533624.
HSL color Cylindrical-coordinate representation of color #B86F54: hue angle of 16.2º 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 #B86F54 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 84 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.28 |
| HSL | 16.2º | 0.41% | 0.53% | - |
| HSV(B) | 16.2º | 0.54% | 0.72% | - |
| XYZ | 27.05 | 22.2 | 11.25 | - |
| YUV | 129.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 84 | 0 | 0.40 | 0.54 | 0.28 | 16.2 | 0.41 | 0.53 |
| Hex | B8 | 6F | 54 | 0 | 28 | 36 | 1C | 10 | 29 | 35 |
| Octal | 270 | 157 | 124 | 0 | 50 | 66 | 34 | 20 | 51 | 65 |
| Binary | 10111000 | 1101111 | 1010100 | 0 | 101000 | 110110 | 11100 | 10000 | 101001 | 110101 |
Color Harmonies of #B86F54
Complementary color
Monochromatic Colors of #B86F54
Black with #B86F54
Text Example
Text Example
White with #B86F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F54; }
p { color: rgb(184,111,84); }
H1.HeaderClassName
{
color: #B86F54;
}
.AnyTagClassName
{
color: #B86F54;
}
</style>
background-color css
<style>
a { background-color: #B86F54; }
a { background-color: rgb(184,111,84); }
div.DivClassName
{
background-color: #B86F54;
}
.BgClassName
{
background-color: #B86F54;
}
</style>
border-color css
<style>
span { border-color: #B86F54; }
span { border-color: rgb(184,111,84); }
td.TdClassName
{
border-color: #B86F54;
}
.TagClassName
{
border-color: #B86F54;
}
</style>