Shades of Sante Fe #B86951
Tints of Sante Fe #B86951
RGB
CMYK
RGB Variations
Color information
#B86951 (or 0xB86951) is known color: Sante Fe. HEX triplet: B8, 69 and 51. RGB value is (184,105,81). Sum of RGB (Red+Green+Blue) = 184+105+81=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B86951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86951 is #4796AE. Grayscale: #7E7E7E. Windows color (decimal): -4691631 or 5335480. OLE color: 5335480.
HSL color Cylindrical-coordinate representation of color #B86951: hue angle of 13.98º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86951 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 81 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.28 |
| HSL | 13.98º | 0.42% | 0.52% | - |
| HSV(B) | 13.98º | 0.56% | 0.72% | - |
| XYZ | 26.3 | 20.89 | 10.43 | - |
| YUV | 125.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 81 | 0 | 0.43 | 0.56 | 0.28 | 13.98 | 0.42 | 0.52 |
| Hex | B8 | 69 | 51 | 0 | 2B | 38 | 1C | E | 2A | 34 |
| Octal | 270 | 151 | 121 | 0 | 53 | 70 | 34 | 16 | 52 | 64 |
| Binary | 10111000 | 1101001 | 1010001 | 0 | 101011 | 111000 | 11100 | 1110 | 101010 | 110100 |
Color Harmonies of #B86951
Complementary color
Monochromatic Colors of #B86951
Black with #B86951
Text Example
Text Example
White with #B86951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86951; }
p { color: rgb(184,105,81); }
H1.HeaderClassName
{
color: #B86951;
}
.AnyTagClassName
{
color: #B86951;
}
</style>
background-color css
<style>
a { background-color: #B86951; }
a { background-color: rgb(184,105,81); }
div.DivClassName
{
background-color: #B86951;
}
.BgClassName
{
background-color: #B86951;
}
</style>
border-color css
<style>
span { border-color: #B86951; }
span { border-color: rgb(184,105,81); }
td.TdClassName
{
border-color: #B86951;
}
.TagClassName
{
border-color: #B86951;
}
</style>