Shades of Pale Taupe #BD9E85
Tints of Pale Taupe #BD9E85
RGB
CMYK
RGB Variations
Color information
#BD9E85 (or 0xBD9E85) is known color: Pale Taupe. HEX triplet: BD, 9E and 85. RGB value is (189,158,133). Sum of RGB (Red+Green+Blue) = 189+158+133=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E85 is #42617A. Grayscale: #A4A4A4. Windows color (decimal): -4350331 or 8756925. OLE color: 8756925.
HSL color Cylindrical-coordinate representation of color #BD9E85: hue angle of 26.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9E85 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 133 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.26 |
| HSL | 26.79º | 0.3% | 0.63% | - |
| HSV(B) | 26.79º | 0.3% | 0.74% | - |
| XYZ | 37.45 | 36.97 | 27.35 | - |
| YUV | 164.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 133 | 0 | 0.16 | 0.30 | 0.26 | 26.79 | 0.3 | 0.63 |
| Hex | BD | 9E | 85 | 0 | 10 | 1E | 1A | 1B | 1E | 3F |
| Octal | 275 | 236 | 205 | 0 | 20 | 36 | 32 | 33 | 36 | 77 |
| Binary | 10111101 | 10011110 | 10000101 | 0 | 10000 | 11110 | 11010 | 11011 | 11110 | 111111 |
Color Harmonies of #BD9E85
Complementary color
Monochromatic Colors of #BD9E85
Black with #BD9E85
Text Example
Text Example
White with #BD9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E85; }
p { color: rgb(189,158,133); }
H1.HeaderClassName
{
color: #BD9E85;
}
.AnyTagClassName
{
color: #BD9E85;
}
</style>
background-color css
<style>
a { background-color: #BD9E85; }
a { background-color: rgb(189,158,133); }
div.DivClassName
{
background-color: #BD9E85;
}
.BgClassName
{
background-color: #BD9E85;
}
</style>
border-color css
<style>
span { border-color: #BD9E85; }
span { border-color: rgb(189,158,133); }
td.TdClassName
{
border-color: #BD9E85;
}
.TagClassName
{
border-color: #BD9E85;
}
</style>