Shades of Fallow #BEA16F
Tints of Fallow #BEA16F
RGB
CMYK
RGB Variations
Color information
#BEA16F (or 0xBEA16F) is known color: Fallow. HEX triplet: BE, A1 and 6F. RGB value is (190,161,111). Sum of RGB (Red+Green+Blue) = 190+161+111=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16F is #415E90. Grayscale: #A4A4A4. Windows color (decimal): -4284049 or 7315902. OLE color: 7315902.
HSL color Cylindrical-coordinate representation of color #BEA16F: hue angle of 37.97º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEA16F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 111 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.25 |
| HSL | 37.97º | 0.38% | 0.59% | - |
| HSV(B) | 37.97º | 0.42% | 0.75% | - |
| XYZ | 36.85 | 37.58 | 20.35 | - |
| YUV | 163.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 111 | 0 | 0.15 | 0.42 | 0.25 | 37.97 | 0.38 | 0.59 |
| Hex | BE | A1 | 6F | 0 | F | 2A | 19 | 26 | 26 | 3B |
| Octal | 276 | 241 | 157 | 0 | 17 | 52 | 31 | 46 | 46 | 73 |
| Binary | 10111110 | 10100001 | 1101111 | 0 | 1111 | 101010 | 11001 | 100110 | 100110 | 111011 |
Color Harmonies of #BEA16F
Complementary color
Monochromatic Colors of #BEA16F
Black with #BEA16F
Text Example
Text Example
White with #BEA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA16F; }
p { color: rgb(190,161,111); }
H1.HeaderClassName
{
color: #BEA16F;
}
.AnyTagClassName
{
color: #BEA16F;
}
</style>
background-color css
<style>
a { background-color: #BEA16F; }
a { background-color: rgb(190,161,111); }
div.DivClassName
{
background-color: #BEA16F;
}
.BgClassName
{
background-color: #BEA16F;
}
</style>
border-color css
<style>
span { border-color: #BEA16F; }
span { border-color: rgb(190,161,111); }
td.TdClassName
{
border-color: #BEA16F;
}
.TagClassName
{
border-color: #BEA16F;
}
</style>