Shades of Fallow #BE9562
Tints of Fallow #BE9562
RGB
CMYK
RGB Variations
Color information
#BE9562 (or 0xBE9562) is known color: Fallow. HEX triplet: BE, 95 and 62. RGB value is (190,149,98). Sum of RGB (Red+Green+Blue) = 190+149+98=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9562 is #416A9D. Grayscale: #9B9B9B. Windows color (decimal): -4287134 or 6460862. OLE color: 6460862.
HSL color Cylindrical-coordinate representation of color #BE9562: hue angle of 33.26º 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 #BE9562 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 98 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.25 |
| HSL | 33.26º | 0.41% | 0.56% | - |
| HSV(B) | 33.26º | 0.48% | 0.75% | - |
| XYZ | 34.19 | 33.32 | 16.19 | - |
| YUV | 155.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 98 | 0 | 0.22 | 0.48 | 0.25 | 33.26 | 0.41 | 0.56 |
| Hex | BE | 95 | 62 | 0 | 16 | 30 | 19 | 21 | 29 | 38 |
| Octal | 276 | 225 | 142 | 0 | 26 | 60 | 31 | 41 | 51 | 70 |
| Binary | 10111110 | 10010101 | 1100010 | 0 | 10110 | 110000 | 11001 | 100001 | 101001 | 111000 |
Color Harmonies of #BE9562
Complementary color
Monochromatic Colors of #BE9562
Black with #BE9562
Text Example
Text Example
White with #BE9562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9562; }
p { color: rgb(190,149,98); }
H1.HeaderClassName
{
color: #BE9562;
}
.AnyTagClassName
{
color: #BE9562;
}
</style>
background-color css
<style>
a { background-color: #BE9562; }
a { background-color: rgb(190,149,98); }
div.DivClassName
{
background-color: #BE9562;
}
.BgClassName
{
background-color: #BE9562;
}
</style>
border-color css
<style>
span { border-color: #BE9562; }
span { border-color: rgb(190,149,98); }
td.TdClassName
{
border-color: #BE9562;
}
.TagClassName
{
border-color: #BE9562;
}
</style>