Shades of Pale Taupe #BD9D88
Tints of Pale Taupe #BD9D88
RGB
CMYK
RGB Variations
Color information
#BD9D88 (or 0xBD9D88) is known color: Pale Taupe. HEX triplet: BD, 9D and 88. RGB value is (189,157,136). Sum of RGB (Red+Green+Blue) = 189+157+136=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D88 is #426277. Grayscale: #A4A4A4. Windows color (decimal): -4350584 or 8953277. OLE color: 8953277.
HSL color Cylindrical-coordinate representation of color #BD9D88: hue angle of 23.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9D88 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 136 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.26 |
| HSL | 23.77º | 0.29% | 0.64% | - |
| HSV(B) | 23.77º | 0.28% | 0.74% | - |
| XYZ | 37.49 | 36.71 | 28.4 | - |
| YUV | 164.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 136 | 0 | 0.17 | 0.28 | 0.26 | 23.77 | 0.29 | 0.64 |
| Hex | BD | 9D | 88 | 0 | 11 | 1C | 1A | 18 | 1D | 40 |
| Octal | 275 | 235 | 210 | 0 | 21 | 34 | 32 | 30 | 35 | 100 |
| Binary | 10111101 | 10011101 | 10001000 | 0 | 10001 | 11100 | 11010 | 11000 | 11101 | 1000000 |
Color Harmonies of #BD9D88
Complementary color
Monochromatic Colors of #BD9D88
Black with #BD9D88
Text Example
Text Example
White with #BD9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D88; }
p { color: rgb(189,157,136); }
H1.HeaderClassName
{
color: #BD9D88;
}
.AnyTagClassName
{
color: #BD9D88;
}
</style>
background-color css
<style>
a { background-color: #BD9D88; }
a { background-color: rgb(189,157,136); }
div.DivClassName
{
background-color: #BD9D88;
}
.BgClassName
{
background-color: #BD9D88;
}
</style>
border-color css
<style>
span { border-color: #BD9D88; }
span { border-color: rgb(189,157,136); }
td.TdClassName
{
border-color: #BD9D88;
}
.TagClassName
{
border-color: #BD9D88;
}
</style>