Shades of Fallow #BEA270
Tints of Fallow #BEA270
RGB
CMYK
RGB Variations
Color information
#BEA270 (or 0xBEA270) is known color: Fallow. HEX triplet: BE, A2 and 70. RGB value is (190,162,112). Sum of RGB (Red+Green+Blue) = 190+162+112=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA270 is #415D8F. Grayscale: #A4A4A4. Windows color (decimal): -4283792 or 7381694. OLE color: 7381694.
HSL color Cylindrical-coordinate representation of color #BEA270: hue angle of 38.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEA270 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 112 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.25 |
| HSL | 38.46º | 0.38% | 0.59% | - |
| HSV(B) | 38.46º | 0.41% | 0.75% | - |
| XYZ | 37.08 | 37.96 | 20.7 | - |
| YUV | 164.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 112 | 0 | 0.15 | 0.41 | 0.25 | 38.46 | 0.38 | 0.59 |
| Hex | BE | A2 | 70 | 0 | F | 29 | 19 | 26 | 26 | 3B |
| Octal | 276 | 242 | 160 | 0 | 17 | 51 | 31 | 46 | 46 | 73 |
| Binary | 10111110 | 10100010 | 1110000 | 0 | 1111 | 101001 | 11001 | 100110 | 100110 | 111011 |
Color Harmonies of #BEA270
Complementary color
Monochromatic Colors of #BEA270
Black with #BEA270
Text Example
Text Example
White with #BEA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA270; }
p { color: rgb(190,162,112); }
H1.HeaderClassName
{
color: #BEA270;
}
.AnyTagClassName
{
color: #BEA270;
}
</style>
background-color css
<style>
a { background-color: #BEA270; }
a { background-color: rgb(190,162,112); }
div.DivClassName
{
background-color: #BEA270;
}
.BgClassName
{
background-color: #BEA270;
}
</style>
border-color css
<style>
span { border-color: #BEA270; }
span { border-color: rgb(190,162,112); }
td.TdClassName
{
border-color: #BEA270;
}
.TagClassName
{
border-color: #BEA270;
}
</style>