Shades of Fallow #BE9F68
Tints of Fallow #BE9F68
RGB
CMYK
RGB Variations
Color information
#BE9F68 (or 0xBE9F68) is known color: Fallow. HEX triplet: BE, 9F and 68. RGB value is (190,159,104). Sum of RGB (Red+Green+Blue) = 190+159+104=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F68 is #416097. Grayscale: #A2A2A2. Windows color (decimal): -4284568 or 6856638. OLE color: 6856638.
HSL color Cylindrical-coordinate representation of color #BE9F68: hue angle of 38.37º 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 #BE9F68 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 104 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.25 |
| HSL | 38.37º | 0.4% | 0.58% | - |
| HSV(B) | 38.37º | 0.45% | 0.75% | - |
| XYZ | 36.13 | 36.74 | 18.28 | - |
| YUV | 162 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 104 | 0 | 0.16 | 0.45 | 0.25 | 38.37 | 0.4 | 0.58 |
| Hex | BE | 9F | 68 | 0 | 10 | 2D | 19 | 26 | 28 | 3A |
| Octal | 276 | 237 | 150 | 0 | 20 | 55 | 31 | 46 | 50 | 72 |
| Binary | 10111110 | 10011111 | 1101000 | 0 | 10000 | 101101 | 11001 | 100110 | 101000 | 111010 |
Color Harmonies of #BE9F68
Complementary color
Monochromatic Colors of #BE9F68
Black with #BE9F68
Text Example
Text Example
White with #BE9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F68; }
p { color: rgb(190,159,104); }
H1.HeaderClassName
{
color: #BE9F68;
}
.AnyTagClassName
{
color: #BE9F68;
}
</style>
background-color css
<style>
a { background-color: #BE9F68; }
a { background-color: rgb(190,159,104); }
div.DivClassName
{
background-color: #BE9F68;
}
.BgClassName
{
background-color: #BE9F68;
}
</style>
border-color css
<style>
span { border-color: #BE9F68; }
span { border-color: rgb(190,159,104); }
td.TdClassName
{
border-color: #BE9F68;
}
.TagClassName
{
border-color: #BE9F68;
}
</style>