Shades of Pale Taupe #BC9886
Tints of Pale Taupe #BC9886
RGB
CMYK
RGB Variations
Color information
#BC9886 (or 0xBC9886) is known color: Pale Taupe. HEX triplet: BC, 98 and 86. RGB value is (188,152,134). Sum of RGB (Red+Green+Blue) = 188+152+134=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9886 is #436779. Grayscale: #A0A0A0. Windows color (decimal): -4417402 or 8820924. OLE color: 8820924.
HSL color Cylindrical-coordinate representation of color #BC9886: hue angle of 20º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9886 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 134 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.26 |
| HSL | 20º | 0.29% | 0.63% | - |
| HSV(B) | 20º | 0.29% | 0.74% | - |
| XYZ | 36.27 | 34.87 | 27.37 | - |
| YUV | 160.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 134 | 0 | 0.19 | 0.29 | 0.26 | 20 | 0.29 | 0.63 |
| Hex | BC | 98 | 86 | 0 | 13 | 1D | 1A | 14 | 1D | 3F |
| Octal | 274 | 230 | 206 | 0 | 23 | 35 | 32 | 24 | 35 | 77 |
| Binary | 10111100 | 10011000 | 10000110 | 0 | 10011 | 11101 | 11010 | 10100 | 11101 | 111111 |
Color Harmonies of #BC9886
Complementary color
Monochromatic Colors of #BC9886
Black with #BC9886
Text Example
Text Example
White with #BC9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9886; }
p { color: rgb(188,152,134); }
H1.HeaderClassName
{
color: #BC9886;
}
.AnyTagClassName
{
color: #BC9886;
}
</style>
background-color css
<style>
a { background-color: #BC9886; }
a { background-color: rgb(188,152,134); }
div.DivClassName
{
background-color: #BC9886;
}
.BgClassName
{
background-color: #BC9886;
}
</style>
border-color css
<style>
span { border-color: #BC9886; }
span { border-color: rgb(188,152,134); }
td.TdClassName
{
border-color: #BC9886;
}
.TagClassName
{
border-color: #BC9886;
}
</style>