Shades of Pale Taupe #BD9982
Tints of Pale Taupe #BD9982
RGB
CMYK
RGB Variations
Color information
#BD9982 (or 0xBD9982) is known color: Pale Taupe. HEX triplet: BD, 99 and 82. RGB value is (189,153,130). Sum of RGB (Red+Green+Blue) = 189+153+130=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9982 is #42667D. Grayscale: #A1A1A1. Windows color (decimal): -4351614 or 8559037. OLE color: 8559037.
HSL color Cylindrical-coordinate representation of color #BD9982: hue angle of 23.39º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9982 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 130 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.26 |
| HSL | 23.39º | 0.31% | 0.63% | - |
| HSV(B) | 23.39º | 0.31% | 0.74% | - |
| XYZ | 36.41 | 35.21 | 26 | - |
| YUV | 161.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 130 | 0 | 0.19 | 0.31 | 0.26 | 23.39 | 0.31 | 0.63 |
| Hex | BD | 99 | 82 | 0 | 13 | 1F | 1A | 17 | 1F | 3F |
| Octal | 275 | 231 | 202 | 0 | 23 | 37 | 32 | 27 | 37 | 77 |
| Binary | 10111101 | 10011001 | 10000010 | 0 | 10011 | 11111 | 11010 | 10111 | 11111 | 111111 |
Color Harmonies of #BD9982
Complementary color
Monochromatic Colors of #BD9982
Black with #BD9982
Text Example
Text Example
White with #BD9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9982; }
p { color: rgb(189,153,130); }
H1.HeaderClassName
{
color: #BD9982;
}
.AnyTagClassName
{
color: #BD9982;
}
</style>
background-color css
<style>
a { background-color: #BD9982; }
a { background-color: rgb(189,153,130); }
div.DivClassName
{
background-color: #BD9982;
}
.BgClassName
{
background-color: #BD9982;
}
</style>
border-color css
<style>
span { border-color: #BD9982; }
span { border-color: rgb(189,153,130); }
td.TdClassName
{
border-color: #BD9982;
}
.TagClassName
{
border-color: #BD9982;
}
</style>