Shades of Fallow #BEA069
Tints of Fallow #BEA069
RGB
CMYK
RGB Variations
Color information
#BEA069 (or 0xBEA069) is known color: Fallow. HEX triplet: BE, A0 and 69. RGB value is (190,160,105). Sum of RGB (Red+Green+Blue) = 190+160+105=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA069 is #415F96. Grayscale: #A2A2A2. Windows color (decimal): -4284311 or 6922430. OLE color: 6922430.
HSL color Cylindrical-coordinate representation of color #BEA069: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEA069 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 105 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.25 |
| HSL | 38.82º | 0.4% | 0.58% | - |
| HSV(B) | 38.82º | 0.45% | 0.75% | - |
| XYZ | 36.36 | 37.11 | 18.61 | - |
| YUV | 162.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 105 | 0 | 0.16 | 0.45 | 0.25 | 38.82 | 0.4 | 0.58 |
| Hex | BE | A0 | 69 | 0 | 10 | 2D | 19 | 27 | 28 | 3A |
| Octal | 276 | 240 | 151 | 0 | 20 | 55 | 31 | 47 | 50 | 72 |
| Binary | 10111110 | 10100000 | 1101001 | 0 | 10000 | 101101 | 11001 | 100111 | 101000 | 111010 |
Color Harmonies of #BEA069
Complementary color
Monochromatic Colors of #BEA069
Black with #BEA069
Text Example
Text Example
White with #BEA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA069; }
p { color: rgb(190,160,105); }
H1.HeaderClassName
{
color: #BEA069;
}
.AnyTagClassName
{
color: #BEA069;
}
</style>
background-color css
<style>
a { background-color: #BEA069; }
a { background-color: rgb(190,160,105); }
div.DivClassName
{
background-color: #BEA069;
}
.BgClassName
{
background-color: #BEA069;
}
</style>
border-color css
<style>
span { border-color: #BEA069; }
span { border-color: rgb(190,160,105); }
td.TdClassName
{
border-color: #BEA069;
}
.TagClassName
{
border-color: #BEA069;
}
</style>