Shades of Fallow #BAA072
Tints of Fallow #BAA072
RGB
CMYK
RGB Variations
Color information
#BAA072 (or 0xBAA072) is known color: Fallow. HEX triplet: BA, A0 and 72. RGB value is (186,160,114). Sum of RGB (Red+Green+Blue) = 186+160+114=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA072 is #455F8D. Grayscale: #A2A2A2. Windows color (decimal): -4546446 or 7512250. OLE color: 7512250.
HSL color Cylindrical-coordinate representation of color #BAA072: hue angle of 38.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 #BAA072 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 160 | 114 | - |
CMYK | 0 | 0.14 | 0.39 | 0.27 |
HSL | 38.33º | 0.34% | 0.59% | - |
HSV(B) | 38.33º | 0.39% | 0.73% | - |
XYZ | 35.86 | 36.8 | 21.13 | - |
YUV | 162.53 | 100.61 | 144.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 160 | 114 | 0 | 0.14 | 0.39 | 0.27 | 38.33 | 0.34 | 0.59 |
Hex | BA | A0 | 72 | 0 | E | 27 | 1B | 26 | 22 | 3B |
Octal | 272 | 240 | 162 | 0 | 16 | 47 | 33 | 46 | 42 | 73 |
Binary | 10111010 | 10100000 | 1110010 | 0 | 1110 | 100111 | 11011 | 100110 | 100010 | 111011 |
Color Harmonies of #BAA072
Complementary color
Monochromatic Colors of #BAA072
Black with #BAA072
Text Example
Text Example
White with #BAA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA072; }
p { color: rgb(186,160,114); }
H1.HeaderClassName
{
color: #BAA072;
}
.AnyTagClassName
{
color: #BAA072;
}
</style>
background-color css
<style>
a { background-color: #BAA072; }
a { background-color: rgb(186,160,114); }
div.DivClassName
{
background-color: #BAA072;
}
.BgClassName
{
background-color: #BAA072;
}
</style>
border-color css
<style>
span { border-color: #BAA072; }
span { border-color: rgb(186,160,114); }
td.TdClassName
{
border-color: #BAA072;
}
.TagClassName
{
border-color: #BAA072;
}
</style>