Shades of Pale Taupe #BE9D88
Tints of Pale Taupe #BE9D88
RGB
CMYK
RGB Variations
Color information
#BE9D88 (or 0xBE9D88) is known color: Pale Taupe. HEX triplet: BE, 9D and 88. RGB value is (190,157,136). Sum of RGB (Red+Green+Blue) = 190+157+136=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D88 is #416277. Grayscale: #A4A4A4. Windows color (decimal): -4285048 or 8953278. OLE color: 8953278.
HSL color Cylindrical-coordinate representation of color #BE9D88: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9D88 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 136 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.25 |
| HSL | 23.33º | 0.29% | 0.64% | - |
| HSV(B) | 23.33º | 0.28% | 0.75% | - |
| XYZ | 37.74 | 36.84 | 28.41 | - |
| YUV | 164.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 136 | 0 | 0.17 | 0.28 | 0.25 | 23.33 | 0.29 | 0.64 |
| Hex | BE | 9D | 88 | 0 | 11 | 1C | 19 | 17 | 1D | 40 |
| Octal | 276 | 235 | 210 | 0 | 21 | 34 | 31 | 27 | 35 | 100 |
| Binary | 10111110 | 10011101 | 10001000 | 0 | 10001 | 11100 | 11001 | 10111 | 11101 | 1000000 |
Color Harmonies of #BE9D88
Complementary color
Monochromatic Colors of #BE9D88
Black with #BE9D88
Text Example
Text Example
White with #BE9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D88; }
p { color: rgb(190,157,136); }
H1.HeaderClassName
{
color: #BE9D88;
}
.AnyTagClassName
{
color: #BE9D88;
}
</style>
background-color css
<style>
a { background-color: #BE9D88; }
a { background-color: rgb(190,157,136); }
div.DivClassName
{
background-color: #BE9D88;
}
.BgClassName
{
background-color: #BE9D88;
}
</style>
border-color css
<style>
span { border-color: #BE9D88; }
span { border-color: rgb(190,157,136); }
td.TdClassName
{
border-color: #BE9D88;
}
.TagClassName
{
border-color: #BE9D88;
}
</style>