Shades of Sante Fe #B57759
Tints of Sante Fe #B57759
RGB
CMYK
RGB Variations
Color information
#B57759 (or 0xB57759) is known color: Sante Fe. HEX triplet: B5, 77 and 59. RGB value is (181,119,89). Sum of RGB (Red+Green+Blue) = 181+119+89=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B57759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57759 is #4A88A6. Grayscale: #868686. Windows color (decimal): -4884647 or 5863349. OLE color: 5863349.
HSL color Cylindrical-coordinate representation of color #B57759: hue angle of 19.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57759 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 89 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.29 |
| HSL | 19.57º | 0.38% | 0.53% | - |
| HSV(B) | 19.57º | 0.51% | 0.71% | - |
| XYZ | 27.46 | 23.74 | 12.59 | - |
| YUV | 134.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 89 | 0 | 0.34 | 0.51 | 0.29 | 19.57 | 0.38 | 0.53 |
| Hex | B5 | 77 | 59 | 0 | 22 | 33 | 1D | 14 | 26 | 35 |
| Octal | 265 | 167 | 131 | 0 | 42 | 63 | 35 | 24 | 46 | 65 |
| Binary | 10110101 | 1110111 | 1011001 | 0 | 100010 | 110011 | 11101 | 10100 | 100110 | 110101 |
Color Harmonies of #B57759
Complementary color
Monochromatic Colors of #B57759
Black with #B57759
Text Example
Text Example
White with #B57759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57759; }
p { color: rgb(181,119,89); }
H1.HeaderClassName
{
color: #B57759;
}
.AnyTagClassName
{
color: #B57759;
}
</style>
background-color css
<style>
a { background-color: #B57759; }
a { background-color: rgb(181,119,89); }
div.DivClassName
{
background-color: #B57759;
}
.BgClassName
{
background-color: #B57759;
}
</style>
border-color css
<style>
span { border-color: #B57759; }
span { border-color: rgb(181,119,89); }
td.TdClassName
{
border-color: #B57759;
}
.TagClassName
{
border-color: #B57759;
}
</style>