Shades of Fallow #BAA065
Tints of Fallow #BAA065
RGB
CMYK
RGB Variations
Color information
#BAA065 (or 0xBAA065) is known color: Fallow. HEX triplet: BA, A0 and 65. RGB value is (186,160,101). Sum of RGB (Red+Green+Blue) = 186+160+101=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA065 is #455F9A. Grayscale: #A1A1A1. Windows color (decimal): -4546459 or 6660282. OLE color: 6660282.
HSL color Cylindrical-coordinate representation of color #BAA065: hue angle of 41.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAA065 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 101 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.27 |
| HSL | 41.65º | 0.38% | 0.56% | - |
| HSV(B) | 41.65º | 0.46% | 0.73% | - |
| XYZ | 35.17 | 36.52 | 17.51 | - |
| YUV | 161.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 101 | 0 | 0.14 | 0.46 | 0.27 | 41.65 | 0.38 | 0.56 |
| Hex | BA | A0 | 65 | 0 | E | 2E | 1B | 2A | 26 | 38 |
| Octal | 272 | 240 | 145 | 0 | 16 | 56 | 33 | 52 | 46 | 70 |
| Binary | 10111010 | 10100000 | 1100101 | 0 | 1110 | 101110 | 11011 | 101010 | 100110 | 111000 |
Color Harmonies of #BAA065
Complementary color
Monochromatic Colors of #BAA065
Black with #BAA065
Text Example
Text Example
White with #BAA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA065; }
p { color: rgb(186,160,101); }
H1.HeaderClassName
{
color: #BAA065;
}
.AnyTagClassName
{
color: #BAA065;
}
</style>
background-color css
<style>
a { background-color: #BAA065; }
a { background-color: rgb(186,160,101); }
div.DivClassName
{
background-color: #BAA065;
}
.BgClassName
{
background-color: #BAA065;
}
</style>
border-color css
<style>
span { border-color: #BAA065; }
span { border-color: rgb(186,160,101); }
td.TdClassName
{
border-color: #BAA065;
}
.TagClassName
{
border-color: #BAA065;
}
</style>