Shades of Fallow #BE8D6E
Tints of Fallow #BE8D6E
RGB
CMYK
RGB Variations
Color information
#BE8D6E (or 0xBE8D6E) is known color: Fallow. HEX triplet: BE, 8D and 6E. RGB value is (190,141,110). Sum of RGB (Red+Green+Blue) = 190+141+110=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D6E is #417291. Grayscale: #989898. Windows color (decimal): -4289170 or 7245246. OLE color: 7245246.
HSL color Cylindrical-coordinate representation of color #BE8D6E: hue angle of 23.25º 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 #BE8D6E is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 110 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.25 |
| HSL | 23.25º | 0.38% | 0.59% | - |
| HSV(B) | 23.25º | 0.42% | 0.75% | - |
| XYZ | 33.57 | 31.12 | 18.99 | - |
| YUV | 152.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 110 | 0 | 0.26 | 0.42 | 0.25 | 23.25 | 0.38 | 0.59 |
| Hex | BE | 8D | 6E | 0 | 1A | 2A | 19 | 17 | 26 | 3B |
| Octal | 276 | 215 | 156 | 0 | 32 | 52 | 31 | 27 | 46 | 73 |
| Binary | 10111110 | 10001101 | 1101110 | 0 | 11010 | 101010 | 11001 | 10111 | 100110 | 111011 |
Color Harmonies of #BE8D6E
Complementary color
Monochromatic Colors of #BE8D6E
Black with #BE8D6E
Text Example
Text Example
White with #BE8D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D6E; }
p { color: rgb(190,141,110); }
H1.HeaderClassName
{
color: #BE8D6E;
}
.AnyTagClassName
{
color: #BE8D6E;
}
</style>
background-color css
<style>
a { background-color: #BE8D6E; }
a { background-color: rgb(190,141,110); }
div.DivClassName
{
background-color: #BE8D6E;
}
.BgClassName
{
background-color: #BE8D6E;
}
</style>
border-color css
<style>
span { border-color: #BE8D6E; }
span { border-color: rgb(190,141,110); }
td.TdClassName
{
border-color: #BE8D6E;
}
.TagClassName
{
border-color: #BE8D6E;
}
</style>