Shades of Fallow #BEA371
Tints of Fallow #BEA371
RGB
CMYK
RGB Variations
Color information
#BEA371 (or 0xBEA371) is known color: Fallow. HEX triplet: BE, A3 and 71. RGB value is (190,163,113). Sum of RGB (Red+Green+Blue) = 190+163+113=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA371 is #415C8E. Grayscale: #A5A5A5. Windows color (decimal): -4283535 or 7447486. OLE color: 7447486.
HSL color Cylindrical-coordinate representation of color #BEA371: hue angle of 38.96º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEA371 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 113 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.25 |
| HSL | 38.96º | 0.37% | 0.59% | - |
| HSV(B) | 38.96º | 0.41% | 0.75% | - |
| XYZ | 37.31 | 38.33 | 21.06 | - |
| YUV | 165.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 113 | 0 | 0.14 | 0.41 | 0.25 | 38.96 | 0.37 | 0.59 |
| Hex | BE | A3 | 71 | 0 | E | 29 | 19 | 27 | 25 | 3B |
| Octal | 276 | 243 | 161 | 0 | 16 | 51 | 31 | 47 | 45 | 73 |
| Binary | 10111110 | 10100011 | 1110001 | 0 | 1110 | 101001 | 11001 | 100111 | 100101 | 111011 |
Color Harmonies of #BEA371
Complementary color
Monochromatic Colors of #BEA371
Black with #BEA371
Text Example
Text Example
White with #BEA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA371; }
p { color: rgb(190,163,113); }
H1.HeaderClassName
{
color: #BEA371;
}
.AnyTagClassName
{
color: #BEA371;
}
</style>
background-color css
<style>
a { background-color: #BEA371; }
a { background-color: rgb(190,163,113); }
div.DivClassName
{
background-color: #BEA371;
}
.BgClassName
{
background-color: #BEA371;
}
</style>
border-color css
<style>
span { border-color: #BEA371; }
span { border-color: rgb(190,163,113); }
td.TdClassName
{
border-color: #BEA371;
}
.TagClassName
{
border-color: #BEA371;
}
</style>