Shades of Sante Fe #B86F50
Tints of Sante Fe #B86F50
RGB
CMYK
RGB Variations
Color information
#B86F50 (or 0xB86F50) is known color: Sante Fe. HEX triplet: B8, 6F and 50. RGB value is (184,111,80). Sum of RGB (Red+Green+Blue) = 184+111+80=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F50 is #4790AF. Grayscale: #818181. Windows color (decimal): -4690096 or 5271480. OLE color: 5271480.
HSL color Cylindrical-coordinate representation of color #B86F50: hue angle of 17.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B86F50 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 80 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.28 |
| HSL | 17.88º | 0.42% | 0.52% | - |
| HSV(B) | 17.88º | 0.57% | 0.72% | - |
| XYZ | 26.9 | 22.14 | 10.44 | - |
| YUV | 129.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 80 | 0 | 0.40 | 0.57 | 0.28 | 17.88 | 0.42 | 0.52 |
| Hex | B8 | 6F | 50 | 0 | 28 | 39 | 1C | 12 | 2A | 34 |
| Octal | 270 | 157 | 120 | 0 | 50 | 71 | 34 | 22 | 52 | 64 |
| Binary | 10111000 | 1101111 | 1010000 | 0 | 101000 | 111001 | 11100 | 10010 | 101010 | 110100 |
Color Harmonies of #B86F50
Complementary color
Monochromatic Colors of #B86F50
Black with #B86F50
Text Example
Text Example
White with #B86F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F50; }
p { color: rgb(184,111,80); }
H1.HeaderClassName
{
color: #B86F50;
}
.AnyTagClassName
{
color: #B86F50;
}
</style>
background-color css
<style>
a { background-color: #B86F50; }
a { background-color: rgb(184,111,80); }
div.DivClassName
{
background-color: #B86F50;
}
.BgClassName
{
background-color: #B86F50;
}
</style>
border-color css
<style>
span { border-color: #B86F50; }
span { border-color: rgb(184,111,80); }
td.TdClassName
{
border-color: #B86F50;
}
.TagClassName
{
border-color: #B86F50;
}
</style>