Shades of Pale Taupe #BE9B87
Tints of Pale Taupe #BE9B87
RGB
CMYK
RGB Variations
Color information
#BE9B87 (or 0xBE9B87) is known color: Pale Taupe. HEX triplet: BE, 9B and 87. RGB value is (190,155,135). Sum of RGB (Red+Green+Blue) = 190+155+135=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B87 is #416478. Grayscale: #A3A3A3. Windows color (decimal): -4285561 or 8887230. OLE color: 8887230.
HSL color Cylindrical-coordinate representation of color #BE9B87: hue angle of 21.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9B87 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 135 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.25 |
| HSL | 21.82º | 0.3% | 0.64% | - |
| HSV(B) | 21.82º | 0.29% | 0.75% | - |
| XYZ | 37.33 | 36.14 | 27.93 | - |
| YUV | 163.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 135 | 0 | 0.18 | 0.29 | 0.25 | 21.82 | 0.3 | 0.64 |
| Hex | BE | 9B | 87 | 0 | 12 | 1D | 19 | 16 | 1E | 40 |
| Octal | 276 | 233 | 207 | 0 | 22 | 35 | 31 | 26 | 36 | 100 |
| Binary | 10111110 | 10011011 | 10000111 | 0 | 10010 | 11101 | 11001 | 10110 | 11110 | 1000000 |
Color Harmonies of #BE9B87
Complementary color
Monochromatic Colors of #BE9B87
Black with #BE9B87
Text Example
Text Example
White with #BE9B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B87; }
p { color: rgb(190,155,135); }
H1.HeaderClassName
{
color: #BE9B87;
}
.AnyTagClassName
{
color: #BE9B87;
}
</style>
background-color css
<style>
a { background-color: #BE9B87; }
a { background-color: rgb(190,155,135); }
div.DivClassName
{
background-color: #BE9B87;
}
.BgClassName
{
background-color: #BE9B87;
}
</style>
border-color css
<style>
span { border-color: #BE9B87; }
span { border-color: rgb(190,155,135); }
td.TdClassName
{
border-color: #BE9B87;
}
.TagClassName
{
border-color: #BE9B87;
}
</style>