Shades of Pale Taupe #BD9D84
Tints of Pale Taupe #BD9D84
RGB
CMYK
RGB Variations
Color information
#BD9D84 (or 0xBD9D84) is known color: Pale Taupe. HEX triplet: BD, 9D and 84. RGB value is (189,157,132). Sum of RGB (Red+Green+Blue) = 189+157+132=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D84 is #42627B. Grayscale: #A3A3A3. Windows color (decimal): -4350588 or 8691133. OLE color: 8691133.
HSL color Cylindrical-coordinate representation of color #BD9D84: hue angle of 26.32º 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 #BD9D84 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 132 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.26 |
| HSL | 26.32º | 0.3% | 0.63% | - |
| HSV(B) | 26.32º | 0.3% | 0.74% | - |
| XYZ | 37.21 | 36.6 | 26.93 | - |
| YUV | 163.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 132 | 0 | 0.17 | 0.30 | 0.26 | 26.32 | 0.3 | 0.63 |
| Hex | BD | 9D | 84 | 0 | 11 | 1E | 1A | 1A | 1E | 3F |
| Octal | 275 | 235 | 204 | 0 | 21 | 36 | 32 | 32 | 36 | 77 |
| Binary | 10111101 | 10011101 | 10000100 | 0 | 10001 | 11110 | 11010 | 11010 | 11110 | 111111 |
Color Harmonies of #BD9D84
Complementary color
Monochromatic Colors of #BD9D84
Black with #BD9D84
Text Example
Text Example
White with #BD9D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D84; }
p { color: rgb(189,157,132); }
H1.HeaderClassName
{
color: #BD9D84;
}
.AnyTagClassName
{
color: #BD9D84;
}
</style>
background-color css
<style>
a { background-color: #BD9D84; }
a { background-color: rgb(189,157,132); }
div.DivClassName
{
background-color: #BD9D84;
}
.BgClassName
{
background-color: #BD9D84;
}
</style>
border-color css
<style>
span { border-color: #BD9D84; }
span { border-color: rgb(189,157,132); }
td.TdClassName
{
border-color: #BD9D84;
}
.TagClassName
{
border-color: #BD9D84;
}
</style>