Shades of Fallow #BE9C6C
Tints of Fallow #BE9C6C
RGB
CMYK
RGB Variations
Color information
#BE9C6C (or 0xBE9C6C) is known color: Fallow. HEX triplet: BE, 9C and 6C. RGB value is (190,156,108). Sum of RGB (Red+Green+Blue) = 190+156+108=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C6C is #416393. Grayscale: #A0A0A0. Windows color (decimal): -4285332 or 7118014. OLE color: 7118014.
HSL color Cylindrical-coordinate representation of color #BE9C6C: hue angle of 35.12º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE9C6C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 108 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.25 |
| HSL | 35.12º | 0.39% | 0.58% | - |
| HSV(B) | 35.12º | 0.43% | 0.75% | - |
| XYZ | 35.83 | 35.81 | 19.21 | - |
| YUV | 160.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 108 | 0 | 0.18 | 0.43 | 0.25 | 35.12 | 0.39 | 0.58 |
| Hex | BE | 9C | 6C | 0 | 12 | 2B | 19 | 23 | 27 | 3A |
| Octal | 276 | 234 | 154 | 0 | 22 | 53 | 31 | 43 | 47 | 72 |
| Binary | 10111110 | 10011100 | 1101100 | 0 | 10010 | 101011 | 11001 | 100011 | 100111 | 111010 |
Color Harmonies of #BE9C6C
Complementary color
Monochromatic Colors of #BE9C6C
Black with #BE9C6C
Text Example
Text Example
White with #BE9C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C6C; }
p { color: rgb(190,156,108); }
H1.HeaderClassName
{
color: #BE9C6C;
}
.AnyTagClassName
{
color: #BE9C6C;
}
</style>
background-color css
<style>
a { background-color: #BE9C6C; }
a { background-color: rgb(190,156,108); }
div.DivClassName
{
background-color: #BE9C6C;
}
.BgClassName
{
background-color: #BE9C6C;
}
</style>
border-color css
<style>
span { border-color: #BE9C6C; }
span { border-color: rgb(190,156,108); }
td.TdClassName
{
border-color: #BE9C6C;
}
.TagClassName
{
border-color: #BE9C6C;
}
</style>