Shades of Sante Fe #B57454
Tints of Sante Fe #B57454
RGB
CMYK
RGB Variations
Color information
#B57454 (or 0xB57454) is known color: Sante Fe. HEX triplet: B5, 74 and 54. RGB value is (181,116,84). Sum of RGB (Red+Green+Blue) = 181+116+84=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57454 is #4A8BAB. Grayscale: #838383. Windows color (decimal): -4885420 or 5534901. OLE color: 5534901.
HSL color Cylindrical-coordinate representation of color #B57454: hue angle of 19.79º 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 #B57454 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 84 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.29 |
| HSL | 19.79º | 0.4% | 0.52% | - |
| HSV(B) | 19.79º | 0.54% | 0.71% | - |
| XYZ | 26.9 | 22.95 | 11.4 | - |
| YUV | 131.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 84 | 0 | 0.36 | 0.54 | 0.29 | 19.79 | 0.4 | 0.52 |
| Hex | B5 | 74 | 54 | 0 | 24 | 36 | 1D | 14 | 28 | 34 |
| Octal | 265 | 164 | 124 | 0 | 44 | 66 | 35 | 24 | 50 | 64 |
| Binary | 10110101 | 1110100 | 1010100 | 0 | 100100 | 110110 | 11101 | 10100 | 101000 | 110100 |
Color Harmonies of #B57454
Complementary color
Monochromatic Colors of #B57454
Black with #B57454
Text Example
Text Example
White with #B57454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57454; }
p { color: rgb(181,116,84); }
H1.HeaderClassName
{
color: #B57454;
}
.AnyTagClassName
{
color: #B57454;
}
</style>
background-color css
<style>
a { background-color: #B57454; }
a { background-color: rgb(181,116,84); }
div.DivClassName
{
background-color: #B57454;
}
.BgClassName
{
background-color: #B57454;
}
</style>
border-color css
<style>
span { border-color: #B57454; }
span { border-color: rgb(181,116,84); }
td.TdClassName
{
border-color: #B57454;
}
.TagClassName
{
border-color: #B57454;
}
</style>