Shades of Fallow #BAA16D
Tints of Fallow #BAA16D
RGB
CMYK
RGB Variations
Color information
#BAA16D (or 0xBAA16D) is known color: Fallow. HEX triplet: BA, A1 and 6D. RGB value is (186,161,109). Sum of RGB (Red+Green+Blue) = 186+161+109=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA16D is #455E92. Grayscale: #A2A2A2. Windows color (decimal): -4546195 or 7184826. OLE color: 7184826.
HSL color Cylindrical-coordinate representation of color #BAA16D: hue angle of 40.52º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAA16D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 109 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.27 |
| HSL | 40.52º | 0.36% | 0.58% | - |
| HSV(B) | 40.52º | 0.41% | 0.73% | - |
| XYZ | 35.75 | 37.03 | 19.73 | - |
| YUV | 162.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 109 | 0 | 0.13 | 0.41 | 0.27 | 40.52 | 0.36 | 0.58 |
| Hex | BA | A1 | 6D | 0 | D | 29 | 1B | 29 | 24 | 3A |
| Octal | 272 | 241 | 155 | 0 | 15 | 51 | 33 | 51 | 44 | 72 |
| Binary | 10111010 | 10100001 | 1101101 | 0 | 1101 | 101001 | 11011 | 101001 | 100100 | 111010 |
Color Harmonies of #BAA16D
Complementary color
Monochromatic Colors of #BAA16D
Black with #BAA16D
Text Example
Text Example
White with #BAA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA16D; }
p { color: rgb(186,161,109); }
H1.HeaderClassName
{
color: #BAA16D;
}
.AnyTagClassName
{
color: #BAA16D;
}
</style>
background-color css
<style>
a { background-color: #BAA16D; }
a { background-color: rgb(186,161,109); }
div.DivClassName
{
background-color: #BAA16D;
}
.BgClassName
{
background-color: #BAA16D;
}
</style>
border-color css
<style>
span { border-color: #BAA16D; }
span { border-color: rgb(186,161,109); }
td.TdClassName
{
border-color: #BAA16D;
}
.TagClassName
{
border-color: #BAA16D;
}
</style>