Shades of Sante Fe #B96F54
Tints of Sante Fe #B96F54
RGB
CMYK
RGB Variations
Color information
#B96F54 (or 0xB96F54) is known color: Sante Fe. HEX triplet: B9, 6F and 54. RGB value is (185,111,84). Sum of RGB (Red+Green+Blue) = 185+111+84=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F54 is #4690AB. Grayscale: #828282. Windows color (decimal): -4624556 or 5533625. OLE color: 5533625.
HSL color Cylindrical-coordinate representation of color #B96F54: hue angle of 16.04º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96F54 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 84 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.27 |
| HSL | 16.04º | 0.42% | 0.53% | - |
| HSV(B) | 16.04º | 0.55% | 0.73% | - |
| XYZ | 27.29 | 22.32 | 11.26 | - |
| YUV | 130.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 84 | 0 | 0.4 | 0.55 | 0.27 | 16.04 | 0.42 | 0.53 |
| Hex | B9 | 6F | 54 | 0 | 28 | 37 | 1B | 10 | 2A | 35 |
| Octal | 271 | 157 | 124 | 0 | 50 | 67 | 33 | 20 | 52 | 65 |
| Binary | 10111001 | 1101111 | 1010100 | 0 | 101000 | 110111 | 11011 | 10000 | 101010 | 110101 |
Color Harmonies of #B96F54
Complementary color
Monochromatic Colors of #B96F54
Black with #B96F54
Text Example
Text Example
White with #B96F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F54; }
p { color: rgb(185,111,84); }
H1.HeaderClassName
{
color: #B96F54;
}
.AnyTagClassName
{
color: #B96F54;
}
</style>
background-color css
<style>
a { background-color: #B96F54; }
a { background-color: rgb(185,111,84); }
div.DivClassName
{
background-color: #B96F54;
}
.BgClassName
{
background-color: #B96F54;
}
</style>
border-color css
<style>
span { border-color: #B96F54; }
span { border-color: rgb(185,111,84); }
td.TdClassName
{
border-color: #B96F54;
}
.TagClassName
{
border-color: #B96F54;
}
</style>