Shades of Sante Fe #BA6E52
Tints of Sante Fe #BA6E52
RGB
CMYK
RGB Variations
Color information
#BA6E52 (or 0xBA6E52) is known color: Sante Fe. HEX triplet: BA, 6E and 52. RGB value is (186,110,82). Sum of RGB (Red+Green+Blue) = 186+110+82=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E52 is #4591AD. Grayscale: #818181. Windows color (decimal): -4559278 or 5402298. OLE color: 5402298.
HSL color Cylindrical-coordinate representation of color #BA6E52: hue angle of 16.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6E52 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 82 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.27 |
| HSL | 16.15º | 0.43% | 0.53% | - |
| HSV(B) | 16.15º | 0.56% | 0.73% | - |
| XYZ | 27.35 | 22.2 | 10.83 | - |
| YUV | 129.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 82 | 0 | 0.41 | 0.56 | 0.27 | 16.15 | 0.43 | 0.53 |
| Hex | BA | 6E | 52 | 0 | 29 | 38 | 1B | 10 | 2B | 35 |
| Octal | 272 | 156 | 122 | 0 | 51 | 70 | 33 | 20 | 53 | 65 |
| Binary | 10111010 | 1101110 | 1010010 | 0 | 101001 | 111000 | 11011 | 10000 | 101011 | 110101 |
Color Harmonies of #BA6E52
Complementary color
Monochromatic Colors of #BA6E52
Black with #BA6E52
Text Example
Text Example
White with #BA6E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E52; }
p { color: rgb(186,110,82); }
H1.HeaderClassName
{
color: #BA6E52;
}
.AnyTagClassName
{
color: #BA6E52;
}
</style>
background-color css
<style>
a { background-color: #BA6E52; }
a { background-color: rgb(186,110,82); }
div.DivClassName
{
background-color: #BA6E52;
}
.BgClassName
{
background-color: #BA6E52;
}
</style>
border-color css
<style>
span { border-color: #BA6E52; }
span { border-color: rgb(186,110,82); }
td.TdClassName
{
border-color: #BA6E52;
}
.TagClassName
{
border-color: #BA6E52;
}
</style>