Shades of Sante Fe #B57858
Tints of Sante Fe #B57858
RGB
CMYK
RGB Variations
Color information
#B57858 (or 0xB57858) is known color: Sante Fe. HEX triplet: B5, 78 and 58. RGB value is (181,120,88). Sum of RGB (Red+Green+Blue) = 181+120+88=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B57858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57858 is #4A87A7. Grayscale: #868686. Windows color (decimal): -4884392 or 5798069. OLE color: 5798069.
HSL color Cylindrical-coordinate representation of color #B57858: hue angle of 20.65º degrees, saturation: 0.39, 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 #B57858 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 88 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.29 |
| HSL | 20.65º | 0.39% | 0.53% | - |
| HSV(B) | 20.65º | 0.51% | 0.71% | - |
| XYZ | 27.53 | 23.96 | 12.41 | - |
| YUV | 134.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 88 | 0 | 0.34 | 0.51 | 0.29 | 20.65 | 0.39 | 0.53 |
| Hex | B5 | 78 | 58 | 0 | 22 | 33 | 1D | 15 | 27 | 35 |
| Octal | 265 | 170 | 130 | 0 | 42 | 63 | 35 | 25 | 47 | 65 |
| Binary | 10110101 | 1111000 | 1011000 | 0 | 100010 | 110011 | 11101 | 10101 | 100111 | 110101 |
Color Harmonies of #B57858
Complementary color
Monochromatic Colors of #B57858
Black with #B57858
Text Example
Text Example
White with #B57858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57858; }
p { color: rgb(181,120,88); }
H1.HeaderClassName
{
color: #B57858;
}
.AnyTagClassName
{
color: #B57858;
}
</style>
background-color css
<style>
a { background-color: #B57858; }
a { background-color: rgb(181,120,88); }
div.DivClassName
{
background-color: #B57858;
}
.BgClassName
{
background-color: #B57858;
}
</style>
border-color css
<style>
span { border-color: #B57858; }
span { border-color: rgb(181,120,88); }
td.TdClassName
{
border-color: #B57858;
}
.TagClassName
{
border-color: #B57858;
}
</style>