Shades of Sante Fe #B57259
Tints of Sante Fe #B57259
RGB
CMYK
RGB Variations
Color information
#B57259 (or 0xB57259) is known color: Sante Fe. HEX triplet: B5, 72 and 59. RGB value is (181,114,89). Sum of RGB (Red+Green+Blue) = 181+114+89=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57259 is #4A8DA6. Grayscale: #838383. Windows color (decimal): -4885927 or 5862069. OLE color: 5862069.
HSL color Cylindrical-coordinate representation of color #B57259: hue angle of 16.3º 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 #B57259 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 89 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.29 |
| HSL | 16.3º | 0.38% | 0.53% | - |
| HSV(B) | 16.3º | 0.51% | 0.71% | - |
| XYZ | 26.88 | 22.58 | 12.39 | - |
| YUV | 131.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 89 | 0 | 0.37 | 0.51 | 0.29 | 16.3 | 0.38 | 0.53 |
| Hex | B5 | 72 | 59 | 0 | 25 | 33 | 1D | 10 | 26 | 35 |
| Octal | 265 | 162 | 131 | 0 | 45 | 63 | 35 | 20 | 46 | 65 |
| Binary | 10110101 | 1110010 | 1011001 | 0 | 100101 | 110011 | 11101 | 10000 | 100110 | 110101 |
Color Harmonies of #B57259
Complementary color
Monochromatic Colors of #B57259
Black with #B57259
Text Example
Text Example
White with #B57259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57259; }
p { color: rgb(181,114,89); }
H1.HeaderClassName
{
color: #B57259;
}
.AnyTagClassName
{
color: #B57259;
}
</style>
background-color css
<style>
a { background-color: #B57259; }
a { background-color: rgb(181,114,89); }
div.DivClassName
{
background-color: #B57259;
}
.BgClassName
{
background-color: #B57259;
}
</style>
border-color css
<style>
span { border-color: #B57259; }
span { border-color: rgb(181,114,89); }
td.TdClassName
{
border-color: #B57259;
}
.TagClassName
{
border-color: #B57259;
}
</style>