Shades of Sante Fe #BA6D55
Tints of Sante Fe #BA6D55
RGB
CMYK
RGB Variations
Color information
#BA6D55 (or 0xBA6D55) is known color: Sante Fe. HEX triplet: BA, 6D and 55. RGB value is (186,109,85). Sum of RGB (Red+Green+Blue) = 186+109+85=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D55 is #4592AA. Grayscale: #818181. Windows color (decimal): -4559531 or 5598650. OLE color: 5598650.
HSL color Cylindrical-coordinate representation of color #BA6D55: hue angle of 14.26º 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 #BA6D55 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 85 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.27 |
| HSL | 14.26º | 0.42% | 0.53% | - |
| HSV(B) | 14.26º | 0.54% | 0.73% | - |
| XYZ | 27.36 | 22.03 | 11.41 | - |
| YUV | 129.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 85 | 0 | 0.41 | 0.54 | 0.27 | 14.26 | 0.42 | 0.53 |
| Hex | BA | 6D | 55 | 0 | 29 | 36 | 1B | E | 2A | 35 |
| Octal | 272 | 155 | 125 | 0 | 51 | 66 | 33 | 16 | 52 | 65 |
| Binary | 10111010 | 1101101 | 1010101 | 0 | 101001 | 110110 | 11011 | 1110 | 101010 | 110101 |
Color Harmonies of #BA6D55
Complementary color
Monochromatic Colors of #BA6D55
Black with #BA6D55
Text Example
Text Example
White with #BA6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D55; }
p { color: rgb(186,109,85); }
H1.HeaderClassName
{
color: #BA6D55;
}
.AnyTagClassName
{
color: #BA6D55;
}
</style>
background-color css
<style>
a { background-color: #BA6D55; }
a { background-color: rgb(186,109,85); }
div.DivClassName
{
background-color: #BA6D55;
}
.BgClassName
{
background-color: #BA6D55;
}
</style>
border-color css
<style>
span { border-color: #BA6D55; }
span { border-color: rgb(186,109,85); }
td.TdClassName
{
border-color: #BA6D55;
}
.TagClassName
{
border-color: #BA6D55;
}
</style>