Shades of Fallow #BA9A72
Tints of Fallow #BA9A72
RGB
CMYK
RGB Variations
Color information
#BA9A72 (or 0xBA9A72) is known color: Fallow. HEX triplet: BA, 9A and 72. RGB value is (186,154,114). Sum of RGB (Red+Green+Blue) = 186+154+114=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A72 is #45658D. Grayscale: #9F9F9F. Windows color (decimal): -4547982 or 7510714. OLE color: 7510714.
HSL color Cylindrical-coordinate representation of color #BA9A72: hue angle of 33.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9A72 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 114 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.27 |
| HSL | 33.33º | 0.34% | 0.59% | - |
| HSV(B) | 33.33º | 0.39% | 0.73% | - |
| XYZ | 34.84 | 34.77 | 20.79 | - |
| YUV | 159.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 114 | 0 | 0.17 | 0.39 | 0.27 | 33.33 | 0.34 | 0.59 |
| Hex | BA | 9A | 72 | 0 | 11 | 27 | 1B | 21 | 22 | 3B |
| Octal | 272 | 232 | 162 | 0 | 21 | 47 | 33 | 41 | 42 | 73 |
| Binary | 10111010 | 10011010 | 1110010 | 0 | 10001 | 100111 | 11011 | 100001 | 100010 | 111011 |
Color Harmonies of #BA9A72
Complementary color
Monochromatic Colors of #BA9A72
Black with #BA9A72
Text Example
Text Example
White with #BA9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A72; }
p { color: rgb(186,154,114); }
H1.HeaderClassName
{
color: #BA9A72;
}
.AnyTagClassName
{
color: #BA9A72;
}
</style>
background-color css
<style>
a { background-color: #BA9A72; }
a { background-color: rgb(186,154,114); }
div.DivClassName
{
background-color: #BA9A72;
}
.BgClassName
{
background-color: #BA9A72;
}
</style>
border-color css
<style>
span { border-color: #BA9A72; }
span { border-color: rgb(186,154,114); }
td.TdClassName
{
border-color: #BA9A72;
}
.TagClassName
{
border-color: #BA9A72;
}
</style>