Shades of Pale Taupe #BC9982
Tints of Pale Taupe #BC9982
RGB
CMYK
RGB Variations
Color information
#BC9982 (or 0xBC9982) is known color: Pale Taupe. HEX triplet: BC, 99 and 82. RGB value is (188,153,130). Sum of RGB (Red+Green+Blue) = 188+153+130=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9982 is #43667D. Grayscale: #A0A0A0. Windows color (decimal): -4417150 or 8559036. OLE color: 8559036.
HSL color Cylindrical-coordinate representation of color #BC9982: hue angle of 23.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9982 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 130 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.26 |
| HSL | 23.79º | 0.3% | 0.62% | - |
| HSV(B) | 23.79º | 0.31% | 0.74% | - |
| XYZ | 36.16 | 35.09 | 25.99 | - |
| YUV | 160.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 130 | 0 | 0.19 | 0.31 | 0.26 | 23.79 | 0.3 | 0.62 |
| Hex | BC | 99 | 82 | 0 | 13 | 1F | 1A | 18 | 1E | 3E |
| Octal | 274 | 231 | 202 | 0 | 23 | 37 | 32 | 30 | 36 | 76 |
| Binary | 10111100 | 10011001 | 10000010 | 0 | 10011 | 11111 | 11010 | 11000 | 11110 | 111110 |
Color Harmonies of #BC9982
Complementary color
Monochromatic Colors of #BC9982
Black with #BC9982
Text Example
Text Example
White with #BC9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9982; }
p { color: rgb(188,153,130); }
H1.HeaderClassName
{
color: #BC9982;
}
.AnyTagClassName
{
color: #BC9982;
}
</style>
background-color css
<style>
a { background-color: #BC9982; }
a { background-color: rgb(188,153,130); }
div.DivClassName
{
background-color: #BC9982;
}
.BgClassName
{
background-color: #BC9982;
}
</style>
border-color css
<style>
span { border-color: #BC9982; }
span { border-color: rgb(188,153,130); }
td.TdClassName
{
border-color: #BC9982;
}
.TagClassName
{
border-color: #BC9982;
}
</style>