Shades of Fallow #BEA56F
Tints of Fallow #BEA56F
RGB
CMYK
RGB Variations
Color information
#BEA56F (or 0xBEA56F) is known color: Fallow. HEX triplet: BE, A5 and 6F. RGB value is (190,165,111). Sum of RGB (Red+Green+Blue) = 190+165+111=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA56F is #415A90. Grayscale: #A6A6A6. Windows color (decimal): -4283025 or 7316926. OLE color: 7316926.
HSL color Cylindrical-coordinate representation of color #BEA56F: hue angle of 41.01º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEA56F is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 111 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.25 |
| HSL | 41.01º | 0.38% | 0.59% | - |
| HSV(B) | 41.01º | 0.42% | 0.75% | - |
| XYZ | 37.56 | 39.01 | 20.59 | - |
| YUV | 166.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 111 | 0 | 0.13 | 0.42 | 0.25 | 41.01 | 0.38 | 0.59 |
| Hex | BE | A5 | 6F | 0 | D | 2A | 19 | 29 | 26 | 3B |
| Octal | 276 | 245 | 157 | 0 | 15 | 52 | 31 | 51 | 46 | 73 |
| Binary | 10111110 | 10100101 | 1101111 | 0 | 1101 | 101010 | 11001 | 101001 | 100110 | 111011 |
Color Harmonies of #BEA56F
Complementary color
Monochromatic Colors of #BEA56F
Black with #BEA56F
Text Example
Text Example
White with #BEA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA56F; }
p { color: rgb(190,165,111); }
H1.HeaderClassName
{
color: #BEA56F;
}
.AnyTagClassName
{
color: #BEA56F;
}
</style>
background-color css
<style>
a { background-color: #BEA56F; }
a { background-color: rgb(190,165,111); }
div.DivClassName
{
background-color: #BEA56F;
}
.BgClassName
{
background-color: #BEA56F;
}
</style>
border-color css
<style>
span { border-color: #BEA56F; }
span { border-color: rgb(190,165,111); }
td.TdClassName
{
border-color: #BEA56F;
}
.TagClassName
{
border-color: #BEA56F;
}
</style>