Shades of Fallow #BEA26F
Tints of Fallow #BEA26F
RGB
CMYK
RGB Variations
Color information
#BEA26F (or 0xBEA26F) is known color: Fallow. HEX triplet: BE, A2 and 6F. RGB value is (190,162,111). Sum of RGB (Red+Green+Blue) = 190+162+111=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA26F is #415D90. Grayscale: #A4A4A4. Windows color (decimal): -4283793 or 7316158. OLE color: 7316158.
HSL color Cylindrical-coordinate representation of color #BEA26F: hue angle of 38.73º 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 #BEA26F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 111 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.25 |
| HSL | 38.73º | 0.38% | 0.59% | - |
| HSV(B) | 38.73º | 0.42% | 0.75% | - |
| XYZ | 37.02 | 37.94 | 20.41 | - |
| YUV | 164.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 111 | 0 | 0.15 | 0.42 | 0.25 | 38.73 | 0.38 | 0.59 |
| Hex | BE | A2 | 6F | 0 | F | 2A | 19 | 27 | 26 | 3B |
| Octal | 276 | 242 | 157 | 0 | 17 | 52 | 31 | 47 | 46 | 73 |
| Binary | 10111110 | 10100010 | 1101111 | 0 | 1111 | 101010 | 11001 | 100111 | 100110 | 111011 |
Color Harmonies of #BEA26F
Complementary color
Monochromatic Colors of #BEA26F
Black with #BEA26F
Text Example
Text Example
White with #BEA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA26F; }
p { color: rgb(190,162,111); }
H1.HeaderClassName
{
color: #BEA26F;
}
.AnyTagClassName
{
color: #BEA26F;
}
</style>
background-color css
<style>
a { background-color: #BEA26F; }
a { background-color: rgb(190,162,111); }
div.DivClassName
{
background-color: #BEA26F;
}
.BgClassName
{
background-color: #BEA26F;
}
</style>
border-color css
<style>
span { border-color: #BEA26F; }
span { border-color: rgb(190,162,111); }
td.TdClassName
{
border-color: #BEA26F;
}
.TagClassName
{
border-color: #BEA26F;
}
</style>