Shades of Pale Taupe #BE8D70
Tints of Pale Taupe #BE8D70
RGB
CMYK
RGB Variations
Color information
#BE8D70 (or 0xBE8D70) is known color: Pale Taupe. HEX triplet: BE, 8D and 70. RGB value is (190,141,112). Sum of RGB (Red+Green+Blue) = 190+141+112=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D70 is #41728F. Grayscale: #989898. Windows color (decimal): -4289168 or 7376318. OLE color: 7376318.
HSL color Cylindrical-coordinate representation of color #BE8D70: hue angle of 22.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8D70 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 112 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.25 |
| HSL | 22.31º | 0.38% | 0.59% | - |
| HSV(B) | 22.31º | 0.41% | 0.75% | - |
| XYZ | 33.68 | 31.17 | 19.57 | - |
| YUV | 152.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 112 | 0 | 0.26 | 0.41 | 0.25 | 22.31 | 0.38 | 0.59 |
| Hex | BE | 8D | 70 | 0 | 1A | 29 | 19 | 16 | 26 | 3B |
| Octal | 276 | 215 | 160 | 0 | 32 | 51 | 31 | 26 | 46 | 73 |
| Binary | 10111110 | 10001101 | 1110000 | 0 | 11010 | 101001 | 11001 | 10110 | 100110 | 111011 |
Color Harmonies of #BE8D70
Complementary color
Monochromatic Colors of #BE8D70
Black with #BE8D70
Text Example
Text Example
White with #BE8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D70; }
p { color: rgb(190,141,112); }
H1.HeaderClassName
{
color: #BE8D70;
}
.AnyTagClassName
{
color: #BE8D70;
}
</style>
background-color css
<style>
a { background-color: #BE8D70; }
a { background-color: rgb(190,141,112); }
div.DivClassName
{
background-color: #BE8D70;
}
.BgClassName
{
background-color: #BE8D70;
}
</style>
border-color css
<style>
span { border-color: #BE8D70; }
span { border-color: rgb(190,141,112); }
td.TdClassName
{
border-color: #BE8D70;
}
.TagClassName
{
border-color: #BE8D70;
}
</style>