Shades of Fallow #BE926A
Tints of Fallow #BE926A
RGB
CMYK
RGB Variations
Color information
#BE926A (or 0xBE926A) is known color: Fallow. HEX triplet: BE, 92 and 6A. RGB value is (190,146,106). Sum of RGB (Red+Green+Blue) = 190+146+106=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE926A is #416D95. Grayscale: #9A9A9A. Windows color (decimal): -4287894 or 6984382. OLE color: 6984382.
HSL color Cylindrical-coordinate representation of color #BE926A: hue angle of 28.57º 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 #BE926A is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 106 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.25 |
| HSL | 28.57º | 0.39% | 0.58% | - |
| HSV(B) | 28.57º | 0.44% | 0.75% | - |
| XYZ | 34.12 | 32.55 | 18.12 | - |
| YUV | 154.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 106 | 0 | 0.23 | 0.44 | 0.25 | 28.57 | 0.39 | 0.58 |
| Hex | BE | 92 | 6A | 0 | 17 | 2C | 19 | 1D | 27 | 3A |
| Octal | 276 | 222 | 152 | 0 | 27 | 54 | 31 | 35 | 47 | 72 |
| Binary | 10111110 | 10010010 | 1101010 | 0 | 10111 | 101100 | 11001 | 11101 | 100111 | 111010 |
Color Harmonies of #BE926A
Complementary color
Monochromatic Colors of #BE926A
Black with #BE926A
Text Example
Text Example
White with #BE926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE926A; }
p { color: rgb(190,146,106); }
H1.HeaderClassName
{
color: #BE926A;
}
.AnyTagClassName
{
color: #BE926A;
}
</style>
background-color css
<style>
a { background-color: #BE926A; }
a { background-color: rgb(190,146,106); }
div.DivClassName
{
background-color: #BE926A;
}
.BgClassName
{
background-color: #BE926A;
}
</style>
border-color css
<style>
span { border-color: #BE926A; }
span { border-color: rgb(190,146,106); }
td.TdClassName
{
border-color: #BE926A;
}
.TagClassName
{
border-color: #BE926A;
}
</style>