Shades of Pale Taupe #BD9885
Tints of Pale Taupe #BD9885
RGB
CMYK
RGB Variations
Color information
#BD9885 (or 0xBD9885) is known color: Pale Taupe. HEX triplet: BD, 98 and 85. RGB value is (189,152,133). Sum of RGB (Red+Green+Blue) = 189+152+133=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9885 is #42677A. Grayscale: #A1A1A1. Windows color (decimal): -4351867 or 8755389. OLE color: 8755389.
HSL color Cylindrical-coordinate representation of color #BD9885: hue angle of 20.36º 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 #BD9885 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 133 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.26 |
| HSL | 20.36º | 0.3% | 0.63% | - |
| HSV(B) | 20.36º | 0.3% | 0.74% | - |
| XYZ | 36.45 | 34.97 | 27.02 | - |
| YUV | 160.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 133 | 0 | 0.20 | 0.30 | 0.26 | 20.36 | 0.3 | 0.63 |
| Hex | BD | 98 | 85 | 0 | 14 | 1E | 1A | 14 | 1E | 3F |
| Octal | 275 | 230 | 205 | 0 | 24 | 36 | 32 | 24 | 36 | 77 |
| Binary | 10111101 | 10011000 | 10000101 | 0 | 10100 | 11110 | 11010 | 10100 | 11110 | 111111 |
Color Harmonies of #BD9885
Complementary color
Monochromatic Colors of #BD9885
Black with #BD9885
Text Example
Text Example
White with #BD9885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9885; }
p { color: rgb(189,152,133); }
H1.HeaderClassName
{
color: #BD9885;
}
.AnyTagClassName
{
color: #BD9885;
}
</style>
background-color css
<style>
a { background-color: #BD9885; }
a { background-color: rgb(189,152,133); }
div.DivClassName
{
background-color: #BD9885;
}
.BgClassName
{
background-color: #BD9885;
}
</style>
border-color css
<style>
span { border-color: #BD9885; }
span { border-color: rgb(189,152,133); }
td.TdClassName
{
border-color: #BD9885;
}
.TagClassName
{
border-color: #BD9885;
}
</style>