Shades of Pale Taupe #BC987F
Tints of Pale Taupe #BC987F
RGB
CMYK
RGB Variations
Color information
#BC987F (or 0xBC987F) is known color: Pale Taupe. HEX triplet: BC, 98 and 7F. RGB value is (188,152,127). Sum of RGB (Red+Green+Blue) = 188+152+127=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987F is #436780. Grayscale: #A0A0A0. Windows color (decimal): -4417409 or 8362172. OLE color: 8362172.
HSL color Cylindrical-coordinate representation of color #BC987F: hue angle of 24.59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC987F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 127 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.26 |
| HSL | 24.59º | 0.31% | 0.62% | - |
| HSV(B) | 24.59º | 0.32% | 0.74% | - |
| XYZ | 35.8 | 34.68 | 24.89 | - |
| YUV | 159.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 127 | 0 | 0.19 | 0.32 | 0.26 | 24.59 | 0.31 | 0.62 |
| Hex | BC | 98 | 7F | 0 | 13 | 20 | 1A | 19 | 1F | 3E |
| Octal | 274 | 230 | 177 | 0 | 23 | 40 | 32 | 31 | 37 | 76 |
| Binary | 10111100 | 10011000 | 1111111 | 0 | 10011 | 100000 | 11010 | 11001 | 11111 | 111110 |
Color Harmonies of #BC987F
Complementary color
Monochromatic Colors of #BC987F
Black with #BC987F
Text Example
Text Example
White with #BC987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC987F; }
p { color: rgb(188,152,127); }
H1.HeaderClassName
{
color: #BC987F;
}
.AnyTagClassName
{
color: #BC987F;
}
</style>
background-color css
<style>
a { background-color: #BC987F; }
a { background-color: rgb(188,152,127); }
div.DivClassName
{
background-color: #BC987F;
}
.BgClassName
{
background-color: #BC987F;
}
</style>
border-color css
<style>
span { border-color: #BC987F; }
span { border-color: rgb(188,152,127); }
td.TdClassName
{
border-color: #BC987F;
}
.TagClassName
{
border-color: #BC987F;
}
</style>