Shades of Fallow #BAA278
Tints of Fallow #BAA278
RGB
CMYK
RGB Variations
Color information
#BAA278 (or 0xBAA278) is known color: Fallow. HEX triplet: BA, A2 and 78. RGB value is (186,162,120). Sum of RGB (Red+Green+Blue) = 186+162+120=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA278 is #455D87. Grayscale: #A4A4A4. Windows color (decimal): -4545928 or 7905978. OLE color: 7905978.
HSL color Cylindrical-coordinate representation of color #BAA278: hue angle of 38.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA278 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 120 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.27 |
| HSL | 38.18º | 0.32% | 0.6% | - |
| HSV(B) | 38.18º | 0.35% | 0.73% | - |
| XYZ | 36.56 | 37.64 | 23.11 | - |
| YUV | 164.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 120 | 0 | 0.13 | 0.35 | 0.27 | 38.18 | 0.32 | 0.6 |
| Hex | BA | A2 | 78 | 0 | D | 23 | 1B | 26 | 20 | 3C |
| Octal | 272 | 242 | 170 | 0 | 15 | 43 | 33 | 46 | 40 | 74 |
| Binary | 10111010 | 10100010 | 1111000 | 0 | 1101 | 100011 | 11011 | 100110 | 100000 | 111100 |
Color Harmonies of #BAA278
Complementary color
Monochromatic Colors of #BAA278
Black with #BAA278
Text Example
Text Example
White with #BAA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA278; }
p { color: rgb(186,162,120); }
H1.HeaderClassName
{
color: #BAA278;
}
.AnyTagClassName
{
color: #BAA278;
}
</style>
background-color css
<style>
a { background-color: #BAA278; }
a { background-color: rgb(186,162,120); }
div.DivClassName
{
background-color: #BAA278;
}
.BgClassName
{
background-color: #BAA278;
}
</style>
border-color css
<style>
span { border-color: #BAA278; }
span { border-color: rgb(186,162,120); }
td.TdClassName
{
border-color: #BAA278;
}
.TagClassName
{
border-color: #BAA278;
}
</style>