Shades of Pale Taupe #BD9B84
Tints of Pale Taupe #BD9B84
RGB
CMYK
RGB Variations
Color information
#BD9B84 (or 0xBD9B84) is known color: Pale Taupe. HEX triplet: BD, 9B and 84. RGB value is (189,155,132). Sum of RGB (Red+Green+Blue) = 189+155+132=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B84 is #42647B. Grayscale: #A2A2A2. Windows color (decimal): -4351100 or 8690621. OLE color: 8690621.
HSL color Cylindrical-coordinate representation of color #BD9B84: hue angle of 24.21º 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 #BD9B84 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 132 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.26 |
| HSL | 24.21º | 0.3% | 0.63% | - |
| HSV(B) | 24.21º | 0.3% | 0.74% | - |
| XYZ | 36.87 | 35.93 | 26.82 | - |
| YUV | 162.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 132 | 0 | 0.18 | 0.30 | 0.26 | 24.21 | 0.3 | 0.63 |
| Hex | BD | 9B | 84 | 0 | 12 | 1E | 1A | 18 | 1E | 3F |
| Octal | 275 | 233 | 204 | 0 | 22 | 36 | 32 | 30 | 36 | 77 |
| Binary | 10111101 | 10011011 | 10000100 | 0 | 10010 | 11110 | 11010 | 11000 | 11110 | 111111 |
Color Harmonies of #BD9B84
Complementary color
Monochromatic Colors of #BD9B84
Black with #BD9B84
Text Example
Text Example
White with #BD9B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B84; }
p { color: rgb(189,155,132); }
H1.HeaderClassName
{
color: #BD9B84;
}
.AnyTagClassName
{
color: #BD9B84;
}
</style>
background-color css
<style>
a { background-color: #BD9B84; }
a { background-color: rgb(189,155,132); }
div.DivClassName
{
background-color: #BD9B84;
}
.BgClassName
{
background-color: #BD9B84;
}
</style>
border-color css
<style>
span { border-color: #BD9B84; }
span { border-color: rgb(189,155,132); }
td.TdClassName
{
border-color: #BD9B84;
}
.TagClassName
{
border-color: #BD9B84;
}
</style>