Shades of Sante Fe #B97856
Tints of Sante Fe #B97856
RGB
CMYK
RGB Variations
Color information
#B97856 (or 0xB97856) is known color: Sante Fe. HEX triplet: B9, 78 and 56. RGB value is (185,120,86). Sum of RGB (Red+Green+Blue) = 185+120+86=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B97856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97856 is #4687A9. Grayscale: #878787. Windows color (decimal): -4622250 or 5667001. OLE color: 5667001.
HSL color Cylindrical-coordinate representation of color #B97856: hue angle of 20.61º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B97856 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 86 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.27 |
| HSL | 20.61º | 0.41% | 0.53% | - |
| HSV(B) | 20.61º | 0.54% | 0.73% | - |
| XYZ | 28.4 | 24.42 | 12.02 | - |
| YUV | 135.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 86 | 0 | 0.35 | 0.54 | 0.27 | 20.61 | 0.41 | 0.53 |
| Hex | B9 | 78 | 56 | 0 | 23 | 36 | 1B | 15 | 29 | 35 |
| Octal | 271 | 170 | 126 | 0 | 43 | 66 | 33 | 25 | 51 | 65 |
| Binary | 10111001 | 1111000 | 1010110 | 0 | 100011 | 110110 | 11011 | 10101 | 101001 | 110101 |
Color Harmonies of #B97856
Complementary color
Monochromatic Colors of #B97856
Black with #B97856
Text Example
Text Example
White with #B97856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97856; }
p { color: rgb(185,120,86); }
H1.HeaderClassName
{
color: #B97856;
}
.AnyTagClassName
{
color: #B97856;
}
</style>
background-color css
<style>
a { background-color: #B97856; }
a { background-color: rgb(185,120,86); }
div.DivClassName
{
background-color: #B97856;
}
.BgClassName
{
background-color: #B97856;
}
</style>
border-color css
<style>
span { border-color: #B97856; }
span { border-color: rgb(185,120,86); }
td.TdClassName
{
border-color: #B97856;
}
.TagClassName
{
border-color: #B97856;
}
</style>