Shades of Fallow #BEA472
Tints of Fallow #BEA472
RGB
CMYK
RGB Variations
Color information
#BEA472 (or 0xBEA472) is known color: Fallow. HEX triplet: BE, A4 and 72. RGB value is (190,164,114). Sum of RGB (Red+Green+Blue) = 190+164+114=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA472 is #415B8D. Grayscale: #A6A6A6. Windows color (decimal): -4283278 or 7513278. OLE color: 7513278.
HSL color Cylindrical-coordinate representation of color #BEA472: hue angle of 39.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEA472 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 114 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.25 |
| HSL | 39.47º | 0.37% | 0.6% | - |
| HSV(B) | 39.47º | 0.4% | 0.75% | - |
| XYZ | 37.55 | 38.71 | 21.41 | - |
| YUV | 166.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 114 | 0 | 0.14 | 0.40 | 0.25 | 39.47 | 0.37 | 0.6 |
| Hex | BE | A4 | 72 | 0 | E | 28 | 19 | 27 | 25 | 3C |
| Octal | 276 | 244 | 162 | 0 | 16 | 50 | 31 | 47 | 45 | 74 |
| Binary | 10111110 | 10100100 | 1110010 | 0 | 1110 | 101000 | 11001 | 100111 | 100101 | 111100 |
Color Harmonies of #BEA472
Complementary color
Monochromatic Colors of #BEA472
Black with #BEA472
Text Example
Text Example
White with #BEA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA472; }
p { color: rgb(190,164,114); }
H1.HeaderClassName
{
color: #BEA472;
}
.AnyTagClassName
{
color: #BEA472;
}
</style>
background-color css
<style>
a { background-color: #BEA472; }
a { background-color: rgb(190,164,114); }
div.DivClassName
{
background-color: #BEA472;
}
.BgClassName
{
background-color: #BEA472;
}
</style>
border-color css
<style>
span { border-color: #BEA472; }
span { border-color: rgb(190,164,114); }
td.TdClassName
{
border-color: #BEA472;
}
.TagClassName
{
border-color: #BEA472;
}
</style>