Shades of Fallow #BAA26F
Tints of Fallow #BAA26F
RGB
CMYK
RGB Variations
Color information
#BAA26F (or 0xBAA26F) is known color: Fallow. HEX triplet: BA, A2 and 6F. RGB value is (186,162,111). Sum of RGB (Red+Green+Blue) = 186+162+111=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA26F is #455D90. Grayscale: #A3A3A3. Windows color (decimal): -4545937 or 7316154. OLE color: 7316154.
HSL color Cylindrical-coordinate representation of color #BAA26F: hue angle of 40.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAA26F is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 111 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.27 |
| HSL | 40.8º | 0.35% | 0.58% | - |
| HSV(B) | 40.8º | 0.4% | 0.73% | - |
| XYZ | 36.04 | 37.43 | 20.36 | - |
| YUV | 163.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 111 | 0 | 0.13 | 0.40 | 0.27 | 40.8 | 0.35 | 0.58 |
| Hex | BA | A2 | 6F | 0 | D | 28 | 1B | 29 | 23 | 3A |
| Octal | 272 | 242 | 157 | 0 | 15 | 50 | 33 | 51 | 43 | 72 |
| Binary | 10111010 | 10100010 | 1101111 | 0 | 1101 | 101000 | 11011 | 101001 | 100011 | 111010 |
Color Harmonies of #BAA26F
Complementary color
Monochromatic Colors of #BAA26F
Black with #BAA26F
Text Example
Text Example
White with #BAA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA26F; }
p { color: rgb(186,162,111); }
H1.HeaderClassName
{
color: #BAA26F;
}
.AnyTagClassName
{
color: #BAA26F;
}
</style>
background-color css
<style>
a { background-color: #BAA26F; }
a { background-color: rgb(186,162,111); }
div.DivClassName
{
background-color: #BAA26F;
}
.BgClassName
{
background-color: #BAA26F;
}
</style>
border-color css
<style>
span { border-color: #BAA26F; }
span { border-color: rgb(186,162,111); }
td.TdClassName
{
border-color: #BAA26F;
}
.TagClassName
{
border-color: #BAA26F;
}
</style>