Shades of Sante Fe #BA7154
Tints of Sante Fe #BA7154
RGB
CMYK
RGB Variations
Color information
#BA7154 (or 0xBA7154) is known color: Sante Fe. HEX triplet: BA, 71 and 54. RGB value is (186,113,84). Sum of RGB (Red+Green+Blue) = 186+113+84=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7154 is #458EAB. Grayscale: #838383. Windows color (decimal): -4558508 or 5534138. OLE color: 5534138.
HSL color Cylindrical-coordinate representation of color #BA7154: hue angle of 17.06º 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 #BA7154 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 84 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.27 |
| HSL | 17.06º | 0.43% | 0.53% | - |
| HSV(B) | 17.06º | 0.55% | 0.73% | - |
| XYZ | 27.76 | 22.89 | 11.34 | - |
| YUV | 131.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 84 | 0 | 0.39 | 0.55 | 0.27 | 17.06 | 0.43 | 0.53 |
| Hex | BA | 71 | 54 | 0 | 27 | 37 | 1B | 11 | 2A | 35 |
| Octal | 272 | 161 | 124 | 0 | 47 | 67 | 33 | 21 | 52 | 65 |
| Binary | 10111010 | 1110001 | 1010100 | 0 | 100111 | 110111 | 11011 | 10001 | 101010 | 110101 |
Color Harmonies of #BA7154
Complementary color
Monochromatic Colors of #BA7154
Black with #BA7154
Text Example
Text Example
White with #BA7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7154; }
p { color: rgb(186,113,84); }
H1.HeaderClassName
{
color: #BA7154;
}
.AnyTagClassName
{
color: #BA7154;
}
</style>
background-color css
<style>
a { background-color: #BA7154; }
a { background-color: rgb(186,113,84); }
div.DivClassName
{
background-color: #BA7154;
}
.BgClassName
{
background-color: #BA7154;
}
</style>
border-color css
<style>
span { border-color: #BA7154; }
span { border-color: rgb(186,113,84); }
td.TdClassName
{
border-color: #BA7154;
}
.TagClassName
{
border-color: #BA7154;
}
</style>