Shades of Sante Fe #B57158
Tints of Sante Fe #B57158
RGB
CMYK
RGB Variations
Color information
#B57158 (or 0xB57158) is known color: Sante Fe. HEX triplet: B5, 71 and 58. RGB value is (181,113,88). Sum of RGB (Red+Green+Blue) = 181+113+88=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B57158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57158 is #4A8EA7. Grayscale: #828282. Windows color (decimal): -4886184 or 5796277. OLE color: 5796277.
HSL color Cylindrical-coordinate representation of color #B57158: hue angle of 16.13º 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 #B57158 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 88 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.29 |
| HSL | 16.13º | 0.39% | 0.53% | - |
| HSV(B) | 16.13º | 0.51% | 0.71% | - |
| XYZ | 26.72 | 22.34 | 12.14 | - |
| YUV | 130.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 88 | 0 | 0.38 | 0.51 | 0.29 | 16.13 | 0.39 | 0.53 |
| Hex | B5 | 71 | 58 | 0 | 26 | 33 | 1D | 10 | 27 | 35 |
| Octal | 265 | 161 | 130 | 0 | 46 | 63 | 35 | 20 | 47 | 65 |
| Binary | 10110101 | 1110001 | 1011000 | 0 | 100110 | 110011 | 11101 | 10000 | 100111 | 110101 |
Color Harmonies of #B57158
Complementary color
Monochromatic Colors of #B57158
Black with #B57158
Text Example
Text Example
White with #B57158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57158; }
p { color: rgb(181,113,88); }
H1.HeaderClassName
{
color: #B57158;
}
.AnyTagClassName
{
color: #B57158;
}
</style>
background-color css
<style>
a { background-color: #B57158; }
a { background-color: rgb(181,113,88); }
div.DivClassName
{
background-color: #B57158;
}
.BgClassName
{
background-color: #B57158;
}
</style>
border-color css
<style>
span { border-color: #B57158; }
span { border-color: rgb(181,113,88); }
td.TdClassName
{
border-color: #B57158;
}
.TagClassName
{
border-color: #B57158;
}
</style>