Shades of Pale Taupe #BE9880
Tints of Pale Taupe #BE9880
RGB
CMYK
RGB Variations
Color information
#BE9880 (or 0xBE9880) is known color: Pale Taupe. HEX triplet: BE, 98 and 80. RGB value is (190,152,128). Sum of RGB (Red+Green+Blue) = 190+152+128=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9880 is #41677F. Grayscale: #A0A0A0. Windows color (decimal): -4286336 or 8427710. OLE color: 8427710.
HSL color Cylindrical-coordinate representation of color #BE9880: hue angle of 23.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9880 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 128 | - |
| CMYK | 0 | 0.2 | 0.33 | 0.25 |
| HSL | 23.23º | 0.32% | 0.62% | - |
| HSV(B) | 23.23º | 0.33% | 0.75% | - |
| XYZ | 36.36 | 34.96 | 25.25 | - |
| YUV | 160.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 128 | 0 | 0.2 | 0.33 | 0.25 | 23.23 | 0.32 | 0.62 |
| Hex | BE | 98 | 80 | 0 | 14 | 21 | 19 | 17 | 20 | 3E |
| Octal | 276 | 230 | 200 | 0 | 24 | 41 | 31 | 27 | 40 | 76 |
| Binary | 10111110 | 10011000 | 10000000 | 0 | 10100 | 100001 | 11001 | 10111 | 100000 | 111110 |
Color Harmonies of #BE9880
Complementary color
Monochromatic Colors of #BE9880
Black with #BE9880
Text Example
Text Example
White with #BE9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9880; }
p { color: rgb(190,152,128); }
H1.HeaderClassName
{
color: #BE9880;
}
.AnyTagClassName
{
color: #BE9880;
}
</style>
background-color css
<style>
a { background-color: #BE9880; }
a { background-color: rgb(190,152,128); }
div.DivClassName
{
background-color: #BE9880;
}
.BgClassName
{
background-color: #BE9880;
}
</style>
border-color css
<style>
span { border-color: #BE9880; }
span { border-color: rgb(190,152,128); }
td.TdClassName
{
border-color: #BE9880;
}
.TagClassName
{
border-color: #BE9880;
}
</style>