Shades of Fallow #BE9C65
Tints of Fallow #BE9C65
RGB
CMYK
RGB Variations
Color information
#BE9C65 (or 0xBE9C65) is known color: Fallow. HEX triplet: BE, 9C and 65. RGB value is (190,156,101). Sum of RGB (Red+Green+Blue) = 190+156+101=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C65 is #41639A. Grayscale: #A0A0A0. Windows color (decimal): -4285339 or 6659262. OLE color: 6659262.
HSL color Cylindrical-coordinate representation of color #BE9C65: hue angle of 37.08º 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 #BE9C65 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 101 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.25 |
| HSL | 37.08º | 0.41% | 0.57% | - |
| HSV(B) | 37.08º | 0.47% | 0.75% | - |
| XYZ | 35.47 | 35.66 | 17.33 | - |
| YUV | 159.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 101 | 0 | 0.18 | 0.47 | 0.25 | 37.08 | 0.41 | 0.57 |
| Hex | BE | 9C | 65 | 0 | 12 | 2F | 19 | 25 | 29 | 39 |
| Octal | 276 | 234 | 145 | 0 | 22 | 57 | 31 | 45 | 51 | 71 |
| Binary | 10111110 | 10011100 | 1100101 | 0 | 10010 | 101111 | 11001 | 100101 | 101001 | 111001 |
Color Harmonies of #BE9C65
Complementary color
Monochromatic Colors of #BE9C65
Black with #BE9C65
Text Example
Text Example
White with #BE9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C65; }
p { color: rgb(190,156,101); }
H1.HeaderClassName
{
color: #BE9C65;
}
.AnyTagClassName
{
color: #BE9C65;
}
</style>
background-color css
<style>
a { background-color: #BE9C65; }
a { background-color: rgb(190,156,101); }
div.DivClassName
{
background-color: #BE9C65;
}
.BgClassName
{
background-color: #BE9C65;
}
</style>
border-color css
<style>
span { border-color: #BE9C65; }
span { border-color: rgb(190,156,101); }
td.TdClassName
{
border-color: #BE9C65;
}
.TagClassName
{
border-color: #BE9C65;
}
</style>