Shades of Fallow #BA9E66
Tints of Fallow #BA9E66
RGB
CMYK
RGB Variations
Color information
#BA9E66 (or 0xBA9E66) is known color: Fallow. HEX triplet: BA, 9E and 66. RGB value is (186,158,102). Sum of RGB (Red+Green+Blue) = 186+158+102=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E66 is #456199. Grayscale: #A0A0A0. Windows color (decimal): -4546970 or 6725306. OLE color: 6725306.
HSL color Cylindrical-coordinate representation of color #BA9E66: hue angle of 40º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA9E66 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 102 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.27 |
| HSL | 40º | 0.38% | 0.56% | - |
| HSV(B) | 40º | 0.45% | 0.73% | - |
| XYZ | 34.87 | 35.85 | 17.65 | - |
| YUV | 159.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 102 | 0 | 0.15 | 0.45 | 0.27 | 40 | 0.38 | 0.56 |
| Hex | BA | 9E | 66 | 0 | F | 2D | 1B | 28 | 26 | 38 |
| Octal | 272 | 236 | 146 | 0 | 17 | 55 | 33 | 50 | 46 | 70 |
| Binary | 10111010 | 10011110 | 1100110 | 0 | 1111 | 101101 | 11011 | 101000 | 100110 | 111000 |
Color Harmonies of #BA9E66
Complementary color
Monochromatic Colors of #BA9E66
Black with #BA9E66
Text Example
Text Example
White with #BA9E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E66; }
p { color: rgb(186,158,102); }
H1.HeaderClassName
{
color: #BA9E66;
}
.AnyTagClassName
{
color: #BA9E66;
}
</style>
background-color css
<style>
a { background-color: #BA9E66; }
a { background-color: rgb(186,158,102); }
div.DivClassName
{
background-color: #BA9E66;
}
.BgClassName
{
background-color: #BA9E66;
}
</style>
border-color css
<style>
span { border-color: #BA9E66; }
span { border-color: rgb(186,158,102); }
td.TdClassName
{
border-color: #BA9E66;
}
.TagClassName
{
border-color: #BA9E66;
}
</style>