Shades of Fallow #BE9870
Tints of Fallow #BE9870
RGB
CMYK
RGB Variations
Color information
#BE9870 (or 0xBE9870) is known color: Fallow. HEX triplet: BE, 98 and 70. RGB value is (190,152,112). Sum of RGB (Red+Green+Blue) = 190+152+112=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9870 is #41678F. Grayscale: #9F9F9F. Windows color (decimal): -4286352 or 7379134. OLE color: 7379134.
HSL color Cylindrical-coordinate representation of color #BE9870: hue angle of 30.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE9870 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 112 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.25 |
| HSL | 30.77º | 0.38% | 0.59% | - |
| HSV(B) | 30.77º | 0.41% | 0.75% | - |
| XYZ | 35.39 | 34.57 | 20.14 | - |
| YUV | 158.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 112 | 0 | 0.2 | 0.41 | 0.25 | 30.77 | 0.38 | 0.59 |
| Hex | BE | 98 | 70 | 0 | 14 | 29 | 19 | 1F | 26 | 3B |
| Octal | 276 | 230 | 160 | 0 | 24 | 51 | 31 | 37 | 46 | 73 |
| Binary | 10111110 | 10011000 | 1110000 | 0 | 10100 | 101001 | 11001 | 11111 | 100110 | 111011 |
Color Harmonies of #BE9870
Complementary color
Monochromatic Colors of #BE9870
Black with #BE9870
Text Example
Text Example
White with #BE9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9870; }
p { color: rgb(190,152,112); }
H1.HeaderClassName
{
color: #BE9870;
}
.AnyTagClassName
{
color: #BE9870;
}
</style>
background-color css
<style>
a { background-color: #BE9870; }
a { background-color: rgb(190,152,112); }
div.DivClassName
{
background-color: #BE9870;
}
.BgClassName
{
background-color: #BE9870;
}
</style>
border-color css
<style>
span { border-color: #BE9870; }
span { border-color: rgb(190,152,112); }
td.TdClassName
{
border-color: #BE9870;
}
.TagClassName
{
border-color: #BE9870;
}
</style>