Shades of Fallow #BA9472
Tints of Fallow #BA9472
RGB
CMYK
RGB Variations
Color information
#BA9472 (or 0xBA9472) is known color: Fallow. HEX triplet: BA, 94 and 72. RGB value is (186,148,114). Sum of RGB (Red+Green+Blue) = 186+148+114=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9472 is #456B8D. Grayscale: #9B9B9B. Windows color (decimal): -4549518 or 7509178. OLE color: 7509178.
HSL color Cylindrical-coordinate representation of color #BA9472: hue angle of 28.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 #BA9472 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 114 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.27 |
| HSL | 28.33º | 0.34% | 0.59% | - |
| HSV(B) | 28.33º | 0.39% | 0.73% | - |
| XYZ | 33.88 | 32.83 | 20.47 | - |
| YUV | 155.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 114 | 0 | 0.20 | 0.39 | 0.27 | 28.33 | 0.34 | 0.59 |
| Hex | BA | 94 | 72 | 0 | 14 | 27 | 1B | 1C | 22 | 3B |
| Octal | 272 | 224 | 162 | 0 | 24 | 47 | 33 | 34 | 42 | 73 |
| Binary | 10111010 | 10010100 | 1110010 | 0 | 10100 | 100111 | 11011 | 11100 | 100010 | 111011 |
Color Harmonies of #BA9472
Complementary color
Monochromatic Colors of #BA9472
Black with #BA9472
Text Example
Text Example
White with #BA9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9472; }
p { color: rgb(186,148,114); }
H1.HeaderClassName
{
color: #BA9472;
}
.AnyTagClassName
{
color: #BA9472;
}
</style>
background-color css
<style>
a { background-color: #BA9472; }
a { background-color: rgb(186,148,114); }
div.DivClassName
{
background-color: #BA9472;
}
.BgClassName
{
background-color: #BA9472;
}
</style>
border-color css
<style>
span { border-color: #BA9472; }
span { border-color: rgb(186,148,114); }
td.TdClassName
{
border-color: #BA9472;
}
.TagClassName
{
border-color: #BA9472;
}
</style>