Shades of Sante Fe #B96C52
Tints of Sante Fe #B96C52
RGB
CMYK
RGB Variations
Color information
#B96C52 (or 0xB96C52) is known color: Sante Fe. HEX triplet: B9, 6C and 52. RGB value is (185,108,82). Sum of RGB (Red+Green+Blue) = 185+108+82=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C52 is #4693AD. Grayscale: #808080. Windows color (decimal): -4625326 or 5401785. OLE color: 5401785.
HSL color Cylindrical-coordinate representation of color #B96C52: hue angle of 15.15º degrees, saturation: 0.42, 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 #B96C52 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 82 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.27 |
| HSL | 15.15º | 0.42% | 0.52% | - |
| HSV(B) | 15.15º | 0.56% | 0.73% | - |
| XYZ | 26.89 | 21.65 | 10.74 | - |
| YUV | 128.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 82 | 0 | 0.42 | 0.56 | 0.27 | 15.15 | 0.42 | 0.52 |
| Hex | B9 | 6C | 52 | 0 | 2A | 38 | 1B | F | 2A | 34 |
| Octal | 271 | 154 | 122 | 0 | 52 | 70 | 33 | 17 | 52 | 64 |
| Binary | 10111001 | 1101100 | 1010010 | 0 | 101010 | 111000 | 11011 | 1111 | 101010 | 110100 |
Color Harmonies of #B96C52
Complementary color
Monochromatic Colors of #B96C52
Black with #B96C52
Text Example
Text Example
White with #B96C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C52; }
p { color: rgb(185,108,82); }
H1.HeaderClassName
{
color: #B96C52;
}
.AnyTagClassName
{
color: #B96C52;
}
</style>
background-color css
<style>
a { background-color: #B96C52; }
a { background-color: rgb(185,108,82); }
div.DivClassName
{
background-color: #B96C52;
}
.BgClassName
{
background-color: #B96C52;
}
</style>
border-color css
<style>
span { border-color: #B96C52; }
span { border-color: rgb(185,108,82); }
td.TdClassName
{
border-color: #B96C52;
}
.TagClassName
{
border-color: #B96C52;
}
</style>