Shades of Sante Fe #BA6D57
Tints of Sante Fe #BA6D57
RGB
CMYK
RGB Variations
Color information
#BA6D57 (or 0xBA6D57) is known color: Sante Fe. HEX triplet: BA, 6D and 57. RGB value is (186,109,87). Sum of RGB (Red+Green+Blue) = 186+109+87=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D57 is #4592A8. Grayscale: #818181. Windows color (decimal): -4559529 or 5729722. OLE color: 5729722.
HSL color Cylindrical-coordinate representation of color #BA6D57: hue angle of 13.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6D57 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 87 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.27 |
| HSL | 13.33º | 0.42% | 0.54% | - |
| HSV(B) | 13.33º | 0.53% | 0.73% | - |
| XYZ | 27.44 | 22.06 | 11.83 | - |
| YUV | 129.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 87 | 0 | 0.41 | 0.53 | 0.27 | 13.33 | 0.42 | 0.54 |
| Hex | BA | 6D | 57 | 0 | 29 | 35 | 1B | D | 2A | 36 |
| Octal | 272 | 155 | 127 | 0 | 51 | 65 | 33 | 15 | 52 | 66 |
| Binary | 10111010 | 1101101 | 1010111 | 0 | 101001 | 110101 | 11011 | 1101 | 101010 | 110110 |
Color Harmonies of #BA6D57
Complementary color
Monochromatic Colors of #BA6D57
Black with #BA6D57
Text Example
Text Example
White with #BA6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D57; }
p { color: rgb(186,109,87); }
H1.HeaderClassName
{
color: #BA6D57;
}
.AnyTagClassName
{
color: #BA6D57;
}
</style>
background-color css
<style>
a { background-color: #BA6D57; }
a { background-color: rgb(186,109,87); }
div.DivClassName
{
background-color: #BA6D57;
}
.BgClassName
{
background-color: #BA6D57;
}
</style>
border-color css
<style>
span { border-color: #BA6D57; }
span { border-color: rgb(186,109,87); }
td.TdClassName
{
border-color: #BA6D57;
}
.TagClassName
{
border-color: #BA6D57;
}
</style>