Shades of Fallow #BAA269
Tints of Fallow #BAA269
RGB
CMYK
RGB Variations
Color information
#BAA269 (or 0xBAA269) is known color: Fallow. HEX triplet: BA, A2 and 69. RGB value is (186,162,105). Sum of RGB (Red+Green+Blue) = 186+162+105=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA269 is #455D96. Grayscale: #A2A2A2. Windows color (decimal): -4545943 or 6922938. OLE color: 6922938.
HSL color Cylindrical-coordinate representation of color #BAA269: hue angle of 42.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA269 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 105 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.27 |
| HSL | 42.22º | 0.37% | 0.57% | - |
| HSV(B) | 42.22º | 0.44% | 0.73% | - |
| XYZ | 35.72 | 37.3 | 18.68 | - |
| YUV | 162.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 105 | 0 | 0.13 | 0.44 | 0.27 | 42.22 | 0.37 | 0.57 |
| Hex | BA | A2 | 69 | 0 | D | 2C | 1B | 2A | 25 | 39 |
| Octal | 272 | 242 | 151 | 0 | 15 | 54 | 33 | 52 | 45 | 71 |
| Binary | 10111010 | 10100010 | 1101001 | 0 | 1101 | 101100 | 11011 | 101010 | 100101 | 111001 |
Color Harmonies of #BAA269
Complementary color
Monochromatic Colors of #BAA269
Black with #BAA269
Text Example
Text Example
White with #BAA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA269; }
p { color: rgb(186,162,105); }
H1.HeaderClassName
{
color: #BAA269;
}
.AnyTagClassName
{
color: #BAA269;
}
</style>
background-color css
<style>
a { background-color: #BAA269; }
a { background-color: rgb(186,162,105); }
div.DivClassName
{
background-color: #BAA269;
}
.BgClassName
{
background-color: #BAA269;
}
</style>
border-color css
<style>
span { border-color: #BAA269; }
span { border-color: rgb(186,162,105); }
td.TdClassName
{
border-color: #BAA269;
}
.TagClassName
{
border-color: #BAA269;
}
</style>