Shades of Fallow #BE9069
Tints of Fallow #BE9069
RGB
CMYK
RGB Variations
Color information
#BE9069 (or 0xBE9069) is known color: Fallow. HEX triplet: BE, 90 and 69. RGB value is (190,144,105). Sum of RGB (Red+Green+Blue) = 190+144+105=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9069 is #416F96. Grayscale: #999999. Windows color (decimal): -4288407 or 6918334. OLE color: 6918334.
HSL color Cylindrical-coordinate representation of color #BE9069: hue angle of 27.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE9069 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 105 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.25 |
| HSL | 27.53º | 0.4% | 0.58% | - |
| HSV(B) | 27.53º | 0.45% | 0.75% | - |
| XYZ | 33.76 | 31.91 | 17.75 | - |
| YUV | 153.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 105 | 0 | 0.24 | 0.45 | 0.25 | 27.53 | 0.4 | 0.58 |
| Hex | BE | 90 | 69 | 0 | 18 | 2D | 19 | 1C | 28 | 3A |
| Octal | 276 | 220 | 151 | 0 | 30 | 55 | 31 | 34 | 50 | 72 |
| Binary | 10111110 | 10010000 | 1101001 | 0 | 11000 | 101101 | 11001 | 11100 | 101000 | 111010 |
Color Harmonies of #BE9069
Complementary color
Monochromatic Colors of #BE9069
Black with #BE9069
Text Example
Text Example
White with #BE9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9069; }
p { color: rgb(190,144,105); }
H1.HeaderClassName
{
color: #BE9069;
}
.AnyTagClassName
{
color: #BE9069;
}
</style>
background-color css
<style>
a { background-color: #BE9069; }
a { background-color: rgb(190,144,105); }
div.DivClassName
{
background-color: #BE9069;
}
.BgClassName
{
background-color: #BE9069;
}
</style>
border-color css
<style>
span { border-color: #BE9069; }
span { border-color: rgb(190,144,105); }
td.TdClassName
{
border-color: #BE9069;
}
.TagClassName
{
border-color: #BE9069;
}
</style>