Shades of Fallow #BEA475
Tints of Fallow #BEA475
RGB
CMYK
RGB Variations
Color information
#BEA475 (or 0xBEA475) is known color: Fallow. HEX triplet: BE, A4 and 75. RGB value is (190,164,117). Sum of RGB (Red+Green+Blue) = 190+164+117=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA475 is #415B8A. Grayscale: #A6A6A6. Windows color (decimal): -4283275 or 7709886. OLE color: 7709886.
HSL color Cylindrical-coordinate representation of color #BEA475: hue angle of 38.63º 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 #BEA475 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 117 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.25 |
| HSL | 38.63º | 0.36% | 0.6% | - |
| HSV(B) | 38.63º | 0.38% | 0.75% | - |
| XYZ | 37.72 | 38.78 | 22.33 | - |
| YUV | 166.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 117 | 0 | 0.14 | 0.38 | 0.25 | 38.63 | 0.36 | 0.6 |
| Hex | BE | A4 | 75 | 0 | E | 26 | 19 | 27 | 24 | 3C |
| Octal | 276 | 244 | 165 | 0 | 16 | 46 | 31 | 47 | 44 | 74 |
| Binary | 10111110 | 10100100 | 1110101 | 0 | 1110 | 100110 | 11001 | 100111 | 100100 | 111100 |
Color Harmonies of #BEA475
Complementary color
Monochromatic Colors of #BEA475
Black with #BEA475
Text Example
Text Example
White with #BEA475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA475; }
p { color: rgb(190,164,117); }
H1.HeaderClassName
{
color: #BEA475;
}
.AnyTagClassName
{
color: #BEA475;
}
</style>
background-color css
<style>
a { background-color: #BEA475; }
a { background-color: rgb(190,164,117); }
div.DivClassName
{
background-color: #BEA475;
}
.BgClassName
{
background-color: #BEA475;
}
</style>
border-color css
<style>
span { border-color: #BEA475; }
span { border-color: rgb(190,164,117); }
td.TdClassName
{
border-color: #BEA475;
}
.TagClassName
{
border-color: #BEA475;
}
</style>