Shades of Fallow #BE8F64
Tints of Fallow #BE8F64
RGB
CMYK
RGB Variations
Color information
#BE8F64 (or 0xBE8F64) is known color: Fallow. HEX triplet: BE, 8F and 64. RGB value is (190,143,100). Sum of RGB (Red+Green+Blue) = 190+143+100=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F64 is #41709B. Grayscale: #989898. Windows color (decimal): -4288668 or 6590398. OLE color: 6590398.
HSL color Cylindrical-coordinate representation of color #BE8F64: hue angle of 28.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE8F64 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 100 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.25 |
| HSL | 28.67º | 0.41% | 0.57% | - |
| HSV(B) | 28.67º | 0.47% | 0.75% | - |
| XYZ | 33.36 | 31.51 | 16.38 | - |
| YUV | 152.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 100 | 0 | 0.25 | 0.47 | 0.25 | 28.67 | 0.41 | 0.57 |
| Hex | BE | 8F | 64 | 0 | 19 | 2F | 19 | 1D | 29 | 39 |
| Octal | 276 | 217 | 144 | 0 | 31 | 57 | 31 | 35 | 51 | 71 |
| Binary | 10111110 | 10001111 | 1100100 | 0 | 11001 | 101111 | 11001 | 11101 | 101001 | 111001 |
Color Harmonies of #BE8F64
Complementary color
Monochromatic Colors of #BE8F64
Black with #BE8F64
Text Example
Text Example
White with #BE8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F64; }
p { color: rgb(190,143,100); }
H1.HeaderClassName
{
color: #BE8F64;
}
.AnyTagClassName
{
color: #BE8F64;
}
</style>
background-color css
<style>
a { background-color: #BE8F64; }
a { background-color: rgb(190,143,100); }
div.DivClassName
{
background-color: #BE8F64;
}
.BgClassName
{
background-color: #BE8F64;
}
</style>
border-color css
<style>
span { border-color: #BE8F64; }
span { border-color: rgb(190,143,100); }
td.TdClassName
{
border-color: #BE8F64;
}
.TagClassName
{
border-color: #BE8F64;
}
</style>