Shades of Fallow #BEA077
Tints of Fallow #BEA077
RGB
CMYK
RGB Variations
Color information
#BEA077 (or 0xBEA077) is known color: Fallow. HEX triplet: BE, A0 and 77. RGB value is (190,160,119). Sum of RGB (Red+Green+Blue) = 190+160+119=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA077 is #415F88. Grayscale: #A4A4A4. Windows color (decimal): -4284297 or 7839934. OLE color: 7839934.
HSL color Cylindrical-coordinate representation of color #BEA077: hue angle of 34.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA077 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 119 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.25 |
| HSL | 34.65º | 0.35% | 0.61% | - |
| HSV(B) | 34.65º | 0.37% | 0.75% | - |
| XYZ | 37.14 | 37.42 | 22.72 | - |
| YUV | 164.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 119 | 0 | 0.16 | 0.37 | 0.25 | 34.65 | 0.35 | 0.61 |
| Hex | BE | A0 | 77 | 0 | 10 | 25 | 19 | 23 | 23 | 3D |
| Octal | 276 | 240 | 167 | 0 | 20 | 45 | 31 | 43 | 43 | 75 |
| Binary | 10111110 | 10100000 | 1110111 | 0 | 10000 | 100101 | 11001 | 100011 | 100011 | 111101 |
Color Harmonies of #BEA077
Complementary color
Monochromatic Colors of #BEA077
Black with #BEA077
Text Example
Text Example
White with #BEA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA077; }
p { color: rgb(190,160,119); }
H1.HeaderClassName
{
color: #BEA077;
}
.AnyTagClassName
{
color: #BEA077;
}
</style>
background-color css
<style>
a { background-color: #BEA077; }
a { background-color: rgb(190,160,119); }
div.DivClassName
{
background-color: #BEA077;
}
.BgClassName
{
background-color: #BEA077;
}
</style>
border-color css
<style>
span { border-color: #BEA077; }
span { border-color: rgb(190,160,119); }
td.TdClassName
{
border-color: #BEA077;
}
.TagClassName
{
border-color: #BEA077;
}
</style>