Shades of Sante Fe #B56C54
Tints of Sante Fe #B56C54
RGB
CMYK
RGB Variations
Color information
#B56C54 (or 0xB56C54) is known color: Sante Fe. HEX triplet: B5, 6C and 54. RGB value is (181,108,84). Sum of RGB (Red+Green+Blue) = 181+108+84=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C54 is #4A93AB. Grayscale: #7F7F7F. Windows color (decimal): -4887468 or 5532853. OLE color: 5532853.
HSL color Cylindrical-coordinate representation of color #B56C54: hue angle of 14.85º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56C54 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 84 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.29 |
| HSL | 14.85º | 0.4% | 0.52% | - |
| HSV(B) | 14.85º | 0.54% | 0.71% | - |
| XYZ | 26.02 | 21.19 | 11.11 | - |
| YUV | 127.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 84 | 0 | 0.40 | 0.54 | 0.29 | 14.85 | 0.4 | 0.52 |
| Hex | B5 | 6C | 54 | 0 | 28 | 36 | 1D | F | 28 | 34 |
| Octal | 265 | 154 | 124 | 0 | 50 | 66 | 35 | 17 | 50 | 64 |
| Binary | 10110101 | 1101100 | 1010100 | 0 | 101000 | 110110 | 11101 | 1111 | 101000 | 110100 |
Color Harmonies of #B56C54
Complementary color
Monochromatic Colors of #B56C54
Black with #B56C54
Text Example
Text Example
White with #B56C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C54; }
p { color: rgb(181,108,84); }
H1.HeaderClassName
{
color: #B56C54;
}
.AnyTagClassName
{
color: #B56C54;
}
</style>
background-color css
<style>
a { background-color: #B56C54; }
a { background-color: rgb(181,108,84); }
div.DivClassName
{
background-color: #B56C54;
}
.BgClassName
{
background-color: #B56C54;
}
</style>
border-color css
<style>
span { border-color: #B56C54; }
span { border-color: rgb(181,108,84); }
td.TdClassName
{
border-color: #B56C54;
}
.TagClassName
{
border-color: #B56C54;
}
</style>