Shades of Fallow #BE8E6E
Tints of Fallow #BE8E6E
RGB
CMYK
RGB Variations
Color information
#BE8E6E (or 0xBE8E6E) is known color: Fallow. HEX triplet: BE, 8E and 6E. RGB value is (190,142,110). Sum of RGB (Red+Green+Blue) = 190+142+110=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E6E is #417191. Grayscale: #989898. Windows color (decimal): -4288914 or 7245502. OLE color: 7245502.
HSL color Cylindrical-coordinate representation of color #BE8E6E: hue angle of 24º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8E6E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 110 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.25 |
| HSL | 24º | 0.38% | 0.59% | - |
| HSV(B) | 24º | 0.42% | 0.75% | - |
| XYZ | 33.72 | 31.42 | 19.04 | - |
| YUV | 152.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 110 | 0 | 0.25 | 0.42 | 0.25 | 24 | 0.38 | 0.59 |
| Hex | BE | 8E | 6E | 0 | 19 | 2A | 19 | 18 | 26 | 3B |
| Octal | 276 | 216 | 156 | 0 | 31 | 52 | 31 | 30 | 46 | 73 |
| Binary | 10111110 | 10001110 | 1101110 | 0 | 11001 | 101010 | 11001 | 11000 | 100110 | 111011 |
Color Harmonies of #BE8E6E
Complementary color
Monochromatic Colors of #BE8E6E
Black with #BE8E6E
Text Example
Text Example
White with #BE8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E6E; }
p { color: rgb(190,142,110); }
H1.HeaderClassName
{
color: #BE8E6E;
}
.AnyTagClassName
{
color: #BE8E6E;
}
</style>
background-color css
<style>
a { background-color: #BE8E6E; }
a { background-color: rgb(190,142,110); }
div.DivClassName
{
background-color: #BE8E6E;
}
.BgClassName
{
background-color: #BE8E6E;
}
</style>
border-color css
<style>
span { border-color: #BE8E6E; }
span { border-color: rgb(190,142,110); }
td.TdClassName
{
border-color: #BE8E6E;
}
.TagClassName
{
border-color: #BE8E6E;
}
</style>