Shades of Fallow #BEA06D
Tints of Fallow #BEA06D
RGB
CMYK
RGB Variations
Color information
#BEA06D (or 0xBEA06D) is known color: Fallow. HEX triplet: BE, A0 and 6D. RGB value is (190,160,109). Sum of RGB (Red+Green+Blue) = 190+160+109=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06D is #415F92. Grayscale: #A3A3A3. Windows color (decimal): -4284307 or 7184574. OLE color: 7184574.
HSL color Cylindrical-coordinate representation of color #BEA06D: hue angle of 37.78º 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 #BEA06D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 109 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.25 |
| HSL | 37.78º | 0.38% | 0.59% | - |
| HSV(B) | 37.78º | 0.43% | 0.75% | - |
| XYZ | 36.57 | 37.19 | 19.72 | - |
| YUV | 163.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 109 | 0 | 0.16 | 0.43 | 0.25 | 37.78 | 0.38 | 0.59 |
| Hex | BE | A0 | 6D | 0 | 10 | 2B | 19 | 26 | 26 | 3B |
| Octal | 276 | 240 | 155 | 0 | 20 | 53 | 31 | 46 | 46 | 73 |
| Binary | 10111110 | 10100000 | 1101101 | 0 | 10000 | 101011 | 11001 | 100110 | 100110 | 111011 |
Color Harmonies of #BEA06D
Complementary color
Monochromatic Colors of #BEA06D
Black with #BEA06D
Text Example
Text Example
White with #BEA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA06D; }
p { color: rgb(190,160,109); }
H1.HeaderClassName
{
color: #BEA06D;
}
.AnyTagClassName
{
color: #BEA06D;
}
</style>
background-color css
<style>
a { background-color: #BEA06D; }
a { background-color: rgb(190,160,109); }
div.DivClassName
{
background-color: #BEA06D;
}
.BgClassName
{
background-color: #BEA06D;
}
</style>
border-color css
<style>
span { border-color: #BEA06D; }
span { border-color: rgb(190,160,109); }
td.TdClassName
{
border-color: #BEA06D;
}
.TagClassName
{
border-color: #BEA06D;
}
</style>