Shades of Fallow #BE996A
Tints of Fallow #BE996A
RGB
CMYK
RGB Variations
Color information
#BE996A (or 0xBE996A) is known color: Fallow. HEX triplet: BE, 99 and 6A. RGB value is (190,153,106). Sum of RGB (Red+Green+Blue) = 190+153+106=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE996A is #416695. Grayscale: #9E9E9E. Windows color (decimal): -4286102 or 6986174. OLE color: 6986174.
HSL color Cylindrical-coordinate representation of color #BE996A: hue angle of 33.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE996A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 106 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.25 |
| HSL | 33.57º | 0.39% | 0.58% | - |
| HSV(B) | 33.57º | 0.44% | 0.75% | - |
| XYZ | 35.23 | 34.77 | 18.49 | - |
| YUV | 158.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 106 | 0 | 0.19 | 0.44 | 0.25 | 33.57 | 0.39 | 0.58 |
| Hex | BE | 99 | 6A | 0 | 13 | 2C | 19 | 22 | 27 | 3A |
| Octal | 276 | 231 | 152 | 0 | 23 | 54 | 31 | 42 | 47 | 72 |
| Binary | 10111110 | 10011001 | 1101010 | 0 | 10011 | 101100 | 11001 | 100010 | 100111 | 111010 |
Color Harmonies of #BE996A
Complementary color
Monochromatic Colors of #BE996A
Black with #BE996A
Text Example
Text Example
White with #BE996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE996A; }
p { color: rgb(190,153,106); }
H1.HeaderClassName
{
color: #BE996A;
}
.AnyTagClassName
{
color: #BE996A;
}
</style>
background-color css
<style>
a { background-color: #BE996A; }
a { background-color: rgb(190,153,106); }
div.DivClassName
{
background-color: #BE996A;
}
.BgClassName
{
background-color: #BE996A;
}
</style>
border-color css
<style>
span { border-color: #BE996A; }
span { border-color: rgb(190,153,106); }
td.TdClassName
{
border-color: #BE996A;
}
.TagClassName
{
border-color: #BE996A;
}
</style>