Shades of Fallow #BE936F
Tints of Fallow #BE936F
RGB
CMYK
RGB Variations
Color information
#BE936F (or 0xBE936F) is known color: Fallow. HEX triplet: BE, 93 and 6F. RGB value is (190,147,111). Sum of RGB (Red+Green+Blue) = 190+147+111=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE936F is #416C90. Grayscale: #9B9B9B. Windows color (decimal): -4287633 or 7312318. OLE color: 7312318.
HSL color Cylindrical-coordinate representation of color #BE936F: hue angle of 27.34º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE936F is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 111 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.25 |
| HSL | 27.34º | 0.38% | 0.59% | - |
| HSV(B) | 27.34º | 0.42% | 0.75% | - |
| XYZ | 34.54 | 32.96 | 19.58 | - |
| YUV | 155.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 111 | 0 | 0.23 | 0.42 | 0.25 | 27.34 | 0.38 | 0.59 |
| Hex | BE | 93 | 6F | 0 | 17 | 2A | 19 | 1B | 26 | 3B |
| Octal | 276 | 223 | 157 | 0 | 27 | 52 | 31 | 33 | 46 | 73 |
| Binary | 10111110 | 10010011 | 1101111 | 0 | 10111 | 101010 | 11001 | 11011 | 100110 | 111011 |
Color Harmonies of #BE936F
Complementary color
Monochromatic Colors of #BE936F
Black with #BE936F
Text Example
Text Example
White with #BE936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE936F; }
p { color: rgb(190,147,111); }
H1.HeaderClassName
{
color: #BE936F;
}
.AnyTagClassName
{
color: #BE936F;
}
</style>
background-color css
<style>
a { background-color: #BE936F; }
a { background-color: rgb(190,147,111); }
div.DivClassName
{
background-color: #BE936F;
}
.BgClassName
{
background-color: #BE936F;
}
</style>
border-color css
<style>
span { border-color: #BE936F; }
span { border-color: rgb(190,147,111); }
td.TdClassName
{
border-color: #BE936F;
}
.TagClassName
{
border-color: #BE936F;
}
</style>