Shades of Sante Fe #B97051
Tints of Sante Fe #B97051
RGB
CMYK
RGB Variations
Color information
#B97051 (or 0xB97051) is known color: Sante Fe. HEX triplet: B9, 70 and 51. RGB value is (185,112,81). Sum of RGB (Red+Green+Blue) = 185+112+81=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B97051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97051 is #468FAE. Grayscale: #828282. Windows color (decimal): -4624303 or 5337273. OLE color: 5337273.
HSL color Cylindrical-coordinate representation of color #B97051: hue angle of 17.88º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B97051 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 81 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.27 |
| HSL | 17.88º | 0.43% | 0.52% | - |
| HSV(B) | 17.88º | 0.56% | 0.73% | - |
| XYZ | 27.29 | 22.5 | 10.69 | - |
| YUV | 130.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 81 | 0 | 0.39 | 0.56 | 0.27 | 17.88 | 0.43 | 0.52 |
| Hex | B9 | 70 | 51 | 0 | 27 | 38 | 1B | 12 | 2B | 34 |
| Octal | 271 | 160 | 121 | 0 | 47 | 70 | 33 | 22 | 53 | 64 |
| Binary | 10111001 | 1110000 | 1010001 | 0 | 100111 | 111000 | 11011 | 10010 | 101011 | 110100 |
Color Harmonies of #B97051
Complementary color
Monochromatic Colors of #B97051
Black with #B97051
Text Example
Text Example
White with #B97051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97051; }
p { color: rgb(185,112,81); }
H1.HeaderClassName
{
color: #B97051;
}
.AnyTagClassName
{
color: #B97051;
}
</style>
background-color css
<style>
a { background-color: #B97051; }
a { background-color: rgb(185,112,81); }
div.DivClassName
{
background-color: #B97051;
}
.BgClassName
{
background-color: #B97051;
}
</style>
border-color css
<style>
span { border-color: #B97051; }
span { border-color: rgb(185,112,81); }
td.TdClassName
{
border-color: #B97051;
}
.TagClassName
{
border-color: #B97051;
}
</style>