Shades of Sante Fe #B96D4F
Tints of Sante Fe #B96D4F
RGB
CMYK
RGB Variations
Color information
#B96D4F (or 0xB96D4F) is known color: Sante Fe. HEX triplet: B9, 6D and 4F. RGB value is (185,109,79). Sum of RGB (Red+Green+Blue) = 185+109+79=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D4F is #4692B0. Grayscale: #808080. Windows color (decimal): -4625073 or 5205433. OLE color: 5205433.
HSL color Cylindrical-coordinate representation of color #B96D4F: hue angle of 16.98º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96D4F is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 79 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.27 |
| HSL | 16.98º | 0.43% | 0.52% | - |
| HSV(B) | 16.98º | 0.57% | 0.73% | - |
| XYZ | 26.89 | 21.82 | 10.19 | - |
| YUV | 128.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 79 | 0 | 0.41 | 0.57 | 0.27 | 16.98 | 0.43 | 0.52 |
| Hex | B9 | 6D | 4F | 0 | 29 | 39 | 1B | 11 | 2B | 34 |
| Octal | 271 | 155 | 117 | 0 | 51 | 71 | 33 | 21 | 53 | 64 |
| Binary | 10111001 | 1101101 | 1001111 | 0 | 101001 | 111001 | 11011 | 10001 | 101011 | 110100 |
Color Harmonies of #B96D4F
Complementary color
Monochromatic Colors of #B96D4F
Black with #B96D4F
Text Example
Text Example
White with #B96D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D4F; }
p { color: rgb(185,109,79); }
H1.HeaderClassName
{
color: #B96D4F;
}
.AnyTagClassName
{
color: #B96D4F;
}
</style>
background-color css
<style>
a { background-color: #B96D4F; }
a { background-color: rgb(185,109,79); }
div.DivClassName
{
background-color: #B96D4F;
}
.BgClassName
{
background-color: #B96D4F;
}
</style>
border-color css
<style>
span { border-color: #B96D4F; }
span { border-color: rgb(185,109,79); }
td.TdClassName
{
border-color: #B96D4F;
}
.TagClassName
{
border-color: #B96D4F;
}
</style>