Shades of Fallow #BEA176
Tints of Fallow #BEA176
RGB
CMYK
RGB Variations
Color information
#BEA176 (or 0xBEA176) is known color: Fallow. HEX triplet: BE, A1 and 76. RGB value is (190,161,118). Sum of RGB (Red+Green+Blue) = 190+161+118=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA176 is #415E89. Grayscale: #A4A4A4. Windows color (decimal): -4284042 or 7774654. OLE color: 7774654.
HSL color Cylindrical-coordinate representation of color #BEA176: hue angle of 35.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEA176 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 118 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.25 |
| HSL | 35.83º | 0.36% | 0.6% | - |
| HSV(B) | 35.83º | 0.38% | 0.75% | - |
| XYZ | 37.25 | 37.74 | 22.46 | - |
| YUV | 164.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 118 | 0 | 0.15 | 0.38 | 0.25 | 35.83 | 0.36 | 0.6 |
| Hex | BE | A1 | 76 | 0 | F | 26 | 19 | 24 | 24 | 3C |
| Octal | 276 | 241 | 166 | 0 | 17 | 46 | 31 | 44 | 44 | 74 |
| Binary | 10111110 | 10100001 | 1110110 | 0 | 1111 | 100110 | 11001 | 100100 | 100100 | 111100 |
Color Harmonies of #BEA176
Complementary color
Monochromatic Colors of #BEA176
Black with #BEA176
Text Example
Text Example
White with #BEA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA176; }
p { color: rgb(190,161,118); }
H1.HeaderClassName
{
color: #BEA176;
}
.AnyTagClassName
{
color: #BEA176;
}
</style>
background-color css
<style>
a { background-color: #BEA176; }
a { background-color: rgb(190,161,118); }
div.DivClassName
{
background-color: #BEA176;
}
.BgClassName
{
background-color: #BEA176;
}
</style>
border-color css
<style>
span { border-color: #BEA176; }
span { border-color: rgb(190,161,118); }
td.TdClassName
{
border-color: #BEA176;
}
.TagClassName
{
border-color: #BEA176;
}
</style>