Shades of Sante Fe #B56E4D
Tints of Sante Fe #B56E4D
RGB
CMYK
RGB Variations
Color information
#B56E4D (or 0xB56E4D) is known color: Sante Fe. HEX triplet: B5, 6E and 4D. RGB value is (181,110,77). Sum of RGB (Red+Green+Blue) = 181+110+77=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E4D is #4A91B2. Grayscale: #7F7F7F. Windows color (decimal): -4886963 or 5074613. OLE color: 5074613.
HSL color Cylindrical-coordinate representation of color #B56E4D: hue angle of 19.04º 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 #B56E4D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 77 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.29 |
| HSL | 19.04º | 0.41% | 0.51% | - |
| HSV(B) | 19.04º | 0.57% | 0.71% | - |
| XYZ | 25.97 | 21.51 | 9.8 | - |
| YUV | 127.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 77 | 0 | 0.39 | 0.57 | 0.29 | 19.04 | 0.41 | 0.51 |
| Hex | B5 | 6E | 4D | 0 | 27 | 39 | 1D | 13 | 29 | 33 |
| Octal | 265 | 156 | 115 | 0 | 47 | 71 | 35 | 23 | 51 | 63 |
| Binary | 10110101 | 1101110 | 1001101 | 0 | 100111 | 111001 | 11101 | 10011 | 101001 | 110011 |
Color Harmonies of #B56E4D
Complementary color
Monochromatic Colors of #B56E4D
Black with #B56E4D
Text Example
Text Example
White with #B56E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E4D; }
p { color: rgb(181,110,77); }
H1.HeaderClassName
{
color: #B56E4D;
}
.AnyTagClassName
{
color: #B56E4D;
}
</style>
background-color css
<style>
a { background-color: #B56E4D; }
a { background-color: rgb(181,110,77); }
div.DivClassName
{
background-color: #B56E4D;
}
.BgClassName
{
background-color: #B56E4D;
}
</style>
border-color css
<style>
span { border-color: #B56E4D; }
span { border-color: rgb(181,110,77); }
td.TdClassName
{
border-color: #B56E4D;
}
.TagClassName
{
border-color: #B56E4D;
}
</style>