Shades of Pale Taupe #BE9D81
Tints of Pale Taupe #BE9D81
RGB
CMYK
RGB Variations
Color information
#BE9D81 (or 0xBE9D81) is known color: Pale Taupe. HEX triplet: BE, 9D and 81. RGB value is (190,157,129). Sum of RGB (Red+Green+Blue) = 190+157+129=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D81 is #41627E. Grayscale: #A3A3A3. Windows color (decimal): -4285055 or 8494526. OLE color: 8494526.
HSL color Cylindrical-coordinate representation of color #BE9D81: hue angle of 27.54º 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 #BE9D81 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 129 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.25 |
| HSL | 27.54º | 0.32% | 0.63% | - |
| HSV(B) | 27.54º | 0.32% | 0.75% | - |
| XYZ | 37.25 | 36.65 | 25.88 | - |
| YUV | 163.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 129 | 0 | 0.17 | 0.32 | 0.25 | 27.54 | 0.32 | 0.63 |
| Hex | BE | 9D | 81 | 0 | 11 | 20 | 19 | 1C | 20 | 3F |
| Octal | 276 | 235 | 201 | 0 | 21 | 40 | 31 | 34 | 40 | 77 |
| Binary | 10111110 | 10011101 | 10000001 | 0 | 10001 | 100000 | 11001 | 11100 | 100000 | 111111 |
Color Harmonies of #BE9D81
Complementary color
Monochromatic Colors of #BE9D81
Black with #BE9D81
Text Example
Text Example
White with #BE9D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D81; }
p { color: rgb(190,157,129); }
H1.HeaderClassName
{
color: #BE9D81;
}
.AnyTagClassName
{
color: #BE9D81;
}
</style>
background-color css
<style>
a { background-color: #BE9D81; }
a { background-color: rgb(190,157,129); }
div.DivClassName
{
background-color: #BE9D81;
}
.BgClassName
{
background-color: #BE9D81;
}
</style>
border-color css
<style>
span { border-color: #BE9D81; }
span { border-color: rgb(190,157,129); }
td.TdClassName
{
border-color: #BE9D81;
}
.TagClassName
{
border-color: #BE9D81;
}
</style>