Shades of Pale Taupe #BE9E85
Tints of Pale Taupe #BE9E85
RGB
CMYK
RGB Variations
Color information
#BE9E85 (or 0xBE9E85) is known color: Pale Taupe. HEX triplet: BE, 9E and 85. RGB value is (190,158,133). Sum of RGB (Red+Green+Blue) = 190+158+133=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E85 is #41617A. Grayscale: #A4A4A4. Windows color (decimal): -4284795 or 8756926. OLE color: 8756926.
HSL color Cylindrical-coordinate representation of color #BE9E85: hue angle of 26.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9E85 is Cyan = 0, Magento = 0.17, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 133 | - |
| CMYK | 0 | 0.17 | 0.3 | 0.25 |
| HSL | 26.32º | 0.3% | 0.63% | - |
| HSV(B) | 26.32º | 0.3% | 0.75% | - |
| XYZ | 37.7 | 37.09 | 27.36 | - |
| YUV | 164.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 133 | 0 | 0.17 | 0.3 | 0.25 | 26.32 | 0.3 | 0.63 |
| Hex | BE | 9E | 85 | 0 | 11 | 1E | 19 | 1A | 1E | 3F |
| Octal | 276 | 236 | 205 | 0 | 21 | 36 | 31 | 32 | 36 | 77 |
| Binary | 10111110 | 10011110 | 10000101 | 0 | 10001 | 11110 | 11001 | 11010 | 11110 | 111111 |
Color Harmonies of #BE9E85
Complementary color
Monochromatic Colors of #BE9E85
Black with #BE9E85
Text Example
Text Example
White with #BE9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E85; }
p { color: rgb(190,158,133); }
H1.HeaderClassName
{
color: #BE9E85;
}
.AnyTagClassName
{
color: #BE9E85;
}
</style>
background-color css
<style>
a { background-color: #BE9E85; }
a { background-color: rgb(190,158,133); }
div.DivClassName
{
background-color: #BE9E85;
}
.BgClassName
{
background-color: #BE9E85;
}
</style>
border-color css
<style>
span { border-color: #BE9E85; }
span { border-color: rgb(190,158,133); }
td.TdClassName
{
border-color: #BE9E85;
}
.TagClassName
{
border-color: #BE9E85;
}
</style>