Shades of Sante Fe #BA6D4E
Tints of Sante Fe #BA6D4E
RGB
CMYK
RGB Variations
Color information
#BA6D4E (or 0xBA6D4E) is known color: Sante Fe. HEX triplet: BA, 6D and 4E. RGB value is (186,109,78). Sum of RGB (Red+Green+Blue) = 186+109+78=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D4E is #4592B1. Grayscale: #808080. Windows color (decimal): -4559538 or 5139898. OLE color: 5139898.
HSL color Cylindrical-coordinate representation of color #BA6D4E: hue angle of 17.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA6D4E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 78 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.27 |
| HSL | 17.22º | 0.44% | 0.52% | - |
| HSV(B) | 17.22º | 0.58% | 0.73% | - |
| XYZ | 27.09 | 21.93 | 10.01 | - |
| YUV | 128.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 78 | 0 | 0.41 | 0.58 | 0.27 | 17.22 | 0.44 | 0.52 |
| Hex | BA | 6D | 4E | 0 | 29 | 3A | 1B | 11 | 2C | 34 |
| Octal | 272 | 155 | 116 | 0 | 51 | 72 | 33 | 21 | 54 | 64 |
| Binary | 10111010 | 1101101 | 1001110 | 0 | 101001 | 111010 | 11011 | 10001 | 101100 | 110100 |
Color Harmonies of #BA6D4E
Complementary color
Monochromatic Colors of #BA6D4E
Black with #BA6D4E
Text Example
Text Example
White with #BA6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D4E; }
p { color: rgb(186,109,78); }
H1.HeaderClassName
{
color: #BA6D4E;
}
.AnyTagClassName
{
color: #BA6D4E;
}
</style>
background-color css
<style>
a { background-color: #BA6D4E; }
a { background-color: rgb(186,109,78); }
div.DivClassName
{
background-color: #BA6D4E;
}
.BgClassName
{
background-color: #BA6D4E;
}
</style>
border-color css
<style>
span { border-color: #BA6D4E; }
span { border-color: rgb(186,109,78); }
td.TdClassName
{
border-color: #BA6D4E;
}
.TagClassName
{
border-color: #BA6D4E;
}
</style>