Shades of Pale Taupe #BC987D
Tints of Pale Taupe #BC987D
RGB
CMYK
RGB Variations
Color information
#BC987D (or 0xBC987D) is known color: Pale Taupe. HEX triplet: BC, 98 and 7D. RGB value is (188,152,125). Sum of RGB (Red+Green+Blue) = 188+152+125=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987D is #436782. Grayscale: #9F9F9F. Windows color (decimal): -4417411 or 8231100. OLE color: 8231100.
HSL color Cylindrical-coordinate representation of color #BC987D: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC987D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 125 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.26 |
| HSL | 25.71º | 0.32% | 0.61% | - |
| HSV(B) | 25.71º | 0.34% | 0.74% | - |
| XYZ | 35.67 | 34.63 | 24.21 | - |
| YUV | 159.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 125 | 0 | 0.19 | 0.34 | 0.26 | 25.71 | 0.32 | 0.61 |
| Hex | BC | 98 | 7D | 0 | 13 | 22 | 1A | 1A | 20 | 3D |
| Octal | 274 | 230 | 175 | 0 | 23 | 42 | 32 | 32 | 40 | 75 |
| Binary | 10111100 | 10011000 | 1111101 | 0 | 10011 | 100010 | 11010 | 11010 | 100000 | 111101 |
Color Harmonies of #BC987D
Complementary color
Monochromatic Colors of #BC987D
Black with #BC987D
Text Example
Text Example
White with #BC987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC987D; }
p { color: rgb(188,152,125); }
H1.HeaderClassName
{
color: #BC987D;
}
.AnyTagClassName
{
color: #BC987D;
}
</style>
background-color css
<style>
a { background-color: #BC987D; }
a { background-color: rgb(188,152,125); }
div.DivClassName
{
background-color: #BC987D;
}
.BgClassName
{
background-color: #BC987D;
}
</style>
border-color css
<style>
span { border-color: #BC987D; }
span { border-color: rgb(188,152,125); }
td.TdClassName
{
border-color: #BC987D;
}
.TagClassName
{
border-color: #BC987D;
}
</style>