Shades of Sante Fe #BA7556
Tints of Sante Fe #BA7556
RGB
CMYK
RGB Variations
Color information
#BA7556 (or 0xBA7556) is known color: Sante Fe. HEX triplet: BA, 75 and 56. RGB value is (186,117,86). Sum of RGB (Red+Green+Blue) = 186+117+86=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7556 is #458AA9. Grayscale: #868686. Windows color (decimal): -4557482 or 5666234. OLE color: 5666234.
HSL color Cylindrical-coordinate representation of color #BA7556: hue angle of 18.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA7556 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 86 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.27 |
| HSL | 18.6º | 0.42% | 0.53% | - |
| HSV(B) | 18.6º | 0.54% | 0.73% | - |
| XYZ | 28.29 | 23.83 | 11.91 | - |
| YUV | 134.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 86 | 0 | 0.37 | 0.54 | 0.27 | 18.6 | 0.42 | 0.53 |
| Hex | BA | 75 | 56 | 0 | 25 | 36 | 1B | 13 | 2A | 35 |
| Octal | 272 | 165 | 126 | 0 | 45 | 66 | 33 | 23 | 52 | 65 |
| Binary | 10111010 | 1110101 | 1010110 | 0 | 100101 | 110110 | 11011 | 10011 | 101010 | 110101 |
Color Harmonies of #BA7556
Complementary color
Monochromatic Colors of #BA7556
Black with #BA7556
Text Example
Text Example
White with #BA7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7556; }
p { color: rgb(186,117,86); }
H1.HeaderClassName
{
color: #BA7556;
}
.AnyTagClassName
{
color: #BA7556;
}
</style>
background-color css
<style>
a { background-color: #BA7556; }
a { background-color: rgb(186,117,86); }
div.DivClassName
{
background-color: #BA7556;
}
.BgClassName
{
background-color: #BA7556;
}
</style>
border-color css
<style>
span { border-color: #BA7556; }
span { border-color: rgb(186,117,86); }
td.TdClassName
{
border-color: #BA7556;
}
.TagClassName
{
border-color: #BA7556;
}
</style>