Shades of Fallow #BE946C
Tints of Fallow #BE946C
RGB
CMYK
RGB Variations
Color information
#BE946C (or 0xBE946C) is known color: Fallow. HEX triplet: BE, 94 and 6C. RGB value is (190,148,108). Sum of RGB (Red+Green+Blue) = 190+148+108=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE946C is #416B93. Grayscale: #9C9C9C. Windows color (decimal): -4287380 or 7115966. OLE color: 7115966.
HSL color Cylindrical-coordinate representation of color #BE946C: hue angle of 29.27º 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 #BE946C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 108 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.25 |
| HSL | 29.27º | 0.39% | 0.58% | - |
| HSV(B) | 29.27º | 0.43% | 0.75% | - |
| XYZ | 34.53 | 33.21 | 18.78 | - |
| YUV | 156 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 108 | 0 | 0.22 | 0.43 | 0.25 | 29.27 | 0.39 | 0.58 |
| Hex | BE | 94 | 6C | 0 | 16 | 2B | 19 | 1D | 27 | 3A |
| Octal | 276 | 224 | 154 | 0 | 26 | 53 | 31 | 35 | 47 | 72 |
| Binary | 10111110 | 10010100 | 1101100 | 0 | 10110 | 101011 | 11001 | 11101 | 100111 | 111010 |
Color Harmonies of #BE946C
Complementary color
Monochromatic Colors of #BE946C
Black with #BE946C
Text Example
Text Example
White with #BE946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE946C; }
p { color: rgb(190,148,108); }
H1.HeaderClassName
{
color: #BE946C;
}
.AnyTagClassName
{
color: #BE946C;
}
</style>
background-color css
<style>
a { background-color: #BE946C; }
a { background-color: rgb(190,148,108); }
div.DivClassName
{
background-color: #BE946C;
}
.BgClassName
{
background-color: #BE946C;
}
</style>
border-color css
<style>
span { border-color: #BE946C; }
span { border-color: rgb(190,148,108); }
td.TdClassName
{
border-color: #BE946C;
}
.TagClassName
{
border-color: #BE946C;
}
</style>