Shades of Sante Fe #BA7354
Tints of Sante Fe #BA7354
RGB
CMYK
RGB Variations
Color information
#BA7354 (or 0xBA7354) is known color: Sante Fe. HEX triplet: BA, 73 and 54. RGB value is (186,115,84). Sum of RGB (Red+Green+Blue) = 186+115+84=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7354 is #458CAB. Grayscale: #848484. Windows color (decimal): -4557996 or 5534650. OLE color: 5534650.
HSL color Cylindrical-coordinate representation of color #BA7354: hue angle of 18.24º 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 #BA7354 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 84 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.27 |
| HSL | 18.24º | 0.43% | 0.53% | - |
| HSV(B) | 18.24º | 0.55% | 0.73% | - |
| XYZ | 27.98 | 23.34 | 11.42 | - |
| YUV | 132.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 84 | 0 | 0.38 | 0.55 | 0.27 | 18.24 | 0.43 | 0.53 |
| Hex | BA | 73 | 54 | 0 | 26 | 37 | 1B | 12 | 2A | 35 |
| Octal | 272 | 163 | 124 | 0 | 46 | 67 | 33 | 22 | 52 | 65 |
| Binary | 10111010 | 1110011 | 1010100 | 0 | 100110 | 110111 | 11011 | 10010 | 101010 | 110101 |
Color Harmonies of #BA7354
Complementary color
Monochromatic Colors of #BA7354
Black with #BA7354
Text Example
Text Example
White with #BA7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7354; }
p { color: rgb(186,115,84); }
H1.HeaderClassName
{
color: #BA7354;
}
.AnyTagClassName
{
color: #BA7354;
}
</style>
background-color css
<style>
a { background-color: #BA7354; }
a { background-color: rgb(186,115,84); }
div.DivClassName
{
background-color: #BA7354;
}
.BgClassName
{
background-color: #BA7354;
}
</style>
border-color css
<style>
span { border-color: #BA7354; }
span { border-color: rgb(186,115,84); }
td.TdClassName
{
border-color: #BA7354;
}
.TagClassName
{
border-color: #BA7354;
}
</style>