Shades of Sante Fe #B57754
Tints of Sante Fe #B57754
RGB
CMYK
RGB Variations
Color information
#B57754 (or 0xB57754) is known color: Sante Fe. HEX triplet: B5, 77 and 54. RGB value is (181,119,84). Sum of RGB (Red+Green+Blue) = 181+119+84=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57754 is #4A88AB. Grayscale: #858585. Windows color (decimal): -4884652 or 5535669. OLE color: 5535669.
HSL color Cylindrical-coordinate representation of color #B57754: hue angle of 21.65º 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 #B57754 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 84 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.29 |
| HSL | 21.65º | 0.4% | 0.52% | - |
| HSV(B) | 21.65º | 0.54% | 0.71% | - |
| XYZ | 27.25 | 23.66 | 11.52 | - |
| YUV | 133.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 84 | 0 | 0.34 | 0.54 | 0.29 | 21.65 | 0.4 | 0.52 |
| Hex | B5 | 77 | 54 | 0 | 22 | 36 | 1D | 16 | 28 | 34 |
| Octal | 265 | 167 | 124 | 0 | 42 | 66 | 35 | 26 | 50 | 64 |
| Binary | 10110101 | 1110111 | 1010100 | 0 | 100010 | 110110 | 11101 | 10110 | 101000 | 110100 |
Color Harmonies of #B57754
Complementary color
Monochromatic Colors of #B57754
Black with #B57754
Text Example
Text Example
White with #B57754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57754; }
p { color: rgb(181,119,84); }
H1.HeaderClassName
{
color: #B57754;
}
.AnyTagClassName
{
color: #B57754;
}
</style>
background-color css
<style>
a { background-color: #B57754; }
a { background-color: rgb(181,119,84); }
div.DivClassName
{
background-color: #B57754;
}
.BgClassName
{
background-color: #B57754;
}
</style>
border-color css
<style>
span { border-color: #B57754; }
span { border-color: rgb(181,119,84); }
td.TdClassName
{
border-color: #B57754;
}
.TagClassName
{
border-color: #B57754;
}
</style>