Shades of Fallow #BE976A
Tints of Fallow #BE976A
RGB
CMYK
RGB Variations
Color information
#BE976A (or 0xBE976A) is known color: Fallow. HEX triplet: BE, 97 and 6A. RGB value is (190,151,106). Sum of RGB (Red+Green+Blue) = 190+151+106=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976A is #416895. Grayscale: #9D9D9D. Windows color (decimal): -4286614 or 6985662. OLE color: 6985662.
HSL color Cylindrical-coordinate representation of color #BE976A: hue angle of 32.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE976A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 106 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.25 |
| HSL | 32.14º | 0.39% | 0.58% | - |
| HSV(B) | 32.14º | 0.44% | 0.75% | - |
| XYZ | 34.9 | 34.12 | 18.38 | - |
| YUV | 157.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 106 | 0 | 0.21 | 0.44 | 0.25 | 32.14 | 0.39 | 0.58 |
| Hex | BE | 97 | 6A | 0 | 15 | 2C | 19 | 20 | 27 | 3A |
| Octal | 276 | 227 | 152 | 0 | 25 | 54 | 31 | 40 | 47 | 72 |
| Binary | 10111110 | 10010111 | 1101010 | 0 | 10101 | 101100 | 11001 | 100000 | 100111 | 111010 |
Color Harmonies of #BE976A
Complementary color
Monochromatic Colors of #BE976A
Black with #BE976A
Text Example
Text Example
White with #BE976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE976A; }
p { color: rgb(190,151,106); }
H1.HeaderClassName
{
color: #BE976A;
}
.AnyTagClassName
{
color: #BE976A;
}
</style>
background-color css
<style>
a { background-color: #BE976A; }
a { background-color: rgb(190,151,106); }
div.DivClassName
{
background-color: #BE976A;
}
.BgClassName
{
background-color: #BE976A;
}
</style>
border-color css
<style>
span { border-color: #BE976A; }
span { border-color: rgb(190,151,106); }
td.TdClassName
{
border-color: #BE976A;
}
.TagClassName
{
border-color: #BE976A;
}
</style>