Shades of Sante Fe #B96C57
Tints of Sante Fe #B96C57
RGB
CMYK
RGB Variations
Color information
#B96C57 (or 0xB96C57) is known color: Sante Fe. HEX triplet: B9, 6C and 57. RGB value is (185,108,87). Sum of RGB (Red+Green+Blue) = 185+108+87=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C57 is #4693A8. Grayscale: #808080. Windows color (decimal): -4625321 or 5729465. OLE color: 5729465.
HSL color Cylindrical-coordinate representation of color #B96C57: hue angle of 12.86º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96C57 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 87 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.27 |
| HSL | 12.86º | 0.41% | 0.53% | - |
| HSV(B) | 12.86º | 0.53% | 0.73% | - |
| XYZ | 27.09 | 21.73 | 11.78 | - |
| YUV | 128.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 87 | 0 | 0.42 | 0.53 | 0.27 | 12.86 | 0.41 | 0.53 |
| Hex | B9 | 6C | 57 | 0 | 2A | 35 | 1B | D | 29 | 35 |
| Octal | 271 | 154 | 127 | 0 | 52 | 65 | 33 | 15 | 51 | 65 |
| Binary | 10111001 | 1101100 | 1010111 | 0 | 101010 | 110101 | 11011 | 1101 | 101001 | 110101 |
Color Harmonies of #B96C57
Complementary color
Monochromatic Colors of #B96C57
Black with #B96C57
Text Example
Text Example
White with #B96C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C57; }
p { color: rgb(185,108,87); }
H1.HeaderClassName
{
color: #B96C57;
}
.AnyTagClassName
{
color: #B96C57;
}
</style>
background-color css
<style>
a { background-color: #B96C57; }
a { background-color: rgb(185,108,87); }
div.DivClassName
{
background-color: #B96C57;
}
.BgClassName
{
background-color: #B96C57;
}
</style>
border-color css
<style>
span { border-color: #B96C57; }
span { border-color: rgb(185,108,87); }
td.TdClassName
{
border-color: #B96C57;
}
.TagClassName
{
border-color: #B96C57;
}
</style>