Shades of Sante Fe #B57755
Tints of Sante Fe #B57755
RGB
CMYK
RGB Variations
Color information
#B57755 (or 0xB57755) is known color: Sante Fe. HEX triplet: B5, 77 and 55. RGB value is (181,119,85). Sum of RGB (Red+Green+Blue) = 181+119+85=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B57755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57755 is #4A88AA. Grayscale: #858585. Windows color (decimal): -4884651 or 5601205. OLE color: 5601205.
HSL color Cylindrical-coordinate representation of color #B57755: hue angle of 21.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B57755 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 85 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.29 |
| HSL | 21.25º | 0.39% | 0.52% | - |
| HSV(B) | 21.25º | 0.53% | 0.71% | - |
| XYZ | 27.29 | 23.67 | 11.73 | - |
| YUV | 133.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 85 | 0 | 0.34 | 0.53 | 0.29 | 21.25 | 0.39 | 0.52 |
| Hex | B5 | 77 | 55 | 0 | 22 | 35 | 1D | 15 | 27 | 34 |
| Octal | 265 | 167 | 125 | 0 | 42 | 65 | 35 | 25 | 47 | 64 |
| Binary | 10110101 | 1110111 | 1010101 | 0 | 100010 | 110101 | 11101 | 10101 | 100111 | 110100 |
Color Harmonies of #B57755
Complementary color
Monochromatic Colors of #B57755
Black with #B57755
Text Example
Text Example
White with #B57755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57755; }
p { color: rgb(181,119,85); }
H1.HeaderClassName
{
color: #B57755;
}
.AnyTagClassName
{
color: #B57755;
}
</style>
background-color css
<style>
a { background-color: #B57755; }
a { background-color: rgb(181,119,85); }
div.DivClassName
{
background-color: #B57755;
}
.BgClassName
{
background-color: #B57755;
}
</style>
border-color css
<style>
span { border-color: #B57755; }
span { border-color: rgb(181,119,85); }
td.TdClassName
{
border-color: #B57755;
}
.TagClassName
{
border-color: #B57755;
}
</style>