Shades of Pale Taupe #BE9A81
Tints of Pale Taupe #BE9A81
RGB
CMYK
RGB Variations
Color information
#BE9A81 (or 0xBE9A81) is known color: Pale Taupe. HEX triplet: BE, 9A and 81. RGB value is (190,154,129). Sum of RGB (Red+Green+Blue) = 190+154+129=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A81 is #41657E. Grayscale: #A2A2A2. Windows color (decimal): -4285823 or 8493758. OLE color: 8493758.
HSL color Cylindrical-coordinate representation of color #BE9A81: hue angle of 24.59º 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 #BE9A81 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 129 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.25 |
| HSL | 24.59º | 0.32% | 0.63% | - |
| HSV(B) | 24.59º | 0.32% | 0.75% | - |
| XYZ | 36.75 | 35.64 | 25.71 | - |
| YUV | 161.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 129 | 0 | 0.19 | 0.32 | 0.25 | 24.59 | 0.32 | 0.63 |
| Hex | BE | 9A | 81 | 0 | 13 | 20 | 19 | 19 | 20 | 3F |
| Octal | 276 | 232 | 201 | 0 | 23 | 40 | 31 | 31 | 40 | 77 |
| Binary | 10111110 | 10011010 | 10000001 | 0 | 10011 | 100000 | 11001 | 11001 | 100000 | 111111 |
Color Harmonies of #BE9A81
Complementary color
Monochromatic Colors of #BE9A81
Black with #BE9A81
Text Example
Text Example
White with #BE9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A81; }
p { color: rgb(190,154,129); }
H1.HeaderClassName
{
color: #BE9A81;
}
.AnyTagClassName
{
color: #BE9A81;
}
</style>
background-color css
<style>
a { background-color: #BE9A81; }
a { background-color: rgb(190,154,129); }
div.DivClassName
{
background-color: #BE9A81;
}
.BgClassName
{
background-color: #BE9A81;
}
</style>
border-color css
<style>
span { border-color: #BE9A81; }
span { border-color: rgb(190,154,129); }
td.TdClassName
{
border-color: #BE9A81;
}
.TagClassName
{
border-color: #BE9A81;
}
</style>