Shades of Fallow #BE9872
Tints of Fallow #BE9872
RGB
CMYK
RGB Variations
Color information
#BE9872 (or 0xBE9872) is known color: Fallow. HEX triplet: BE, 98 and 72. RGB value is (190,152,114). Sum of RGB (Red+Green+Blue) = 190+152+114=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9872 is #41678D. Grayscale: #9F9F9F. Windows color (decimal): -4286350 or 7510206. OLE color: 7510206.
HSL color Cylindrical-coordinate representation of color #BE9872: hue angle of 30º 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 #BE9872 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 114 | - |
| CMYK | 0 | 0.2 | 0.40 | 0.25 |
| HSL | 30º | 0.37% | 0.6% | - |
| HSV(B) | 30º | 0.4% | 0.75% | - |
| XYZ | 35.5 | 34.62 | 20.73 | - |
| YUV | 159.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 114 | 0 | 0.2 | 0.40 | 0.25 | 30 | 0.37 | 0.6 |
| Hex | BE | 98 | 72 | 0 | 14 | 28 | 19 | 1E | 25 | 3C |
| Octal | 276 | 230 | 162 | 0 | 24 | 50 | 31 | 36 | 45 | 74 |
| Binary | 10111110 | 10011000 | 1110010 | 0 | 10100 | 101000 | 11001 | 11110 | 100101 | 111100 |
Color Harmonies of #BE9872
Complementary color
Monochromatic Colors of #BE9872
Black with #BE9872
Text Example
Text Example
White with #BE9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9872; }
p { color: rgb(190,152,114); }
H1.HeaderClassName
{
color: #BE9872;
}
.AnyTagClassName
{
color: #BE9872;
}
</style>
background-color css
<style>
a { background-color: #BE9872; }
a { background-color: rgb(190,152,114); }
div.DivClassName
{
background-color: #BE9872;
}
.BgClassName
{
background-color: #BE9872;
}
</style>
border-color css
<style>
span { border-color: #BE9872; }
span { border-color: rgb(190,152,114); }
td.TdClassName
{
border-color: #BE9872;
}
.TagClassName
{
border-color: #BE9872;
}
</style>