Shades of Sante Fe #B57856
Tints of Sante Fe #B57856
RGB
CMYK
RGB Variations
Color information
#B57856 (or 0xB57856) is known color: Sante Fe. HEX triplet: B5, 78 and 56. RGB value is (181,120,86). Sum of RGB (Red+Green+Blue) = 181+120+86=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B57856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57856 is #4A87A9. Grayscale: #868686. Windows color (decimal): -4884394 or 5666997. OLE color: 5666997.
HSL color Cylindrical-coordinate representation of color #B57856: hue angle of 21.47º 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 #B57856 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 86 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.29 |
| HSL | 21.47º | 0.39% | 0.52% | - |
| HSV(B) | 21.47º | 0.52% | 0.71% | - |
| XYZ | 27.45 | 23.93 | 11.98 | - |
| YUV | 134.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 86 | 0 | 0.34 | 0.52 | 0.29 | 21.47 | 0.39 | 0.52 |
| Hex | B5 | 78 | 56 | 0 | 22 | 34 | 1D | 15 | 27 | 34 |
| Octal | 265 | 170 | 126 | 0 | 42 | 64 | 35 | 25 | 47 | 64 |
| Binary | 10110101 | 1111000 | 1010110 | 0 | 100010 | 110100 | 11101 | 10101 | 100111 | 110100 |
Color Harmonies of #B57856
Complementary color
Monochromatic Colors of #B57856
Black with #B57856
Text Example
Text Example
White with #B57856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57856; }
p { color: rgb(181,120,86); }
H1.HeaderClassName
{
color: #B57856;
}
.AnyTagClassName
{
color: #B57856;
}
</style>
background-color css
<style>
a { background-color: #B57856; }
a { background-color: rgb(181,120,86); }
div.DivClassName
{
background-color: #B57856;
}
.BgClassName
{
background-color: #B57856;
}
</style>
border-color css
<style>
span { border-color: #B57856; }
span { border-color: rgb(181,120,86); }
td.TdClassName
{
border-color: #B57856;
}
.TagClassName
{
border-color: #B57856;
}
</style>