Shades of Sante Fe #B56C4D
Tints of Sante Fe #B56C4D
RGB
CMYK
RGB Variations
Color information
#B56C4D (or 0xB56C4D) is known color: Sante Fe. HEX triplet: B5, 6C and 4D. RGB value is (181,108,77). Sum of RGB (Red+Green+Blue) = 181+108+77=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C4D is #4A93B2. Grayscale: #7E7E7E. Windows color (decimal): -4887475 or 5074101. OLE color: 5074101.
HSL color Cylindrical-coordinate representation of color #B56C4D: hue angle of 17.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B56C4D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 77 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.29 |
| HSL | 17.88º | 0.41% | 0.51% | - |
| HSV(B) | 17.88º | 0.57% | 0.71% | - |
| XYZ | 25.76 | 21.08 | 9.73 | - |
| YUV | 126.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 77 | 0 | 0.40 | 0.57 | 0.29 | 17.88 | 0.41 | 0.51 |
| Hex | B5 | 6C | 4D | 0 | 28 | 39 | 1D | 12 | 29 | 33 |
| Octal | 265 | 154 | 115 | 0 | 50 | 71 | 35 | 22 | 51 | 63 |
| Binary | 10110101 | 1101100 | 1001101 | 0 | 101000 | 111001 | 11101 | 10010 | 101001 | 110011 |
Color Harmonies of #B56C4D
Complementary color
Monochromatic Colors of #B56C4D
Black with #B56C4D
Text Example
Text Example
White with #B56C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C4D; }
p { color: rgb(181,108,77); }
H1.HeaderClassName
{
color: #B56C4D;
}
.AnyTagClassName
{
color: #B56C4D;
}
</style>
background-color css
<style>
a { background-color: #B56C4D; }
a { background-color: rgb(181,108,77); }
div.DivClassName
{
background-color: #B56C4D;
}
.BgClassName
{
background-color: #B56C4D;
}
</style>
border-color css
<style>
span { border-color: #B56C4D; }
span { border-color: rgb(181,108,77); }
td.TdClassName
{
border-color: #B56C4D;
}
.TagClassName
{
border-color: #B56C4D;
}
</style>