Shades of Sante Fe #B56C57
Tints of Sante Fe #B56C57
RGB
CMYK
RGB Variations
Color information
#B56C57 (or 0xB56C57) is known color: Sante Fe. HEX triplet: B5, 6C and 57. RGB value is (181,108,87). Sum of RGB (Red+Green+Blue) = 181+108+87=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C57 is #4A93A8. Grayscale: #7F7F7F. Windows color (decimal): -4887465 or 5729461. OLE color: 5729461.
HSL color Cylindrical-coordinate representation of color #B56C57: hue angle of 13.4º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56C57 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 87 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.29 |
| HSL | 13.4º | 0.39% | 0.53% | - |
| HSV(B) | 13.4º | 0.52% | 0.71% | - |
| XYZ | 26.14 | 21.24 | 11.74 | - |
| YUV | 127.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 87 | 0 | 0.40 | 0.52 | 0.29 | 13.4 | 0.39 | 0.53 |
| Hex | B5 | 6C | 57 | 0 | 28 | 34 | 1D | D | 27 | 35 |
| Octal | 265 | 154 | 127 | 0 | 50 | 64 | 35 | 15 | 47 | 65 |
| Binary | 10110101 | 1101100 | 1010111 | 0 | 101000 | 110100 | 11101 | 1101 | 100111 | 110101 |
Color Harmonies of #B56C57
Complementary color
Monochromatic Colors of #B56C57
Black with #B56C57
Text Example
Text Example
White with #B56C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C57; }
p { color: rgb(181,108,87); }
H1.HeaderClassName
{
color: #B56C57;
}
.AnyTagClassName
{
color: #B56C57;
}
</style>
background-color css
<style>
a { background-color: #B56C57; }
a { background-color: rgb(181,108,87); }
div.DivClassName
{
background-color: #B56C57;
}
.BgClassName
{
background-color: #B56C57;
}
</style>
border-color css
<style>
span { border-color: #B56C57; }
span { border-color: rgb(181,108,87); }
td.TdClassName
{
border-color: #B56C57;
}
.TagClassName
{
border-color: #B56C57;
}
</style>