Shades of Fallow #BE9666
Tints of Fallow #BE9666
RGB
CMYK
RGB Variations
Color information
#BE9666 (or 0xBE9666) is known color: Fallow. HEX triplet: BE, 96 and 66. RGB value is (190,150,102). Sum of RGB (Red+Green+Blue) = 190+150+102=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9666 is #416999. Grayscale: #9C9C9C. Windows color (decimal): -4286874 or 6723262. OLE color: 6723262.
HSL color Cylindrical-coordinate representation of color #BE9666: hue angle of 32.73º 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 #BE9666 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 102 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.25 |
| HSL | 32.73º | 0.4% | 0.57% | - |
| HSV(B) | 32.73º | 0.46% | 0.75% | - |
| XYZ | 34.54 | 33.72 | 17.26 | - |
| YUV | 156.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 102 | 0 | 0.21 | 0.46 | 0.25 | 32.73 | 0.4 | 0.57 |
| Hex | BE | 96 | 66 | 0 | 15 | 2E | 19 | 21 | 28 | 39 |
| Octal | 276 | 226 | 146 | 0 | 25 | 56 | 31 | 41 | 50 | 71 |
| Binary | 10111110 | 10010110 | 1100110 | 0 | 10101 | 101110 | 11001 | 100001 | 101000 | 111001 |
Color Harmonies of #BE9666
Complementary color
Monochromatic Colors of #BE9666
Black with #BE9666
Text Example
Text Example
White with #BE9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9666; }
p { color: rgb(190,150,102); }
H1.HeaderClassName
{
color: #BE9666;
}
.AnyTagClassName
{
color: #BE9666;
}
</style>
background-color css
<style>
a { background-color: #BE9666; }
a { background-color: rgb(190,150,102); }
div.DivClassName
{
background-color: #BE9666;
}
.BgClassName
{
background-color: #BE9666;
}
</style>
border-color css
<style>
span { border-color: #BE9666; }
span { border-color: rgb(190,150,102); }
td.TdClassName
{
border-color: #BE9666;
}
.TagClassName
{
border-color: #BE9666;
}
</style>