Shades of Pale Taupe #BC9986
Tints of Pale Taupe #BC9986
RGB
CMYK
RGB Variations
Color information
#BC9986 (or 0xBC9986) is known color: Pale Taupe. HEX triplet: BC, 99 and 86. RGB value is (188,153,134). Sum of RGB (Red+Green+Blue) = 188+153+134=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9986 is #436679. Grayscale: #A1A1A1. Windows color (decimal): -4417146 or 8821180. OLE color: 8821180.
HSL color Cylindrical-coordinate representation of color #BC9986: hue angle of 21.11º 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 #BC9986 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 134 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.26 |
| HSL | 21.11º | 0.29% | 0.63% | - |
| HSV(B) | 21.11º | 0.29% | 0.74% | - |
| XYZ | 36.43 | 35.2 | 27.43 | - |
| YUV | 161.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 134 | 0 | 0.19 | 0.29 | 0.26 | 21.11 | 0.29 | 0.63 |
| Hex | BC | 99 | 86 | 0 | 13 | 1D | 1A | 15 | 1D | 3F |
| Octal | 274 | 231 | 206 | 0 | 23 | 35 | 32 | 25 | 35 | 77 |
| Binary | 10111100 | 10011001 | 10000110 | 0 | 10011 | 11101 | 11010 | 10101 | 11101 | 111111 |
Color Harmonies of #BC9986
Complementary color
Monochromatic Colors of #BC9986
Black with #BC9986
Text Example
Text Example
White with #BC9986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9986; }
p { color: rgb(188,153,134); }
H1.HeaderClassName
{
color: #BC9986;
}
.AnyTagClassName
{
color: #BC9986;
}
</style>
background-color css
<style>
a { background-color: #BC9986; }
a { background-color: rgb(188,153,134); }
div.DivClassName
{
background-color: #BC9986;
}
.BgClassName
{
background-color: #BC9986;
}
</style>
border-color css
<style>
span { border-color: #BC9986; }
span { border-color: rgb(188,153,134); }
td.TdClassName
{
border-color: #BC9986;
}
.TagClassName
{
border-color: #BC9986;
}
</style>