Shades of Fallow #BE9E6E
Tints of Fallow #BE9E6E
RGB
CMYK
RGB Variations
Color information
#BE9E6E (or 0xBE9E6E) is known color: Fallow. HEX triplet: BE, 9E and 6E. RGB value is (190,158,110). Sum of RGB (Red+Green+Blue) = 190+158+110=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E6E is #416191. Grayscale: #A2A2A2. Windows color (decimal): -4284818 or 7249598. OLE color: 7249598.
HSL color Cylindrical-coordinate representation of color #BE9E6E: hue angle of 36º 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 #BE9E6E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 110 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.25 |
| HSL | 36º | 0.38% | 0.59% | - |
| HSV(B) | 36º | 0.42% | 0.75% | - |
| XYZ | 36.28 | 36.53 | 19.89 | - |
| YUV | 162.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 110 | 0 | 0.17 | 0.42 | 0.25 | 36 | 0.38 | 0.59 |
| Hex | BE | 9E | 6E | 0 | 11 | 2A | 19 | 24 | 26 | 3B |
| Octal | 276 | 236 | 156 | 0 | 21 | 52 | 31 | 44 | 46 | 73 |
| Binary | 10111110 | 10011110 | 1101110 | 0 | 10001 | 101010 | 11001 | 100100 | 100110 | 111011 |
Color Harmonies of #BE9E6E
Complementary color
Monochromatic Colors of #BE9E6E
Black with #BE9E6E
Text Example
Text Example
White with #BE9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E6E; }
p { color: rgb(190,158,110); }
H1.HeaderClassName
{
color: #BE9E6E;
}
.AnyTagClassName
{
color: #BE9E6E;
}
</style>
background-color css
<style>
a { background-color: #BE9E6E; }
a { background-color: rgb(190,158,110); }
div.DivClassName
{
background-color: #BE9E6E;
}
.BgClassName
{
background-color: #BE9E6E;
}
</style>
border-color css
<style>
span { border-color: #BE9E6E; }
span { border-color: rgb(190,158,110); }
td.TdClassName
{
border-color: #BE9E6E;
}
.TagClassName
{
border-color: #BE9E6E;
}
</style>