Shades of Sante Fe #BA6C53
Tints of Sante Fe #BA6C53
RGB
CMYK
RGB Variations
Color information
#BA6C53 (or 0xBA6C53) is known color: Sante Fe. HEX triplet: BA, 6C and 53. RGB value is (186,108,83). Sum of RGB (Red+Green+Blue) = 186+108+83=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C53 is #4593AC. Grayscale: #808080. Windows color (decimal): -4559789 or 5467322. OLE color: 5467322.
HSL color Cylindrical-coordinate representation of color #BA6C53: hue angle of 14.56º 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 #BA6C53 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 83 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.27 |
| HSL | 14.56º | 0.43% | 0.53% | - |
| HSV(B) | 14.56º | 0.55% | 0.73% | - |
| XYZ | 27.17 | 21.79 | 10.96 | - |
| YUV | 128.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 83 | 0 | 0.42 | 0.55 | 0.27 | 14.56 | 0.43 | 0.53 |
| Hex | BA | 6C | 53 | 0 | 2A | 37 | 1B | F | 2B | 35 |
| Octal | 272 | 154 | 123 | 0 | 52 | 67 | 33 | 17 | 53 | 65 |
| Binary | 10111010 | 1101100 | 1010011 | 0 | 101010 | 110111 | 11011 | 1111 | 101011 | 110101 |
Color Harmonies of #BA6C53
Complementary color
Monochromatic Colors of #BA6C53
Black with #BA6C53
Text Example
Text Example
White with #BA6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C53; }
p { color: rgb(186,108,83); }
H1.HeaderClassName
{
color: #BA6C53;
}
.AnyTagClassName
{
color: #BA6C53;
}
</style>
background-color css
<style>
a { background-color: #BA6C53; }
a { background-color: rgb(186,108,83); }
div.DivClassName
{
background-color: #BA6C53;
}
.BgClassName
{
background-color: #BA6C53;
}
</style>
border-color css
<style>
span { border-color: #BA6C53; }
span { border-color: rgb(186,108,83); }
td.TdClassName
{
border-color: #BA6C53;
}
.TagClassName
{
border-color: #BA6C53;
}
</style>