Shades of Fallow #BE8F6C
Tints of Fallow #BE8F6C
RGB
CMYK
RGB Variations
Color information
#BE8F6C (or 0xBE8F6C) is known color: Fallow. HEX triplet: BE, 8F and 6C. RGB value is (190,143,108). Sum of RGB (Red+Green+Blue) = 190+143+108=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F6C is #417093. Grayscale: #999999. Windows color (decimal): -4288660 or 7114686. OLE color: 7114686.
HSL color Cylindrical-coordinate representation of color #BE8F6C: hue angle of 25.61º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8F6C is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 108 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.25 |
| HSL | 25.61º | 0.39% | 0.58% | - |
| HSV(B) | 25.61º | 0.43% | 0.75% | - |
| XYZ | 33.76 | 31.67 | 18.52 | - |
| YUV | 153.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 108 | 0 | 0.25 | 0.43 | 0.25 | 25.61 | 0.39 | 0.58 |
| Hex | BE | 8F | 6C | 0 | 19 | 2B | 19 | 1A | 27 | 3A |
| Octal | 276 | 217 | 154 | 0 | 31 | 53 | 31 | 32 | 47 | 72 |
| Binary | 10111110 | 10001111 | 1101100 | 0 | 11001 | 101011 | 11001 | 11010 | 100111 | 111010 |
Color Harmonies of #BE8F6C
Complementary color
Monochromatic Colors of #BE8F6C
Black with #BE8F6C
Text Example
Text Example
White with #BE8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F6C; }
p { color: rgb(190,143,108); }
H1.HeaderClassName
{
color: #BE8F6C;
}
.AnyTagClassName
{
color: #BE8F6C;
}
</style>
background-color css
<style>
a { background-color: #BE8F6C; }
a { background-color: rgb(190,143,108); }
div.DivClassName
{
background-color: #BE8F6C;
}
.BgClassName
{
background-color: #BE8F6C;
}
</style>
border-color css
<style>
span { border-color: #BE8F6C; }
span { border-color: rgb(190,143,108); }
td.TdClassName
{
border-color: #BE8F6C;
}
.TagClassName
{
border-color: #BE8F6C;
}
</style>