Shades of Pale Taupe #BE9882
Tints of Pale Taupe #BE9882
RGB
CMYK
RGB Variations
Color information
#BE9882 (or 0xBE9882) is known color: Pale Taupe. HEX triplet: BE, 98 and 82. RGB value is (190,152,130). Sum of RGB (Red+Green+Blue) = 190+152+130=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9882 is #41677D. Grayscale: #A0A0A0. Windows color (decimal): -4286334 or 8558782. OLE color: 8558782.
HSL color Cylindrical-coordinate representation of color #BE9882: hue angle of 22º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE9882 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 130 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.25 |
| HSL | 22º | 0.32% | 0.63% | - |
| HSV(B) | 22º | 0.32% | 0.75% | - |
| XYZ | 36.49 | 35.02 | 25.95 | - |
| YUV | 160.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 130 | 0 | 0.2 | 0.32 | 0.25 | 22 | 0.32 | 0.63 |
| Hex | BE | 98 | 82 | 0 | 14 | 20 | 19 | 16 | 20 | 3F |
| Octal | 276 | 230 | 202 | 0 | 24 | 40 | 31 | 26 | 40 | 77 |
| Binary | 10111110 | 10011000 | 10000010 | 0 | 10100 | 100000 | 11001 | 10110 | 100000 | 111111 |
Color Harmonies of #BE9882
Complementary color
Monochromatic Colors of #BE9882
Black with #BE9882
Text Example
Text Example
White with #BE9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9882; }
p { color: rgb(190,152,130); }
H1.HeaderClassName
{
color: #BE9882;
}
.AnyTagClassName
{
color: #BE9882;
}
</style>
background-color css
<style>
a { background-color: #BE9882; }
a { background-color: rgb(190,152,130); }
div.DivClassName
{
background-color: #BE9882;
}
.BgClassName
{
background-color: #BE9882;
}
</style>
border-color css
<style>
span { border-color: #BE9882; }
span { border-color: rgb(190,152,130); }
td.TdClassName
{
border-color: #BE9882;
}
.TagClassName
{
border-color: #BE9882;
}
</style>