Shades of Pale Taupe #BC987E
Tints of Pale Taupe #BC987E
RGB
CMYK
RGB Variations
Color information
#BC987E (or 0xBC987E) is known color: Pale Taupe. HEX triplet: BC, 98 and 7E. RGB value is (188,152,126). Sum of RGB (Red+Green+Blue) = 188+152+126=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987E is #436781. Grayscale: #9F9F9F. Windows color (decimal): -4417410 or 8296636. OLE color: 8296636.
HSL color Cylindrical-coordinate representation of color #BC987E: hue angle of 25.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC987E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 126 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.26 |
| HSL | 25.16º | 0.32% | 0.62% | - |
| HSV(B) | 25.16º | 0.33% | 0.74% | - |
| XYZ | 35.73 | 34.65 | 24.54 | - |
| YUV | 159.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 126 | 0 | 0.19 | 0.33 | 0.26 | 25.16 | 0.32 | 0.62 |
| Hex | BC | 98 | 7E | 0 | 13 | 21 | 1A | 19 | 20 | 3E |
| Octal | 274 | 230 | 176 | 0 | 23 | 41 | 32 | 31 | 40 | 76 |
| Binary | 10111100 | 10011000 | 1111110 | 0 | 10011 | 100001 | 11010 | 11001 | 100000 | 111110 |
Color Harmonies of #BC987E
Complementary color
Monochromatic Colors of #BC987E
Black with #BC987E
Text Example
Text Example
White with #BC987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC987E; }
p { color: rgb(188,152,126); }
H1.HeaderClassName
{
color: #BC987E;
}
.AnyTagClassName
{
color: #BC987E;
}
</style>
background-color css
<style>
a { background-color: #BC987E; }
a { background-color: rgb(188,152,126); }
div.DivClassName
{
background-color: #BC987E;
}
.BgClassName
{
background-color: #BC987E;
}
</style>
border-color css
<style>
span { border-color: #BC987E; }
span { border-color: rgb(188,152,126); }
td.TdClassName
{
border-color: #BC987E;
}
.TagClassName
{
border-color: #BC987E;
}
</style>