Shades of Fallow #BAA26B
Tints of Fallow #BAA26B
RGB
CMYK
RGB Variations
Color information
#BAA26B (or 0xBAA26B) is known color: Fallow. HEX triplet: BA, A2 and 6B. RGB value is (186,162,107). Sum of RGB (Red+Green+Blue) = 186+162+107=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA26B is #455D94. Grayscale: #A3A3A3. Windows color (decimal): -4545941 or 7054010. OLE color: 7054010.
HSL color Cylindrical-coordinate representation of color #BAA26B: hue angle of 41.77º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAA26B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 107 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.27 |
| HSL | 41.77º | 0.36% | 0.57% | - |
| HSV(B) | 41.77º | 0.42% | 0.73% | - |
| XYZ | 35.82 | 37.34 | 19.23 | - |
| YUV | 162.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 107 | 0 | 0.13 | 0.42 | 0.27 | 41.77 | 0.36 | 0.57 |
| Hex | BA | A2 | 6B | 0 | D | 2A | 1B | 2A | 24 | 39 |
| Octal | 272 | 242 | 153 | 0 | 15 | 52 | 33 | 52 | 44 | 71 |
| Binary | 10111010 | 10100010 | 1101011 | 0 | 1101 | 101010 | 11011 | 101010 | 100100 | 111001 |
Color Harmonies of #BAA26B
Complementary color
Monochromatic Colors of #BAA26B
Black with #BAA26B
Text Example
Text Example
White with #BAA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA26B; }
p { color: rgb(186,162,107); }
H1.HeaderClassName
{
color: #BAA26B;
}
.AnyTagClassName
{
color: #BAA26B;
}
</style>
background-color css
<style>
a { background-color: #BAA26B; }
a { background-color: rgb(186,162,107); }
div.DivClassName
{
background-color: #BAA26B;
}
.BgClassName
{
background-color: #BAA26B;
}
</style>
border-color css
<style>
span { border-color: #BAA26B; }
span { border-color: rgb(186,162,107); }
td.TdClassName
{
border-color: #BAA26B;
}
.TagClassName
{
border-color: #BAA26B;
}
</style>