Shades of Fallow #BEA16A
Tints of Fallow #BEA16A
RGB
CMYK
RGB Variations
Color information
#BEA16A (or 0xBEA16A) is known color: Fallow. HEX triplet: BE, A1 and 6A. RGB value is (190,161,106). Sum of RGB (Red+Green+Blue) = 190+161+106=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16A is #415E95. Grayscale: #A3A3A3. Windows color (decimal): -4284054 or 6988222. OLE color: 6988222.
HSL color Cylindrical-coordinate representation of color #BEA16A: hue angle of 39.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEA16A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 106 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.25 |
| HSL | 39.29º | 0.39% | 0.58% | - |
| HSV(B) | 39.29º | 0.44% | 0.75% | - |
| XYZ | 36.58 | 37.48 | 18.94 | - |
| YUV | 163.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 106 | 0 | 0.15 | 0.44 | 0.25 | 39.29 | 0.39 | 0.58 |
| Hex | BE | A1 | 6A | 0 | F | 2C | 19 | 27 | 27 | 3A |
| Octal | 276 | 241 | 152 | 0 | 17 | 54 | 31 | 47 | 47 | 72 |
| Binary | 10111110 | 10100001 | 1101010 | 0 | 1111 | 101100 | 11001 | 100111 | 100111 | 111010 |
Color Harmonies of #BEA16A
Complementary color
Monochromatic Colors of #BEA16A
Black with #BEA16A
Text Example
Text Example
White with #BEA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA16A; }
p { color: rgb(190,161,106); }
H1.HeaderClassName
{
color: #BEA16A;
}
.AnyTagClassName
{
color: #BEA16A;
}
</style>
background-color css
<style>
a { background-color: #BEA16A; }
a { background-color: rgb(190,161,106); }
div.DivClassName
{
background-color: #BEA16A;
}
.BgClassName
{
background-color: #BEA16A;
}
</style>
border-color css
<style>
span { border-color: #BEA16A; }
span { border-color: rgb(190,161,106); }
td.TdClassName
{
border-color: #BEA16A;
}
.TagClassName
{
border-color: #BEA16A;
}
</style>