Shades of Fallow #BE9566
Tints of Fallow #BE9566
RGB
CMYK
RGB Variations
Color information
#BE9566 (or 0xBE9566) is known color: Fallow. HEX triplet: BE, 95 and 66. RGB value is (190,149,102). Sum of RGB (Red+Green+Blue) = 190+149+102=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9566 is #416A99. Grayscale: #9C9C9C. Windows color (decimal): -4287130 or 6723006. OLE color: 6723006.
HSL color Cylindrical-coordinate representation of color #BE9566: hue angle of 32.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE9566 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 102 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.25 |
| HSL | 32.05º | 0.4% | 0.57% | - |
| HSV(B) | 32.05º | 0.46% | 0.75% | - |
| XYZ | 34.38 | 33.4 | 17.21 | - |
| YUV | 155.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 102 | 0 | 0.22 | 0.46 | 0.25 | 32.05 | 0.4 | 0.57 |
| Hex | BE | 95 | 66 | 0 | 16 | 2E | 19 | 20 | 28 | 39 |
| Octal | 276 | 225 | 146 | 0 | 26 | 56 | 31 | 40 | 50 | 71 |
| Binary | 10111110 | 10010101 | 1100110 | 0 | 10110 | 101110 | 11001 | 100000 | 101000 | 111001 |
Color Harmonies of #BE9566
Complementary color
Monochromatic Colors of #BE9566
Black with #BE9566
Text Example
Text Example
White with #BE9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9566; }
p { color: rgb(190,149,102); }
H1.HeaderClassName
{
color: #BE9566;
}
.AnyTagClassName
{
color: #BE9566;
}
</style>
background-color css
<style>
a { background-color: #BE9566; }
a { background-color: rgb(190,149,102); }
div.DivClassName
{
background-color: #BE9566;
}
.BgClassName
{
background-color: #BE9566;
}
</style>
border-color css
<style>
span { border-color: #BE9566; }
span { border-color: rgb(190,149,102); }
td.TdClassName
{
border-color: #BE9566;
}
.TagClassName
{
border-color: #BE9566;
}
</style>