Shades of Fallow #BEA379
Tints of Fallow #BEA379
RGB
CMYK
RGB Variations
Color information
#BEA379 (or 0xBEA379) is known color: Fallow. HEX triplet: BE, A3 and 79. RGB value is (190,163,121). Sum of RGB (Red+Green+Blue) = 190+163+121=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA379 is #415C86. Grayscale: #A6A6A6. Windows color (decimal): -4283527 or 7971774. OLE color: 7971774.
HSL color Cylindrical-coordinate representation of color #BEA379: hue angle of 36.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA379 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 121 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.25 |
| HSL | 36.52º | 0.35% | 0.61% | - |
| HSV(B) | 36.52º | 0.36% | 0.75% | - |
| XYZ | 37.78 | 38.52 | 23.53 | - |
| YUV | 166.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 121 | 0 | 0.14 | 0.36 | 0.25 | 36.52 | 0.35 | 0.61 |
| Hex | BE | A3 | 79 | 0 | E | 24 | 19 | 25 | 23 | 3D |
| Octal | 276 | 243 | 171 | 0 | 16 | 44 | 31 | 45 | 43 | 75 |
| Binary | 10111110 | 10100011 | 1111001 | 0 | 1110 | 100100 | 11001 | 100101 | 100011 | 111101 |
Color Harmonies of #BEA379
Complementary color
Monochromatic Colors of #BEA379
Black with #BEA379
Text Example
Text Example
White with #BEA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA379; }
p { color: rgb(190,163,121); }
H1.HeaderClassName
{
color: #BEA379;
}
.AnyTagClassName
{
color: #BEA379;
}
</style>
background-color css
<style>
a { background-color: #BEA379; }
a { background-color: rgb(190,163,121); }
div.DivClassName
{
background-color: #BEA379;
}
.BgClassName
{
background-color: #BEA379;
}
</style>
border-color css
<style>
span { border-color: #BEA379; }
span { border-color: rgb(190,163,121); }
td.TdClassName
{
border-color: #BEA379;
}
.TagClassName
{
border-color: #BEA379;
}
</style>