Shades of Sante Fe #B96951
Tints of Sante Fe #B96951
RGB
CMYK
RGB Variations
Color information
#B96951 (or 0xB96951) is known color: Sante Fe. HEX triplet: B9, 69 and 51. RGB value is (185,105,81). Sum of RGB (Red+Green+Blue) = 185+105+81=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96951 is #4696AE. Grayscale: #7E7E7E. Windows color (decimal): -4626095 or 5335481. OLE color: 5335481.
HSL color Cylindrical-coordinate representation of color #B96951: hue angle of 13.85º 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 #B96951 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 81 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.27 |
| HSL | 13.85º | 0.43% | 0.52% | - |
| HSV(B) | 13.85º | 0.56% | 0.73% | - |
| XYZ | 26.54 | 21.01 | 10.44 | - |
| YUV | 126.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 81 | 0 | 0.43 | 0.56 | 0.27 | 13.85 | 0.43 | 0.52 |
| Hex | B9 | 69 | 51 | 0 | 2B | 38 | 1B | E | 2B | 34 |
| Octal | 271 | 151 | 121 | 0 | 53 | 70 | 33 | 16 | 53 | 64 |
| Binary | 10111001 | 1101001 | 1010001 | 0 | 101011 | 111000 | 11011 | 1110 | 101011 | 110100 |
Color Harmonies of #B96951
Complementary color
Monochromatic Colors of #B96951
Black with #B96951
Text Example
Text Example
White with #B96951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96951; }
p { color: rgb(185,105,81); }
H1.HeaderClassName
{
color: #B96951;
}
.AnyTagClassName
{
color: #B96951;
}
</style>
background-color css
<style>
a { background-color: #B96951; }
a { background-color: rgb(185,105,81); }
div.DivClassName
{
background-color: #B96951;
}
.BgClassName
{
background-color: #B96951;
}
</style>
border-color css
<style>
span { border-color: #B96951; }
span { border-color: rgb(185,105,81); }
td.TdClassName
{
border-color: #B96951;
}
.TagClassName
{
border-color: #B96951;
}
</style>