Shades of Fallow #BA9469
Tints of Fallow #BA9469
RGB
CMYK
RGB Variations
Color information
#BA9469 (or 0xBA9469) is known color: Fallow. HEX triplet: BA, 94 and 69. RGB value is (186,148,105). Sum of RGB (Red+Green+Blue) = 186+148+105=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9469 is #456B96. Grayscale: #9A9A9A. Windows color (decimal): -4549527 or 6919354. OLE color: 6919354.
HSL color Cylindrical-coordinate representation of color #BA9469: hue angle of 31.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA9469 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 105 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.27 |
| HSL | 31.85º | 0.37% | 0.57% | - |
| HSV(B) | 31.85º | 0.44% | 0.73% | - |
| XYZ | 33.39 | 32.64 | 17.9 | - |
| YUV | 154.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 105 | 0 | 0.20 | 0.44 | 0.27 | 31.85 | 0.37 | 0.57 |
| Hex | BA | 94 | 69 | 0 | 14 | 2C | 1B | 20 | 25 | 39 |
| Octal | 272 | 224 | 151 | 0 | 24 | 54 | 33 | 40 | 45 | 71 |
| Binary | 10111010 | 10010100 | 1101001 | 0 | 10100 | 101100 | 11011 | 100000 | 100101 | 111001 |
Color Harmonies of #BA9469
Complementary color
Monochromatic Colors of #BA9469
Black with #BA9469
Text Example
Text Example
White with #BA9469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9469; }
p { color: rgb(186,148,105); }
H1.HeaderClassName
{
color: #BA9469;
}
.AnyTagClassName
{
color: #BA9469;
}
</style>
background-color css
<style>
a { background-color: #BA9469; }
a { background-color: rgb(186,148,105); }
div.DivClassName
{
background-color: #BA9469;
}
.BgClassName
{
background-color: #BA9469;
}
</style>
border-color css
<style>
span { border-color: #BA9469; }
span { border-color: rgb(186,148,105); }
td.TdClassName
{
border-color: #BA9469;
}
.TagClassName
{
border-color: #BA9469;
}
</style>