Shades of Fallow #BE8F68
Tints of Fallow #BE8F68
RGB
CMYK
RGB Variations
Color information
#BE8F68 (or 0xBE8F68) is known color: Fallow. HEX triplet: BE, 8F and 68. RGB value is (190,143,104). Sum of RGB (Red+Green+Blue) = 190+143+104=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F68 is #417097. Grayscale: #989898. Windows color (decimal): -4288664 or 6852542. OLE color: 6852542.
HSL color Cylindrical-coordinate representation of color #BE8F68: hue angle of 27.21º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8F68 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 104 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.25 |
| HSL | 27.21º | 0.4% | 0.58% | - |
| HSV(B) | 27.21º | 0.45% | 0.75% | - |
| XYZ | 33.56 | 31.59 | 17.43 | - |
| YUV | 152.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 104 | 0 | 0.25 | 0.45 | 0.25 | 27.21 | 0.4 | 0.58 |
| Hex | BE | 8F | 68 | 0 | 19 | 2D | 19 | 1B | 28 | 3A |
| Octal | 276 | 217 | 150 | 0 | 31 | 55 | 31 | 33 | 50 | 72 |
| Binary | 10111110 | 10001111 | 1101000 | 0 | 11001 | 101101 | 11001 | 11011 | 101000 | 111010 |
Color Harmonies of #BE8F68
Complementary color
Monochromatic Colors of #BE8F68
Black with #BE8F68
Text Example
Text Example
White with #BE8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F68; }
p { color: rgb(190,143,104); }
H1.HeaderClassName
{
color: #BE8F68;
}
.AnyTagClassName
{
color: #BE8F68;
}
</style>
background-color css
<style>
a { background-color: #BE8F68; }
a { background-color: rgb(190,143,104); }
div.DivClassName
{
background-color: #BE8F68;
}
.BgClassName
{
background-color: #BE8F68;
}
</style>
border-color css
<style>
span { border-color: #BE8F68; }
span { border-color: rgb(190,143,104); }
td.TdClassName
{
border-color: #BE8F68;
}
.TagClassName
{
border-color: #BE8F68;
}
</style>