Shades of Pale Taupe #BD987D
Tints of Pale Taupe #BD987D
RGB
CMYK
RGB Variations
Color information
#BD987D (or 0xBD987D) is known color: Pale Taupe. HEX triplet: BD, 98 and 7D. RGB value is (189,152,125). Sum of RGB (Red+Green+Blue) = 189+152+125=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD987D is #426782. Grayscale: #A0A0A0. Windows color (decimal): -4351875 or 8231101. OLE color: 8231101.
HSL color Cylindrical-coordinate representation of color #BD987D: hue angle of 25.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD987D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 125 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.26 |
| HSL | 25.31º | 0.33% | 0.62% | - |
| HSV(B) | 25.31º | 0.34% | 0.74% | - |
| XYZ | 35.92 | 34.76 | 24.22 | - |
| YUV | 159.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 125 | 0 | 0.20 | 0.34 | 0.26 | 25.31 | 0.33 | 0.62 |
| Hex | BD | 98 | 7D | 0 | 14 | 22 | 1A | 19 | 21 | 3E |
| Octal | 275 | 230 | 175 | 0 | 24 | 42 | 32 | 31 | 41 | 76 |
| Binary | 10111101 | 10011000 | 1111101 | 0 | 10100 | 100010 | 11010 | 11001 | 100001 | 111110 |
Color Harmonies of #BD987D
Complementary color
Monochromatic Colors of #BD987D
Black with #BD987D
Text Example
Text Example
White with #BD987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD987D; }
p { color: rgb(189,152,125); }
H1.HeaderClassName
{
color: #BD987D;
}
.AnyTagClassName
{
color: #BD987D;
}
</style>
background-color css
<style>
a { background-color: #BD987D; }
a { background-color: rgb(189,152,125); }
div.DivClassName
{
background-color: #BD987D;
}
.BgClassName
{
background-color: #BD987D;
}
</style>
border-color css
<style>
span { border-color: #BD987D; }
span { border-color: rgb(189,152,125); }
td.TdClassName
{
border-color: #BD987D;
}
.TagClassName
{
border-color: #BD987D;
}
</style>