Shades of Fallow #BEA172
Tints of Fallow #BEA172
RGB
CMYK
RGB Variations
Color information
#BEA172 (or 0xBEA172) is known color: Fallow. HEX triplet: BE, A1 and 72. RGB value is (190,161,114). Sum of RGB (Red+Green+Blue) = 190+161+114=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA172 is #415E8D. Grayscale: #A4A4A4. Windows color (decimal): -4284046 or 7512510. OLE color: 7512510.
HSL color Cylindrical-coordinate representation of color #BEA172: hue angle of 37.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEA172 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 114 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.25 |
| HSL | 37.11º | 0.37% | 0.6% | - |
| HSV(B) | 37.11º | 0.4% | 0.75% | - |
| XYZ | 37.02 | 37.65 | 21.24 | - |
| YUV | 164.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 114 | 0 | 0.15 | 0.40 | 0.25 | 37.11 | 0.37 | 0.6 |
| Hex | BE | A1 | 72 | 0 | F | 28 | 19 | 25 | 25 | 3C |
| Octal | 276 | 241 | 162 | 0 | 17 | 50 | 31 | 45 | 45 | 74 |
| Binary | 10111110 | 10100001 | 1110010 | 0 | 1111 | 101000 | 11001 | 100101 | 100101 | 111100 |
Color Harmonies of #BEA172
Complementary color
Monochromatic Colors of #BEA172
Black with #BEA172
Text Example
Text Example
White with #BEA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA172; }
p { color: rgb(190,161,114); }
H1.HeaderClassName
{
color: #BEA172;
}
.AnyTagClassName
{
color: #BEA172;
}
</style>
background-color css
<style>
a { background-color: #BEA172; }
a { background-color: rgb(190,161,114); }
div.DivClassName
{
background-color: #BEA172;
}
.BgClassName
{
background-color: #BEA172;
}
</style>
border-color css
<style>
span { border-color: #BEA172; }
span { border-color: rgb(190,161,114); }
td.TdClassName
{
border-color: #BEA172;
}
.TagClassName
{
border-color: #BEA172;
}
</style>