Shades of Sante Fe #B57251
Tints of Sante Fe #B57251
RGB
CMYK
RGB Variations
Color information
#B57251 (or 0xB57251) is known color: Sante Fe. HEX triplet: B5, 72 and 51. RGB value is (181,114,81). Sum of RGB (Red+Green+Blue) = 181+114+81=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B57251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57251 is #4A8DAE. Grayscale: #828282. Windows color (decimal): -4885935 or 5337781. OLE color: 5337781.
HSL color Cylindrical-coordinate representation of color #B57251: hue angle of 19.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B57251 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 81 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.29 |
| HSL | 19.8º | 0.4% | 0.51% | - |
| HSV(B) | 19.8º | 0.55% | 0.71% | - |
| XYZ | 26.56 | 22.45 | 10.72 | - |
| YUV | 130.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 81 | 0 | 0.37 | 0.55 | 0.29 | 19.8 | 0.4 | 0.51 |
| Hex | B5 | 72 | 51 | 0 | 25 | 37 | 1D | 14 | 28 | 33 |
| Octal | 265 | 162 | 121 | 0 | 45 | 67 | 35 | 24 | 50 | 63 |
| Binary | 10110101 | 1110010 | 1010001 | 0 | 100101 | 110111 | 11101 | 10100 | 101000 | 110011 |
Color Harmonies of #B57251
Complementary color
Monochromatic Colors of #B57251
Black with #B57251
Text Example
Text Example
White with #B57251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57251; }
p { color: rgb(181,114,81); }
H1.HeaderClassName
{
color: #B57251;
}
.AnyTagClassName
{
color: #B57251;
}
</style>
background-color css
<style>
a { background-color: #B57251; }
a { background-color: rgb(181,114,81); }
div.DivClassName
{
background-color: #B57251;
}
.BgClassName
{
background-color: #B57251;
}
</style>
border-color css
<style>
span { border-color: #B57251; }
span { border-color: rgb(181,114,81); }
td.TdClassName
{
border-color: #B57251;
}
.TagClassName
{
border-color: #B57251;
}
</style>