Shades of Fallow #BE946D
Tints of Fallow #BE946D
RGB
CMYK
RGB Variations
Color information
#BE946D (or 0xBE946D) is known color: Fallow. HEX triplet: BE, 94 and 6D. RGB value is (190,148,109). Sum of RGB (Red+Green+Blue) = 190+148+109=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE946D is #416B92. Grayscale: #9C9C9C. Windows color (decimal): -4287379 or 7181502. OLE color: 7181502.
HSL color Cylindrical-coordinate representation of color #BE946D: hue angle of 28.89º 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 #BE946D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 109 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.25 |
| HSL | 28.89º | 0.38% | 0.59% | - |
| HSV(B) | 28.89º | 0.43% | 0.75% | - |
| XYZ | 34.59 | 33.23 | 19.06 | - |
| YUV | 156.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 109 | 0 | 0.22 | 0.43 | 0.25 | 28.89 | 0.38 | 0.59 |
| Hex | BE | 94 | 6D | 0 | 16 | 2B | 19 | 1D | 26 | 3B |
| Octal | 276 | 224 | 155 | 0 | 26 | 53 | 31 | 35 | 46 | 73 |
| Binary | 10111110 | 10010100 | 1101101 | 0 | 10110 | 101011 | 11001 | 11101 | 100110 | 111011 |
Color Harmonies of #BE946D
Complementary color
Monochromatic Colors of #BE946D
Black with #BE946D
Text Example
Text Example
White with #BE946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE946D; }
p { color: rgb(190,148,109); }
H1.HeaderClassName
{
color: #BE946D;
}
.AnyTagClassName
{
color: #BE946D;
}
</style>
background-color css
<style>
a { background-color: #BE946D; }
a { background-color: rgb(190,148,109); }
div.DivClassName
{
background-color: #BE946D;
}
.BgClassName
{
background-color: #BE946D;
}
</style>
border-color css
<style>
span { border-color: #BE946D; }
span { border-color: rgb(190,148,109); }
td.TdClassName
{
border-color: #BE946D;
}
.TagClassName
{
border-color: #BE946D;
}
</style>