Shades of Fallow #BEA16E
Tints of Fallow #BEA16E
RGB
CMYK
RGB Variations
Color information
#BEA16E (or 0xBEA16E) is known color: Fallow. HEX triplet: BE, A1 and 6E. RGB value is (190,161,110). Sum of RGB (Red+Green+Blue) = 190+161+110=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16E is #415E91. Grayscale: #A4A4A4. Windows color (decimal): -4284050 or 7250366. OLE color: 7250366.
HSL color Cylindrical-coordinate representation of color #BEA16E: hue angle of 38.25º 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 #BEA16E is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 110 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.25 |
| HSL | 38.25º | 0.38% | 0.59% | - |
| HSV(B) | 38.25º | 0.42% | 0.75% | - |
| XYZ | 36.79 | 37.56 | 20.06 | - |
| YUV | 163.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 110 | 0 | 0.15 | 0.42 | 0.25 | 38.25 | 0.38 | 0.59 |
| Hex | BE | A1 | 6E | 0 | F | 2A | 19 | 26 | 26 | 3B |
| Octal | 276 | 241 | 156 | 0 | 17 | 52 | 31 | 46 | 46 | 73 |
| Binary | 10111110 | 10100001 | 1101110 | 0 | 1111 | 101010 | 11001 | 100110 | 100110 | 111011 |
Color Harmonies of #BEA16E
Complementary color
Monochromatic Colors of #BEA16E
Black with #BEA16E
Text Example
Text Example
White with #BEA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA16E; }
p { color: rgb(190,161,110); }
H1.HeaderClassName
{
color: #BEA16E;
}
.AnyTagClassName
{
color: #BEA16E;
}
</style>
background-color css
<style>
a { background-color: #BEA16E; }
a { background-color: rgb(190,161,110); }
div.DivClassName
{
background-color: #BEA16E;
}
.BgClassName
{
background-color: #BEA16E;
}
</style>
border-color css
<style>
span { border-color: #BEA16E; }
span { border-color: rgb(190,161,110); }
td.TdClassName
{
border-color: #BEA16E;
}
.TagClassName
{
border-color: #BEA16E;
}
</style>