Shades of Pale Taupe #BE9881
Tints of Pale Taupe #BE9881
RGB
CMYK
RGB Variations
Color information
#BE9881 (or 0xBE9881) is known color: Pale Taupe. HEX triplet: BE, 98 and 81. RGB value is (190,152,129). Sum of RGB (Red+Green+Blue) = 190+152+129=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9881 is #41677E. Grayscale: #A0A0A0. Windows color (decimal): -4286335 or 8493246. OLE color: 8493246.
HSL color Cylindrical-coordinate representation of color #BE9881: hue angle of 22.62º 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 #BE9881 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 129 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.25 |
| HSL | 22.62º | 0.32% | 0.63% | - |
| HSV(B) | 22.62º | 0.32% | 0.75% | - |
| XYZ | 36.43 | 34.99 | 25.6 | - |
| YUV | 160.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 129 | 0 | 0.2 | 0.32 | 0.25 | 22.62 | 0.32 | 0.63 |
| Hex | BE | 98 | 81 | 0 | 14 | 20 | 19 | 17 | 20 | 3F |
| Octal | 276 | 230 | 201 | 0 | 24 | 40 | 31 | 27 | 40 | 77 |
| Binary | 10111110 | 10011000 | 10000001 | 0 | 10100 | 100000 | 11001 | 10111 | 100000 | 111111 |
Color Harmonies of #BE9881
Complementary color
Monochromatic Colors of #BE9881
Black with #BE9881
Text Example
Text Example
White with #BE9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9881; }
p { color: rgb(190,152,129); }
H1.HeaderClassName
{
color: #BE9881;
}
.AnyTagClassName
{
color: #BE9881;
}
</style>
background-color css
<style>
a { background-color: #BE9881; }
a { background-color: rgb(190,152,129); }
div.DivClassName
{
background-color: #BE9881;
}
.BgClassName
{
background-color: #BE9881;
}
</style>
border-color css
<style>
span { border-color: #BE9881; }
span { border-color: rgb(190,152,129); }
td.TdClassName
{
border-color: #BE9881;
}
.TagClassName
{
border-color: #BE9881;
}
</style>