Shades of Sante Fe #B47656
Tints of Sante Fe #B47656
RGB
CMYK
RGB Variations
Color information
#B47656 (or 0xB47656) is known color: Sante Fe. HEX triplet: B4, 76 and 56. RGB value is (180,118,86). Sum of RGB (Red+Green+Blue) = 180+118+86=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47656 is #4B89A9. Grayscale: #858585. Windows color (decimal): -4950442 or 5666484. OLE color: 5666484.
HSL color Cylindrical-coordinate representation of color #B47656: hue angle of 20.43º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B47656 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 86 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.29 |
| HSL | 20.43º | 0.39% | 0.52% | - |
| HSV(B) | 20.43º | 0.52% | 0.71% | - |
| XYZ | 26.98 | 23.33 | 11.89 | - |
| YUV | 132.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 86 | 0 | 0.34 | 0.52 | 0.29 | 20.43 | 0.39 | 0.52 |
| Hex | B4 | 76 | 56 | 0 | 22 | 34 | 1D | 14 | 27 | 34 |
| Octal | 264 | 166 | 126 | 0 | 42 | 64 | 35 | 24 | 47 | 64 |
| Binary | 10110100 | 1110110 | 1010110 | 0 | 100010 | 110100 | 11101 | 10100 | 100111 | 110100 |
Color Harmonies of #B47656
Complementary color
Monochromatic Colors of #B47656
Black with #B47656
Text Example
Text Example
White with #B47656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47656; }
p { color: rgb(180,118,86); }
H1.HeaderClassName
{
color: #B47656;
}
.AnyTagClassName
{
color: #B47656;
}
</style>
background-color css
<style>
a { background-color: #B47656; }
a { background-color: rgb(180,118,86); }
div.DivClassName
{
background-color: #B47656;
}
.BgClassName
{
background-color: #B47656;
}
</style>
border-color css
<style>
span { border-color: #B47656; }
span { border-color: rgb(180,118,86); }
td.TdClassName
{
border-color: #B47656;
}
.TagClassName
{
border-color: #B47656;
}
</style>