Shades of Pale Taupe #BC9976
Tints of Pale Taupe #BC9976
RGB
CMYK
RGB Variations
Color information
#BC9976 (or 0xBC9976) is known color: Pale Taupe. HEX triplet: BC, 99 and 76. RGB value is (188,153,118). Sum of RGB (Red+Green+Blue) = 188+153+118=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9976 is #436689. Grayscale: #9F9F9F. Windows color (decimal): -4417162 or 7772604. OLE color: 7772604.
HSL color Cylindrical-coordinate representation of color #BC9976: hue angle of 30º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9976 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 118 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.26 |
| HSL | 30º | 0.34% | 0.6% | - |
| HSV(B) | 30º | 0.37% | 0.74% | - |
| XYZ | 35.4 | 34.78 | 21.99 | - |
| YUV | 159.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 118 | 0 | 0.19 | 0.37 | 0.26 | 30 | 0.34 | 0.6 |
| Hex | BC | 99 | 76 | 0 | 13 | 25 | 1A | 1E | 22 | 3C |
| Octal | 274 | 231 | 166 | 0 | 23 | 45 | 32 | 36 | 42 | 74 |
| Binary | 10111100 | 10011001 | 1110110 | 0 | 10011 | 100101 | 11010 | 11110 | 100010 | 111100 |
Color Harmonies of #BC9976
Complementary color
Monochromatic Colors of #BC9976
Black with #BC9976
Text Example
Text Example
White with #BC9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9976; }
p { color: rgb(188,153,118); }
H1.HeaderClassName
{
color: #BC9976;
}
.AnyTagClassName
{
color: #BC9976;
}
</style>
background-color css
<style>
a { background-color: #BC9976; }
a { background-color: rgb(188,153,118); }
div.DivClassName
{
background-color: #BC9976;
}
.BgClassName
{
background-color: #BC9976;
}
</style>
border-color css
<style>
span { border-color: #BC9976; }
span { border-color: rgb(188,153,118); }
td.TdClassName
{
border-color: #BC9976;
}
.TagClassName
{
border-color: #BC9976;
}
</style>