Shades of Fallow #BE9B64
Tints of Fallow #BE9B64
RGB
CMYK
RGB Variations
Color information
#BE9B64 (or 0xBE9B64) is known color: Fallow. HEX triplet: BE, 9B and 64. RGB value is (190,155,100). Sum of RGB (Red+Green+Blue) = 190+155+100=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B64 is #41649B. Grayscale: #9F9F9F. Windows color (decimal): -4285596 or 6593470. OLE color: 6593470.
HSL color Cylindrical-coordinate representation of color #BE9B64: hue angle of 36.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 #BE9B64 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 100 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.25 |
| HSL | 36.67º | 0.41% | 0.57% | - |
| HSV(B) | 36.67º | 0.47% | 0.75% | - |
| XYZ | 35.26 | 35.31 | 17.01 | - |
| YUV | 159.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 100 | 0 | 0.18 | 0.47 | 0.25 | 36.67 | 0.41 | 0.57 |
| Hex | BE | 9B | 64 | 0 | 12 | 2F | 19 | 25 | 29 | 39 |
| Octal | 276 | 233 | 144 | 0 | 22 | 57 | 31 | 45 | 51 | 71 |
| Binary | 10111110 | 10011011 | 1100100 | 0 | 10010 | 101111 | 11001 | 100101 | 101001 | 111001 |
Color Harmonies of #BE9B64
Complementary color
Monochromatic Colors of #BE9B64
Black with #BE9B64
Text Example
Text Example
White with #BE9B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B64; }
p { color: rgb(190,155,100); }
H1.HeaderClassName
{
color: #BE9B64;
}
.AnyTagClassName
{
color: #BE9B64;
}
</style>
background-color css
<style>
a { background-color: #BE9B64; }
a { background-color: rgb(190,155,100); }
div.DivClassName
{
background-color: #BE9B64;
}
.BgClassName
{
background-color: #BE9B64;
}
</style>
border-color css
<style>
span { border-color: #BE9B64; }
span { border-color: rgb(190,155,100); }
td.TdClassName
{
border-color: #BE9B64;
}
.TagClassName
{
border-color: #BE9B64;
}
</style>