Shades of Fallow #BEA179
Tints of Fallow #BEA179
RGB
CMYK
RGB Variations
Color information
#BEA179 (or 0xBEA179) is known color: Fallow. HEX triplet: BE, A1 and 79. RGB value is (190,161,121). Sum of RGB (Red+Green+Blue) = 190+161+121=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA179 is #415E86. Grayscale: #A5A5A5. Windows color (decimal): -4284039 or 7971262. OLE color: 7971262.
HSL color Cylindrical-coordinate representation of color #BEA179: hue angle of 34.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA179 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 121 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.25 |
| HSL | 34.78º | 0.35% | 0.61% | - |
| HSV(B) | 34.78º | 0.36% | 0.75% | - |
| XYZ | 37.43 | 37.82 | 23.42 | - |
| YUV | 165.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 121 | 0 | 0.15 | 0.36 | 0.25 | 34.78 | 0.35 | 0.61 |
| Hex | BE | A1 | 79 | 0 | F | 24 | 19 | 23 | 23 | 3D |
| Octal | 276 | 241 | 171 | 0 | 17 | 44 | 31 | 43 | 43 | 75 |
| Binary | 10111110 | 10100001 | 1111001 | 0 | 1111 | 100100 | 11001 | 100011 | 100011 | 111101 |
Color Harmonies of #BEA179
Complementary color
Monochromatic Colors of #BEA179
Black with #BEA179
Text Example
Text Example
White with #BEA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA179; }
p { color: rgb(190,161,121); }
H1.HeaderClassName
{
color: #BEA179;
}
.AnyTagClassName
{
color: #BEA179;
}
</style>
background-color css
<style>
a { background-color: #BEA179; }
a { background-color: rgb(190,161,121); }
div.DivClassName
{
background-color: #BEA179;
}
.BgClassName
{
background-color: #BEA179;
}
</style>
border-color css
<style>
span { border-color: #BEA179; }
span { border-color: rgb(190,161,121); }
td.TdClassName
{
border-color: #BEA179;
}
.TagClassName
{
border-color: #BEA179;
}
</style>