Shades of Sante Fe #B56E50
Tints of Sante Fe #B56E50
RGB
CMYK
RGB Variations
Color information
#B56E50 (or 0xB56E50) is known color: Sante Fe. HEX triplet: B5, 6E and 50. RGB value is (181,110,80). Sum of RGB (Red+Green+Blue) = 181+110+80=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E50 is #4A91AF. Grayscale: #7F7F7F. Windows color (decimal): -4886960 or 5271221. OLE color: 5271221.
HSL color Cylindrical-coordinate representation of color #B56E50: hue angle of 17.82º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56E50 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 80 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.29 |
| HSL | 17.82º | 0.41% | 0.51% | - |
| HSV(B) | 17.82º | 0.56% | 0.71% | - |
| XYZ | 26.08 | 21.55 | 10.38 | - |
| YUV | 127.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 80 | 0 | 0.39 | 0.56 | 0.29 | 17.82 | 0.41 | 0.51 |
| Hex | B5 | 6E | 50 | 0 | 27 | 38 | 1D | 12 | 29 | 33 |
| Octal | 265 | 156 | 120 | 0 | 47 | 70 | 35 | 22 | 51 | 63 |
| Binary | 10110101 | 1101110 | 1010000 | 0 | 100111 | 111000 | 11101 | 10010 | 101001 | 110011 |
Color Harmonies of #B56E50
Complementary color
Monochromatic Colors of #B56E50
Black with #B56E50
Text Example
Text Example
White with #B56E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E50; }
p { color: rgb(181,110,80); }
H1.HeaderClassName
{
color: #B56E50;
}
.AnyTagClassName
{
color: #B56E50;
}
</style>
background-color css
<style>
a { background-color: #B56E50; }
a { background-color: rgb(181,110,80); }
div.DivClassName
{
background-color: #B56E50;
}
.BgClassName
{
background-color: #B56E50;
}
</style>
border-color css
<style>
span { border-color: #B56E50; }
span { border-color: rgb(181,110,80); }
td.TdClassName
{
border-color: #B56E50;
}
.TagClassName
{
border-color: #B56E50;
}
</style>