Shades of Fallow #BAA376
Tints of Fallow #BAA376
RGB
CMYK
RGB Variations
Color information
#BAA376 (or 0xBAA376) is known color: Fallow. HEX triplet: BA, A3 and 76. RGB value is (186,163,118). Sum of RGB (Red+Green+Blue) = 186+163+118=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA376 is #455C89. Grayscale: #A4A4A4. Windows color (decimal): -4545674 or 7775162. OLE color: 7775162.
HSL color Cylindrical-coordinate representation of color #BAA376: hue angle of 39.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA376 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 118 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.27 |
| HSL | 39.71º | 0.33% | 0.6% | - |
| HSV(B) | 39.71º | 0.37% | 0.73% | - |
| XYZ | 36.62 | 37.94 | 22.53 | - |
| YUV | 164.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 118 | 0 | 0.12 | 0.37 | 0.27 | 39.71 | 0.33 | 0.6 |
| Hex | BA | A3 | 76 | 0 | C | 25 | 1B | 28 | 21 | 3C |
| Octal | 272 | 243 | 166 | 0 | 14 | 45 | 33 | 50 | 41 | 74 |
| Binary | 10111010 | 10100011 | 1110110 | 0 | 1100 | 100101 | 11011 | 101000 | 100001 | 111100 |
Color Harmonies of #BAA376
Complementary color
Monochromatic Colors of #BAA376
Black with #BAA376
Text Example
Text Example
White with #BAA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA376; }
p { color: rgb(186,163,118); }
H1.HeaderClassName
{
color: #BAA376;
}
.AnyTagClassName
{
color: #BAA376;
}
</style>
background-color css
<style>
a { background-color: #BAA376; }
a { background-color: rgb(186,163,118); }
div.DivClassName
{
background-color: #BAA376;
}
.BgClassName
{
background-color: #BAA376;
}
</style>
border-color css
<style>
span { border-color: #BAA376; }
span { border-color: rgb(186,163,118); }
td.TdClassName
{
border-color: #BAA376;
}
.TagClassName
{
border-color: #BAA376;
}
</style>