Shades of Sante Fe #BA6D54
Tints of Sante Fe #BA6D54
RGB
CMYK
RGB Variations
Color information
#BA6D54 (or 0xBA6D54) is known color: Sante Fe. HEX triplet: BA, 6D and 54. RGB value is (186,109,84). Sum of RGB (Red+Green+Blue) = 186+109+84=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D54 is #4592AB. Grayscale: #818181. Windows color (decimal): -4559532 or 5533114. OLE color: 5533114.
HSL color Cylindrical-coordinate representation of color #BA6D54: hue angle of 14.71º 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 #BA6D54 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 84 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.27 |
| HSL | 14.71º | 0.43% | 0.53% | - |
| HSV(B) | 14.71º | 0.55% | 0.73% | - |
| XYZ | 27.32 | 22.02 | 11.2 | - |
| YUV | 129.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 84 | 0 | 0.41 | 0.55 | 0.27 | 14.71 | 0.43 | 0.53 |
| Hex | BA | 6D | 54 | 0 | 29 | 37 | 1B | F | 2A | 35 |
| Octal | 272 | 155 | 124 | 0 | 51 | 67 | 33 | 17 | 52 | 65 |
| Binary | 10111010 | 1101101 | 1010100 | 0 | 101001 | 110111 | 11011 | 1111 | 101010 | 110101 |
Color Harmonies of #BA6D54
Complementary color
Monochromatic Colors of #BA6D54
Black with #BA6D54
Text Example
Text Example
White with #BA6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D54; }
p { color: rgb(186,109,84); }
H1.HeaderClassName
{
color: #BA6D54;
}
.AnyTagClassName
{
color: #BA6D54;
}
</style>
background-color css
<style>
a { background-color: #BA6D54; }
a { background-color: rgb(186,109,84); }
div.DivClassName
{
background-color: #BA6D54;
}
.BgClassName
{
background-color: #BA6D54;
}
</style>
border-color css
<style>
span { border-color: #BA6D54; }
span { border-color: rgb(186,109,84); }
td.TdClassName
{
border-color: #BA6D54;
}
.TagClassName
{
border-color: #BA6D54;
}
</style>