Shades of Sante Fe #B57656
Tints of Sante Fe #B57656
RGB
CMYK
RGB Variations
Color information
#B57656 (or 0xB57656) is known color: Sante Fe. HEX triplet: B5, 76 and 56. RGB value is (181,118,86). Sum of RGB (Red+Green+Blue) = 181+118+86=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B57656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57656 is #4A89A9. Grayscale: #858585. Windows color (decimal): -4884906 or 5666485. OLE color: 5666485.
HSL color Cylindrical-coordinate representation of color #B57656: hue angle of 20.21º 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 #B57656 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 86 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.29 |
| HSL | 20.21º | 0.39% | 0.52% | - |
| HSV(B) | 20.21º | 0.52% | 0.71% | - |
| XYZ | 27.21 | 23.45 | 11.9 | - |
| YUV | 133.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 86 | 0 | 0.35 | 0.52 | 0.29 | 20.21 | 0.39 | 0.52 |
| Hex | B5 | 76 | 56 | 0 | 23 | 34 | 1D | 14 | 27 | 34 |
| Octal | 265 | 166 | 126 | 0 | 43 | 64 | 35 | 24 | 47 | 64 |
| Binary | 10110101 | 1110110 | 1010110 | 0 | 100011 | 110100 | 11101 | 10100 | 100111 | 110100 |
Color Harmonies of #B57656
Complementary color
Monochromatic Colors of #B57656
Black with #B57656
Text Example
Text Example
White with #B57656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57656; }
p { color: rgb(181,118,86); }
H1.HeaderClassName
{
color: #B57656;
}
.AnyTagClassName
{
color: #B57656;
}
</style>
background-color css
<style>
a { background-color: #B57656; }
a { background-color: rgb(181,118,86); }
div.DivClassName
{
background-color: #B57656;
}
.BgClassName
{
background-color: #B57656;
}
</style>
border-color css
<style>
span { border-color: #B57656; }
span { border-color: rgb(181,118,86); }
td.TdClassName
{
border-color: #B57656;
}
.TagClassName
{
border-color: #B57656;
}
</style>