Shades of Sante Fe #BA7053
Tints of Sante Fe #BA7053
RGB
CMYK
RGB Variations
Color information
#BA7053 (or 0xBA7053) is known color: Sante Fe. HEX triplet: BA, 70 and 53. RGB value is (186,112,83). Sum of RGB (Red+Green+Blue) = 186+112+83=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7053 is #458FAC. Grayscale: #838383. Windows color (decimal): -4558765 or 5468346. OLE color: 5468346.
HSL color Cylindrical-coordinate representation of color #BA7053: hue angle of 16.89º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA7053 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 83 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.27 |
| HSL | 16.89º | 0.43% | 0.53% | - |
| HSV(B) | 16.89º | 0.55% | 0.73% | - |
| XYZ | 27.61 | 22.65 | 11.1 | - |
| YUV | 130.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 83 | 0 | 0.40 | 0.55 | 0.27 | 16.89 | 0.43 | 0.53 |
| Hex | BA | 70 | 53 | 0 | 28 | 37 | 1B | 11 | 2B | 35 |
| Octal | 272 | 160 | 123 | 0 | 50 | 67 | 33 | 21 | 53 | 65 |
| Binary | 10111010 | 1110000 | 1010011 | 0 | 101000 | 110111 | 11011 | 10001 | 101011 | 110101 |
Color Harmonies of #BA7053
Complementary color
Monochromatic Colors of #BA7053
Black with #BA7053
Text Example
Text Example
White with #BA7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7053; }
p { color: rgb(186,112,83); }
H1.HeaderClassName
{
color: #BA7053;
}
.AnyTagClassName
{
color: #BA7053;
}
</style>
background-color css
<style>
a { background-color: #BA7053; }
a { background-color: rgb(186,112,83); }
div.DivClassName
{
background-color: #BA7053;
}
.BgClassName
{
background-color: #BA7053;
}
</style>
border-color css
<style>
span { border-color: #BA7053; }
span { border-color: rgb(186,112,83); }
td.TdClassName
{
border-color: #BA7053;
}
.TagClassName
{
border-color: #BA7053;
}
</style>