Shades of Fallow #BE9B72
Tints of Fallow #BE9B72
RGB
CMYK
RGB Variations
Color information
#BE9B72 (or 0xBE9B72) is known color: Fallow. HEX triplet: BE, 9B and 72. RGB value is (190,155,114). Sum of RGB (Red+Green+Blue) = 190+155+114=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B72 is #41648D. Grayscale: #A0A0A0. Windows color (decimal): -4285582 or 7510974. OLE color: 7510974.
HSL color Cylindrical-coordinate representation of color #BE9B72: hue angle of 32.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE9B72 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 114 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.25 |
| HSL | 32.37º | 0.37% | 0.6% | - |
| HSV(B) | 32.37º | 0.4% | 0.75% | - |
| XYZ | 35.99 | 35.6 | 20.89 | - |
| YUV | 160.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 114 | 0 | 0.18 | 0.40 | 0.25 | 32.37 | 0.37 | 0.6 |
| Hex | BE | 9B | 72 | 0 | 12 | 28 | 19 | 20 | 25 | 3C |
| Octal | 276 | 233 | 162 | 0 | 22 | 50 | 31 | 40 | 45 | 74 |
| Binary | 10111110 | 10011011 | 1110010 | 0 | 10010 | 101000 | 11001 | 100000 | 100101 | 111100 |
Color Harmonies of #BE9B72
Complementary color
Monochromatic Colors of #BE9B72
Black with #BE9B72
Text Example
Text Example
White with #BE9B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B72; }
p { color: rgb(190,155,114); }
H1.HeaderClassName
{
color: #BE9B72;
}
.AnyTagClassName
{
color: #BE9B72;
}
</style>
background-color css
<style>
a { background-color: #BE9B72; }
a { background-color: rgb(190,155,114); }
div.DivClassName
{
background-color: #BE9B72;
}
.BgClassName
{
background-color: #BE9B72;
}
</style>
border-color css
<style>
span { border-color: #BE9B72; }
span { border-color: rgb(190,155,114); }
td.TdClassName
{
border-color: #BE9B72;
}
.TagClassName
{
border-color: #BE9B72;
}
</style>