Shades of Fallow #BEA073
Tints of Fallow #BEA073
RGB
CMYK
RGB Variations
Color information
#BEA073 (or 0xBEA073) is known color: Fallow. HEX triplet: BE, A0 and 73. RGB value is (190,160,115). Sum of RGB (Red+Green+Blue) = 190+160+115=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA073 is #415F8C. Grayscale: #A4A4A4. Windows color (decimal): -4284301 or 7577790. OLE color: 7577790.
HSL color Cylindrical-coordinate representation of color #BEA073: hue angle of 36º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEA073 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 115 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.25 |
| HSL | 36º | 0.37% | 0.6% | - |
| HSV(B) | 36º | 0.39% | 0.75% | - |
| XYZ | 36.9 | 37.33 | 21.48 | - |
| YUV | 163.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 115 | 0 | 0.16 | 0.39 | 0.25 | 36 | 0.37 | 0.6 |
| Hex | BE | A0 | 73 | 0 | 10 | 27 | 19 | 24 | 25 | 3C |
| Octal | 276 | 240 | 163 | 0 | 20 | 47 | 31 | 44 | 45 | 74 |
| Binary | 10111110 | 10100000 | 1110011 | 0 | 10000 | 100111 | 11001 | 100100 | 100101 | 111100 |
Color Harmonies of #BEA073
Complementary color
Monochromatic Colors of #BEA073
Black with #BEA073
Text Example
Text Example
White with #BEA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA073; }
p { color: rgb(190,160,115); }
H1.HeaderClassName
{
color: #BEA073;
}
.AnyTagClassName
{
color: #BEA073;
}
</style>
background-color css
<style>
a { background-color: #BEA073; }
a { background-color: rgb(190,160,115); }
div.DivClassName
{
background-color: #BEA073;
}
.BgClassName
{
background-color: #BEA073;
}
</style>
border-color css
<style>
span { border-color: #BEA073; }
span { border-color: rgb(190,160,115); }
td.TdClassName
{
border-color: #BEA073;
}
.TagClassName
{
border-color: #BEA073;
}
</style>