Shades of Fallow #BE9166
Tints of Fallow #BE9166
RGB
CMYK
RGB Variations
Color information
#BE9166 (or 0xBE9166) is known color: Fallow. HEX triplet: BE, 91 and 66. RGB value is (190,145,102). Sum of RGB (Red+Green+Blue) = 190+145+102=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9166 is #416E99. Grayscale: #999999. Windows color (decimal): -4288154 or 6721982. OLE color: 6721982.
HSL color Cylindrical-coordinate representation of color #BE9166: hue angle of 29.32º 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 #BE9166 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 102 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.25 |
| HSL | 29.32º | 0.4% | 0.57% | - |
| HSV(B) | 29.32º | 0.46% | 0.75% | - |
| XYZ | 33.76 | 32.16 | 17 | - |
| YUV | 153.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 102 | 0 | 0.24 | 0.46 | 0.25 | 29.32 | 0.4 | 0.57 |
| Hex | BE | 91 | 66 | 0 | 18 | 2E | 19 | 1D | 28 | 39 |
| Octal | 276 | 221 | 146 | 0 | 30 | 56 | 31 | 35 | 50 | 71 |
| Binary | 10111110 | 10010001 | 1100110 | 0 | 11000 | 101110 | 11001 | 11101 | 101000 | 111001 |
Color Harmonies of #BE9166
Complementary color
Monochromatic Colors of #BE9166
Black with #BE9166
Text Example
Text Example
White with #BE9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9166; }
p { color: rgb(190,145,102); }
H1.HeaderClassName
{
color: #BE9166;
}
.AnyTagClassName
{
color: #BE9166;
}
</style>
background-color css
<style>
a { background-color: #BE9166; }
a { background-color: rgb(190,145,102); }
div.DivClassName
{
background-color: #BE9166;
}
.BgClassName
{
background-color: #BE9166;
}
</style>
border-color css
<style>
span { border-color: #BE9166; }
span { border-color: rgb(190,145,102); }
td.TdClassName
{
border-color: #BE9166;
}
.TagClassName
{
border-color: #BE9166;
}
</style>