Shades of Sante Fe #B57553
Tints of Sante Fe #B57553
RGB
CMYK
RGB Variations
Color information
#B57553 (or 0xB57553) is known color: Sante Fe. HEX triplet: B5, 75 and 53. RGB value is (181,117,83). Sum of RGB (Red+Green+Blue) = 181+117+83=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57553 is #4A8AAC. Grayscale: #848484. Windows color (decimal): -4885165 or 5469621. OLE color: 5469621.
HSL color Cylindrical-coordinate representation of color #B57553: hue angle of 20.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B57553 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 83 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.29 |
| HSL | 20.82º | 0.4% | 0.52% | - |
| HSV(B) | 20.82º | 0.54% | 0.71% | - |
| XYZ | 26.98 | 23.17 | 11.23 | - |
| YUV | 132.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 83 | 0 | 0.35 | 0.54 | 0.29 | 20.82 | 0.4 | 0.52 |
| Hex | B5 | 75 | 53 | 0 | 23 | 36 | 1D | 15 | 28 | 34 |
| Octal | 265 | 165 | 123 | 0 | 43 | 66 | 35 | 25 | 50 | 64 |
| Binary | 10110101 | 1110101 | 1010011 | 0 | 100011 | 110110 | 11101 | 10101 | 101000 | 110100 |
Color Harmonies of #B57553
Complementary color
Monochromatic Colors of #B57553
Black with #B57553
Text Example
Text Example
White with #B57553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57553; }
p { color: rgb(181,117,83); }
H1.HeaderClassName
{
color: #B57553;
}
.AnyTagClassName
{
color: #B57553;
}
</style>
background-color css
<style>
a { background-color: #B57553; }
a { background-color: rgb(181,117,83); }
div.DivClassName
{
background-color: #B57553;
}
.BgClassName
{
background-color: #B57553;
}
</style>
border-color css
<style>
span { border-color: #B57553; }
span { border-color: rgb(181,117,83); }
td.TdClassName
{
border-color: #B57553;
}
.TagClassName
{
border-color: #B57553;
}
</style>