Shades of Fallow #BE996D
Tints of Fallow #BE996D
RGB
CMYK
RGB Variations
Color information
#BE996D (or 0xBE996D) is known color: Fallow. HEX triplet: BE, 99 and 6D. RGB value is (190,153,109). Sum of RGB (Red+Green+Blue) = 190+153+109=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE996D is #416692. Grayscale: #9F9F9F. Windows color (decimal): -4286099 or 7182782. OLE color: 7182782.
HSL color Cylindrical-coordinate representation of color #BE996D: hue angle of 32.59º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE996D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 109 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.25 |
| HSL | 32.59º | 0.38% | 0.59% | - |
| HSV(B) | 32.59º | 0.43% | 0.75% | - |
| XYZ | 35.39 | 34.83 | 19.33 | - |
| YUV | 159.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 109 | 0 | 0.19 | 0.43 | 0.25 | 32.59 | 0.38 | 0.59 |
| Hex | BE | 99 | 6D | 0 | 13 | 2B | 19 | 21 | 26 | 3B |
| Octal | 276 | 231 | 155 | 0 | 23 | 53 | 31 | 41 | 46 | 73 |
| Binary | 10111110 | 10011001 | 1101101 | 0 | 10011 | 101011 | 11001 | 100001 | 100110 | 111011 |
Color Harmonies of #BE996D
Complementary color
Monochromatic Colors of #BE996D
Black with #BE996D
Text Example
Text Example
White with #BE996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE996D; }
p { color: rgb(190,153,109); }
H1.HeaderClassName
{
color: #BE996D;
}
.AnyTagClassName
{
color: #BE996D;
}
</style>
background-color css
<style>
a { background-color: #BE996D; }
a { background-color: rgb(190,153,109); }
div.DivClassName
{
background-color: #BE996D;
}
.BgClassName
{
background-color: #BE996D;
}
</style>
border-color css
<style>
span { border-color: #BE996D; }
span { border-color: rgb(190,153,109); }
td.TdClassName
{
border-color: #BE996D;
}
.TagClassName
{
border-color: #BE996D;
}
</style>