Shades of Fallow #BE996F
Tints of Fallow #BE996F
RGB
CMYK
RGB Variations
Color information
#BE996F (or 0xBE996F) is known color: Fallow. HEX triplet: BE, 99 and 6F. RGB value is (190,153,111). Sum of RGB (Red+Green+Blue) = 190+153+111=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE996F is #416690. Grayscale: #9F9F9F. Windows color (decimal): -4286097 or 7313854. OLE color: 7313854.
HSL color Cylindrical-coordinate representation of color #BE996F: hue angle of 31.9º 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 #BE996F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 111 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.25 |
| HSL | 31.9º | 0.38% | 0.59% | - |
| HSV(B) | 31.9º | 0.42% | 0.75% | - |
| XYZ | 35.5 | 34.88 | 19.9 | - |
| YUV | 159.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 111 | 0 | 0.19 | 0.42 | 0.25 | 31.9 | 0.38 | 0.59 |
| Hex | BE | 99 | 6F | 0 | 13 | 2A | 19 | 20 | 26 | 3B |
| Octal | 276 | 231 | 157 | 0 | 23 | 52 | 31 | 40 | 46 | 73 |
| Binary | 10111110 | 10011001 | 1101111 | 0 | 10011 | 101010 | 11001 | 100000 | 100110 | 111011 |
Color Harmonies of #BE996F
Complementary color
Monochromatic Colors of #BE996F
Black with #BE996F
Text Example
Text Example
White with #BE996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE996F; }
p { color: rgb(190,153,111); }
H1.HeaderClassName
{
color: #BE996F;
}
.AnyTagClassName
{
color: #BE996F;
}
</style>
background-color css
<style>
a { background-color: #BE996F; }
a { background-color: rgb(190,153,111); }
div.DivClassName
{
background-color: #BE996F;
}
.BgClassName
{
background-color: #BE996F;
}
</style>
border-color css
<style>
span { border-color: #BE996F; }
span { border-color: rgb(190,153,111); }
td.TdClassName
{
border-color: #BE996F;
}
.TagClassName
{
border-color: #BE996F;
}
</style>