Shades of Fallow #BE9368
Tints of Fallow #BE9368
RGB
CMYK
RGB Variations
Color information
#BE9368 (or 0xBE9368) is known color: Fallow. HEX triplet: BE, 93 and 68. RGB value is (190,147,104). Sum of RGB (Red+Green+Blue) = 190+147+104=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9368 is #416C97. Grayscale: #9B9B9B. Windows color (decimal): -4287640 or 6853566. OLE color: 6853566.
HSL color Cylindrical-coordinate representation of color #BE9368: hue angle of 30º 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 #BE9368 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 104 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.25 |
| HSL | 30º | 0.4% | 0.58% | - |
| HSV(B) | 30º | 0.45% | 0.75% | - |
| XYZ | 34.17 | 32.81 | 17.63 | - |
| YUV | 154.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 104 | 0 | 0.23 | 0.45 | 0.25 | 30 | 0.4 | 0.58 |
| Hex | BE | 93 | 68 | 0 | 17 | 2D | 19 | 1E | 28 | 3A |
| Octal | 276 | 223 | 150 | 0 | 27 | 55 | 31 | 36 | 50 | 72 |
| Binary | 10111110 | 10010011 | 1101000 | 0 | 10111 | 101101 | 11001 | 11110 | 101000 | 111010 |
Color Harmonies of #BE9368
Complementary color
Monochromatic Colors of #BE9368
Black with #BE9368
Text Example
Text Example
White with #BE9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9368; }
p { color: rgb(190,147,104); }
H1.HeaderClassName
{
color: #BE9368;
}
.AnyTagClassName
{
color: #BE9368;
}
</style>
background-color css
<style>
a { background-color: #BE9368; }
a { background-color: rgb(190,147,104); }
div.DivClassName
{
background-color: #BE9368;
}
.BgClassName
{
background-color: #BE9368;
}
</style>
border-color css
<style>
span { border-color: #BE9368; }
span { border-color: rgb(190,147,104); }
td.TdClassName
{
border-color: #BE9368;
}
.TagClassName
{
border-color: #BE9368;
}
</style>