Shades of Fallow #BE9B70
Tints of Fallow #BE9B70
RGB
CMYK
RGB Variations
Color information
#BE9B70 (or 0xBE9B70) is known color: Fallow. HEX triplet: BE, 9B and 70. RGB value is (190,155,112). Sum of RGB (Red+Green+Blue) = 190+155+112=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B70 is #41648F. Grayscale: #A0A0A0. Windows color (decimal): -4285584 or 7379902. OLE color: 7379902.
HSL color Cylindrical-coordinate representation of color #BE9B70: hue angle of 33.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE9B70 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 112 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.25 |
| HSL | 33.08º | 0.38% | 0.59% | - |
| HSV(B) | 33.08º | 0.41% | 0.75% | - |
| XYZ | 35.88 | 35.56 | 20.3 | - |
| YUV | 160.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 112 | 0 | 0.18 | 0.41 | 0.25 | 33.08 | 0.38 | 0.59 |
| Hex | BE | 9B | 70 | 0 | 12 | 29 | 19 | 21 | 26 | 3B |
| Octal | 276 | 233 | 160 | 0 | 22 | 51 | 31 | 41 | 46 | 73 |
| Binary | 10111110 | 10011011 | 1110000 | 0 | 10010 | 101001 | 11001 | 100001 | 100110 | 111011 |
Color Harmonies of #BE9B70
Complementary color
Monochromatic Colors of #BE9B70
Black with #BE9B70
Text Example
Text Example
White with #BE9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B70; }
p { color: rgb(190,155,112); }
H1.HeaderClassName
{
color: #BE9B70;
}
.AnyTagClassName
{
color: #BE9B70;
}
</style>
background-color css
<style>
a { background-color: #BE9B70; }
a { background-color: rgb(190,155,112); }
div.DivClassName
{
background-color: #BE9B70;
}
.BgClassName
{
background-color: #BE9B70;
}
</style>
border-color css
<style>
span { border-color: #BE9B70; }
span { border-color: rgb(190,155,112); }
td.TdClassName
{
border-color: #BE9B70;
}
.TagClassName
{
border-color: #BE9B70;
}
</style>