Shades of Fallow #BEA168
Tints of Fallow #BEA168
RGB
CMYK
RGB Variations
Color information
#BEA168 (or 0xBEA168) is known color: Fallow. HEX triplet: BE, A1 and 68. RGB value is (190,161,104). Sum of RGB (Red+Green+Blue) = 190+161+104=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA168 is #415E97. Grayscale: #A3A3A3. Windows color (decimal): -4284056 or 6857150. OLE color: 6857150.
HSL color Cylindrical-coordinate representation of color #BEA168: hue angle of 39.77º 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 #BEA168 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 104 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.25 |
| HSL | 39.77º | 0.4% | 0.58% | - |
| HSV(B) | 39.77º | 0.45% | 0.75% | - |
| XYZ | 36.48 | 37.44 | 18.4 | - |
| YUV | 163.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 104 | 0 | 0.15 | 0.45 | 0.25 | 39.77 | 0.4 | 0.58 |
| Hex | BE | A1 | 68 | 0 | F | 2D | 19 | 28 | 28 | 3A |
| Octal | 276 | 241 | 150 | 0 | 17 | 55 | 31 | 50 | 50 | 72 |
| Binary | 10111110 | 10100001 | 1101000 | 0 | 1111 | 101101 | 11001 | 101000 | 101000 | 111010 |
Color Harmonies of #BEA168
Complementary color
Monochromatic Colors of #BEA168
Black with #BEA168
Text Example
Text Example
White with #BEA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA168; }
p { color: rgb(190,161,104); }
H1.HeaderClassName
{
color: #BEA168;
}
.AnyTagClassName
{
color: #BEA168;
}
</style>
background-color css
<style>
a { background-color: #BEA168; }
a { background-color: rgb(190,161,104); }
div.DivClassName
{
background-color: #BEA168;
}
.BgClassName
{
background-color: #BEA168;
}
</style>
border-color css
<style>
span { border-color: #BEA168; }
span { border-color: rgb(190,161,104); }
td.TdClassName
{
border-color: #BEA168;
}
.TagClassName
{
border-color: #BEA168;
}
</style>