Shades of Fallow #BEA575
Tints of Fallow #BEA575
RGB
CMYK
RGB Variations
Color information
#BEA575 (or 0xBEA575) is known color: Fallow. HEX triplet: BE, A5 and 75. RGB value is (190,165,117). Sum of RGB (Red+Green+Blue) = 190+165+117=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA575 is #415A8A. Grayscale: #A7A7A7. Windows color (decimal): -4283019 or 7710142. OLE color: 7710142.
HSL color Cylindrical-coordinate representation of color #BEA575: hue angle of 39.45º 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 #BEA575 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 117 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.25 |
| HSL | 39.45º | 0.36% | 0.6% | - |
| HSV(B) | 39.45º | 0.38% | 0.75% | - |
| XYZ | 37.9 | 39.14 | 22.39 | - |
| YUV | 167 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 117 | 0 | 0.13 | 0.38 | 0.25 | 39.45 | 0.36 | 0.6 |
| Hex | BE | A5 | 75 | 0 | D | 26 | 19 | 27 | 24 | 3C |
| Octal | 276 | 245 | 165 | 0 | 15 | 46 | 31 | 47 | 44 | 74 |
| Binary | 10111110 | 10100101 | 1110101 | 0 | 1101 | 100110 | 11001 | 100111 | 100100 | 111100 |
Color Harmonies of #BEA575
Complementary color
Monochromatic Colors of #BEA575
Black with #BEA575
Text Example
Text Example
White with #BEA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA575; }
p { color: rgb(190,165,117); }
H1.HeaderClassName
{
color: #BEA575;
}
.AnyTagClassName
{
color: #BEA575;
}
</style>
background-color css
<style>
a { background-color: #BEA575; }
a { background-color: rgb(190,165,117); }
div.DivClassName
{
background-color: #BEA575;
}
.BgClassName
{
background-color: #BEA575;
}
</style>
border-color css
<style>
span { border-color: #BEA575; }
span { border-color: rgb(190,165,117); }
td.TdClassName
{
border-color: #BEA575;
}
.TagClassName
{
border-color: #BEA575;
}
</style>