Shades of Pale Taupe #BE9884
Tints of Pale Taupe #BE9884
RGB
CMYK
RGB Variations
Color information
#BE9884 (or 0xBE9884) is known color: Pale Taupe. HEX triplet: BE, 98 and 84. RGB value is (190,152,132). Sum of RGB (Red+Green+Blue) = 190+152+132=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9884 is #41677B. Grayscale: #A1A1A1. Windows color (decimal): -4286332 or 8689854. OLE color: 8689854.
HSL color Cylindrical-coordinate representation of color #BE9884: hue angle of 20.69º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9884 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 132 | - |
| CMYK | 0 | 0.2 | 0.31 | 0.25 |
| HSL | 20.69º | 0.31% | 0.63% | - |
| HSV(B) | 20.69º | 0.31% | 0.75% | - |
| XYZ | 36.63 | 35.07 | 26.67 | - |
| YUV | 161.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 132 | 0 | 0.2 | 0.31 | 0.25 | 20.69 | 0.31 | 0.63 |
| Hex | BE | 98 | 84 | 0 | 14 | 1F | 19 | 15 | 1F | 3F |
| Octal | 276 | 230 | 204 | 0 | 24 | 37 | 31 | 25 | 37 | 77 |
| Binary | 10111110 | 10011000 | 10000100 | 0 | 10100 | 11111 | 11001 | 10101 | 11111 | 111111 |
Color Harmonies of #BE9884
Complementary color
Monochromatic Colors of #BE9884
Black with #BE9884
Text Example
Text Example
White with #BE9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9884; }
p { color: rgb(190,152,132); }
H1.HeaderClassName
{
color: #BE9884;
}
.AnyTagClassName
{
color: #BE9884;
}
</style>
background-color css
<style>
a { background-color: #BE9884; }
a { background-color: rgb(190,152,132); }
div.DivClassName
{
background-color: #BE9884;
}
.BgClassName
{
background-color: #BE9884;
}
</style>
border-color css
<style>
span { border-color: #BE9884; }
span { border-color: rgb(190,152,132); }
td.TdClassName
{
border-color: #BE9884;
}
.TagClassName
{
border-color: #BE9884;
}
</style>