Shades of Fallow #BA9672
Tints of Fallow #BA9672
RGB
CMYK
RGB Variations
Color information
#BA9672 (or 0xBA9672) is known color: Fallow. HEX triplet: BA, 96 and 72. RGB value is (186,150,114). Sum of RGB (Red+Green+Blue) = 186+150+114=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9672 is #45698D. Grayscale: #9C9C9C. Windows color (decimal): -4549006 or 7509690. OLE color: 7509690.
HSL color Cylindrical-coordinate representation of color #BA9672: hue angle of 30º 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 #BA9672 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 114 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.27 |
| HSL | 30º | 0.34% | 0.59% | - |
| HSV(B) | 30º | 0.39% | 0.73% | - |
| XYZ | 34.19 | 33.47 | 20.58 | - |
| YUV | 156.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 114 | 0 | 0.19 | 0.39 | 0.27 | 30 | 0.34 | 0.59 |
| Hex | BA | 96 | 72 | 0 | 13 | 27 | 1B | 1E | 22 | 3B |
| Octal | 272 | 226 | 162 | 0 | 23 | 47 | 33 | 36 | 42 | 73 |
| Binary | 10111010 | 10010110 | 1110010 | 0 | 10011 | 100111 | 11011 | 11110 | 100010 | 111011 |
Color Harmonies of #BA9672
Complementary color
Monochromatic Colors of #BA9672
Black with #BA9672
Text Example
Text Example
White with #BA9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9672; }
p { color: rgb(186,150,114); }
H1.HeaderClassName
{
color: #BA9672;
}
.AnyTagClassName
{
color: #BA9672;
}
</style>
background-color css
<style>
a { background-color: #BA9672; }
a { background-color: rgb(186,150,114); }
div.DivClassName
{
background-color: #BA9672;
}
.BgClassName
{
background-color: #BA9672;
}
</style>
border-color css
<style>
span { border-color: #BA9672; }
span { border-color: rgb(186,150,114); }
td.TdClassName
{
border-color: #BA9672;
}
.TagClassName
{
border-color: #BA9672;
}
</style>