Shades of Sante Fe #B96E55
Tints of Sante Fe #B96E55
RGB
CMYK
RGB Variations
Color information
#B96E55 (or 0xB96E55) is known color: Sante Fe. HEX triplet: B9, 6E and 55. RGB value is (185,110,85). Sum of RGB (Red+Green+Blue) = 185+110+85=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E55 is #4691AA. Grayscale: #818181. Windows color (decimal): -4624811 or 5598905. OLE color: 5598905.
HSL color Cylindrical-coordinate representation of color #B96E55: hue angle of 15º degrees, saturation: 0.42, 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 #B96E55 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 85 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.27 |
| HSL | 15º | 0.42% | 0.53% | - |
| HSV(B) | 15º | 0.54% | 0.73% | - |
| XYZ | 27.22 | 22.12 | 11.43 | - |
| YUV | 129.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 85 | 0 | 0.41 | 0.54 | 0.27 | 15 | 0.42 | 0.53 |
| Hex | B9 | 6E | 55 | 0 | 29 | 36 | 1B | F | 2A | 35 |
| Octal | 271 | 156 | 125 | 0 | 51 | 66 | 33 | 17 | 52 | 65 |
| Binary | 10111001 | 1101110 | 1010101 | 0 | 101001 | 110110 | 11011 | 1111 | 101010 | 110101 |
Color Harmonies of #B96E55
Complementary color
Monochromatic Colors of #B96E55
Black with #B96E55
Text Example
Text Example
White with #B96E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E55; }
p { color: rgb(185,110,85); }
H1.HeaderClassName
{
color: #B96E55;
}
.AnyTagClassName
{
color: #B96E55;
}
</style>
background-color css
<style>
a { background-color: #B96E55; }
a { background-color: rgb(185,110,85); }
div.DivClassName
{
background-color: #B96E55;
}
.BgClassName
{
background-color: #B96E55;
}
</style>
border-color css
<style>
span { border-color: #B96E55; }
span { border-color: rgb(185,110,85); }
td.TdClassName
{
border-color: #B96E55;
}
.TagClassName
{
border-color: #B96E55;
}
</style>