Shades of Fallow #BEA375
Tints of Fallow #BEA375
RGB
CMYK
RGB Variations
Color information
#BEA375 (or 0xBEA375) is known color: Fallow. HEX triplet: BE, A3 and 75. RGB value is (190,163,117). Sum of RGB (Red+Green+Blue) = 190+163+117=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA375 is #415C8A. Grayscale: #A6A6A6. Windows color (decimal): -4283531 or 7709630. OLE color: 7709630.
HSL color Cylindrical-coordinate representation of color #BEA375: hue angle of 37.81º 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 #BEA375 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 117 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.25 |
| HSL | 37.81º | 0.36% | 0.6% | - |
| HSV(B) | 37.81º | 0.38% | 0.75% | - |
| XYZ | 37.54 | 38.43 | 22.27 | - |
| YUV | 165.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 117 | 0 | 0.14 | 0.38 | 0.25 | 37.81 | 0.36 | 0.6 |
| Hex | BE | A3 | 75 | 0 | E | 26 | 19 | 26 | 24 | 3C |
| Octal | 276 | 243 | 165 | 0 | 16 | 46 | 31 | 46 | 44 | 74 |
| Binary | 10111110 | 10100011 | 1110101 | 0 | 1110 | 100110 | 11001 | 100110 | 100100 | 111100 |
Color Harmonies of #BEA375
Complementary color
Monochromatic Colors of #BEA375
Black with #BEA375
Text Example
Text Example
White with #BEA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA375; }
p { color: rgb(190,163,117); }
H1.HeaderClassName
{
color: #BEA375;
}
.AnyTagClassName
{
color: #BEA375;
}
</style>
background-color css
<style>
a { background-color: #BEA375; }
a { background-color: rgb(190,163,117); }
div.DivClassName
{
background-color: #BEA375;
}
.BgClassName
{
background-color: #BEA375;
}
</style>
border-color css
<style>
span { border-color: #BEA375; }
span { border-color: rgb(190,163,117); }
td.TdClassName
{
border-color: #BEA375;
}
.TagClassName
{
border-color: #BEA375;
}
</style>