Shades of Fallow #BE9B68
Tints of Fallow #BE9B68
RGB
CMYK
RGB Variations
Color information
#BE9B68 (or 0xBE9B68) is known color: Fallow. HEX triplet: BE, 9B and 68. RGB value is (190,155,104). Sum of RGB (Red+Green+Blue) = 190+155+104=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B68 is #416497. Grayscale: #9F9F9F. Windows color (decimal): -4285592 or 6855614. OLE color: 6855614.
HSL color Cylindrical-coordinate representation of color #BE9B68: hue angle of 35.58º 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 #BE9B68 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 104 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.25 |
| HSL | 35.58º | 0.4% | 0.58% | - |
| HSV(B) | 35.58º | 0.45% | 0.75% | - |
| XYZ | 35.46 | 35.39 | 18.06 | - |
| YUV | 159.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 104 | 0 | 0.18 | 0.45 | 0.25 | 35.58 | 0.4 | 0.58 |
| Hex | BE | 9B | 68 | 0 | 12 | 2D | 19 | 24 | 28 | 3A |
| Octal | 276 | 233 | 150 | 0 | 22 | 55 | 31 | 44 | 50 | 72 |
| Binary | 10111110 | 10011011 | 1101000 | 0 | 10010 | 101101 | 11001 | 100100 | 101000 | 111010 |
Color Harmonies of #BE9B68
Complementary color
Monochromatic Colors of #BE9B68
Black with #BE9B68
Text Example
Text Example
White with #BE9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B68; }
p { color: rgb(190,155,104); }
H1.HeaderClassName
{
color: #BE9B68;
}
.AnyTagClassName
{
color: #BE9B68;
}
</style>
background-color css
<style>
a { background-color: #BE9B68; }
a { background-color: rgb(190,155,104); }
div.DivClassName
{
background-color: #BE9B68;
}
.BgClassName
{
background-color: #BE9B68;
}
</style>
border-color css
<style>
span { border-color: #BE9B68; }
span { border-color: rgb(190,155,104); }
td.TdClassName
{
border-color: #BE9B68;
}
.TagClassName
{
border-color: #BE9B68;
}
</style>