Shades of Sante Fe #BA7756
Tints of Sante Fe #BA7756
RGB
CMYK
RGB Variations
Color information
#BA7756 (or 0xBA7756) is known color: Sante Fe. HEX triplet: BA, 77 and 56. RGB value is (186,119,86). Sum of RGB (Red+Green+Blue) = 186+119+86=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7756 is #4588A9. Grayscale: #878787. Windows color (decimal): -4556970 or 5666746. OLE color: 5666746.
HSL color Cylindrical-coordinate representation of color #BA7756: hue angle of 19.8º 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 #BA7756 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 86 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.27 |
| HSL | 19.8º | 0.42% | 0.53% | - |
| HSV(B) | 19.8º | 0.54% | 0.73% | - |
| XYZ | 28.53 | 24.3 | 11.99 | - |
| YUV | 135.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 86 | 0 | 0.36 | 0.54 | 0.27 | 19.8 | 0.42 | 0.53 |
| Hex | BA | 77 | 56 | 0 | 24 | 36 | 1B | 14 | 2A | 35 |
| Octal | 272 | 167 | 126 | 0 | 44 | 66 | 33 | 24 | 52 | 65 |
| Binary | 10111010 | 1110111 | 1010110 | 0 | 100100 | 110110 | 11011 | 10100 | 101010 | 110101 |
Color Harmonies of #BA7756
Complementary color
Monochromatic Colors of #BA7756
Black with #BA7756
Text Example
Text Example
White with #BA7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7756; }
p { color: rgb(186,119,86); }
H1.HeaderClassName
{
color: #BA7756;
}
.AnyTagClassName
{
color: #BA7756;
}
</style>
background-color css
<style>
a { background-color: #BA7756; }
a { background-color: rgb(186,119,86); }
div.DivClassName
{
background-color: #BA7756;
}
.BgClassName
{
background-color: #BA7756;
}
</style>
border-color css
<style>
span { border-color: #BA7756; }
span { border-color: rgb(186,119,86); }
td.TdClassName
{
border-color: #BA7756;
}
.TagClassName
{
border-color: #BA7756;
}
</style>