Shades of Fallow #BE946B
Tints of Fallow #BE946B
RGB
CMYK
RGB Variations
Color information
#BE946B (or 0xBE946B) is known color: Fallow. HEX triplet: BE, 94 and 6B. RGB value is (190,148,107). Sum of RGB (Red+Green+Blue) = 190+148+107=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE946B is #416B94. Grayscale: #9C9C9C. Windows color (decimal): -4287381 or 7050430. OLE color: 7050430.
HSL color Cylindrical-coordinate representation of color #BE946B: hue angle of 29.64º 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 #BE946B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 107 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.25 |
| HSL | 29.64º | 0.39% | 0.58% | - |
| HSV(B) | 29.64º | 0.44% | 0.75% | - |
| XYZ | 34.48 | 33.19 | 18.5 | - |
| YUV | 155.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 107 | 0 | 0.22 | 0.44 | 0.25 | 29.64 | 0.39 | 0.58 |
| Hex | BE | 94 | 6B | 0 | 16 | 2C | 19 | 1E | 27 | 3A |
| Octal | 276 | 224 | 153 | 0 | 26 | 54 | 31 | 36 | 47 | 72 |
| Binary | 10111110 | 10010100 | 1101011 | 0 | 10110 | 101100 | 11001 | 11110 | 100111 | 111010 |
Color Harmonies of #BE946B
Complementary color
Monochromatic Colors of #BE946B
Black with #BE946B
Text Example
Text Example
White with #BE946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE946B; }
p { color: rgb(190,148,107); }
H1.HeaderClassName
{
color: #BE946B;
}
.AnyTagClassName
{
color: #BE946B;
}
</style>
background-color css
<style>
a { background-color: #BE946B; }
a { background-color: rgb(190,148,107); }
div.DivClassName
{
background-color: #BE946B;
}
.BgClassName
{
background-color: #BE946B;
}
</style>
border-color css
<style>
span { border-color: #BE946B; }
span { border-color: rgb(190,148,107); }
td.TdClassName
{
border-color: #BE946B;
}
.TagClassName
{
border-color: #BE946B;
}
</style>