Shades of Pale Taupe #BC9882
Tints of Pale Taupe #BC9882
RGB
CMYK
RGB Variations
Color information
#BC9882 (or 0xBC9882) is known color: Pale Taupe. HEX triplet: BC, 98 and 82. RGB value is (188,152,130). Sum of RGB (Red+Green+Blue) = 188+152+130=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9882 is #43677D. Grayscale: #A0A0A0. Windows color (decimal): -4417406 or 8558780. OLE color: 8558780.
HSL color Cylindrical-coordinate representation of color #BC9882: hue angle of 22.76º 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 #BC9882 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 130 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.26 |
| HSL | 22.76º | 0.3% | 0.62% | - |
| HSV(B) | 22.76º | 0.31% | 0.74% | - |
| XYZ | 36 | 34.76 | 25.93 | - |
| YUV | 160.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 130 | 0 | 0.19 | 0.31 | 0.26 | 22.76 | 0.3 | 0.62 |
| Hex | BC | 98 | 82 | 0 | 13 | 1F | 1A | 17 | 1E | 3E |
| Octal | 274 | 230 | 202 | 0 | 23 | 37 | 32 | 27 | 36 | 76 |
| Binary | 10111100 | 10011000 | 10000010 | 0 | 10011 | 11111 | 11010 | 10111 | 11110 | 111110 |
Color Harmonies of #BC9882
Complementary color
Monochromatic Colors of #BC9882
Black with #BC9882
Text Example
Text Example
White with #BC9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9882; }
p { color: rgb(188,152,130); }
H1.HeaderClassName
{
color: #BC9882;
}
.AnyTagClassName
{
color: #BC9882;
}
</style>
background-color css
<style>
a { background-color: #BC9882; }
a { background-color: rgb(188,152,130); }
div.DivClassName
{
background-color: #BC9882;
}
.BgClassName
{
background-color: #BC9882;
}
</style>
border-color css
<style>
span { border-color: #BC9882; }
span { border-color: rgb(188,152,130); }
td.TdClassName
{
border-color: #BC9882;
}
.TagClassName
{
border-color: #BC9882;
}
</style>