Shades of Fallow #BE9362
Tints of Fallow #BE9362
RGB
CMYK
RGB Variations
Color information
#BE9362 (or 0xBE9362) is known color: Fallow. HEX triplet: BE, 93 and 62. RGB value is (190,147,98). Sum of RGB (Red+Green+Blue) = 190+147+98=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9362 is #416C9D. Grayscale: #9A9A9A. Windows color (decimal): -4287646 or 6460350. OLE color: 6460350.
HSL color Cylindrical-coordinate representation of color #BE9362: hue angle of 31.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE9362 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 98 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.25 |
| HSL | 31.96º | 0.41% | 0.56% | - |
| HSV(B) | 31.96º | 0.48% | 0.75% | - |
| XYZ | 33.87 | 32.7 | 16.08 | - |
| YUV | 154.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 98 | 0 | 0.23 | 0.48 | 0.25 | 31.96 | 0.41 | 0.56 |
| Hex | BE | 93 | 62 | 0 | 17 | 30 | 19 | 20 | 29 | 38 |
| Octal | 276 | 223 | 142 | 0 | 27 | 60 | 31 | 40 | 51 | 70 |
| Binary | 10111110 | 10010011 | 1100010 | 0 | 10111 | 110000 | 11001 | 100000 | 101001 | 111000 |
Color Harmonies of #BE9362
Complementary color
Monochromatic Colors of #BE9362
Black with #BE9362
Text Example
Text Example
White with #BE9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9362; }
p { color: rgb(190,147,98); }
H1.HeaderClassName
{
color: #BE9362;
}
.AnyTagClassName
{
color: #BE9362;
}
</style>
background-color css
<style>
a { background-color: #BE9362; }
a { background-color: rgb(190,147,98); }
div.DivClassName
{
background-color: #BE9362;
}
.BgClassName
{
background-color: #BE9362;
}
</style>
border-color css
<style>
span { border-color: #BE9362; }
span { border-color: rgb(190,147,98); }
td.TdClassName
{
border-color: #BE9362;
}
.TagClassName
{
border-color: #BE9362;
}
</style>