Shades of Pale Taupe #BC8D76
Tints of Pale Taupe #BC8D76
RGB
CMYK
RGB Variations
Color information
#BC8D76 (or 0xBC8D76) is known color: Pale Taupe. HEX triplet: BC, 8D and 76. RGB value is (188,141,118). Sum of RGB (Red+Green+Blue) = 188+141+118=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D76 is #437289. Grayscale: #989898. Windows color (decimal): -4420234 or 7769532. OLE color: 7769532.
HSL color Cylindrical-coordinate representation of color #BC8D76: hue angle of 19.71º 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 #BC8D76 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 118 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.26 |
| HSL | 19.71º | 0.34% | 0.6% | - |
| HSV(B) | 19.71º | 0.37% | 0.74% | - |
| XYZ | 33.53 | 31.05 | 21.37 | - |
| YUV | 152.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 118 | 0 | 0.25 | 0.37 | 0.26 | 19.71 | 0.34 | 0.6 |
| Hex | BC | 8D | 76 | 0 | 19 | 25 | 1A | 14 | 22 | 3C |
| Octal | 274 | 215 | 166 | 0 | 31 | 45 | 32 | 24 | 42 | 74 |
| Binary | 10111100 | 10001101 | 1110110 | 0 | 11001 | 100101 | 11010 | 10100 | 100010 | 111100 |
Color Harmonies of #BC8D76
Complementary color
Monochromatic Colors of #BC8D76
Black with #BC8D76
Text Example
Text Example
White with #BC8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D76; }
p { color: rgb(188,141,118); }
H1.HeaderClassName
{
color: #BC8D76;
}
.AnyTagClassName
{
color: #BC8D76;
}
</style>
background-color css
<style>
a { background-color: #BC8D76; }
a { background-color: rgb(188,141,118); }
div.DivClassName
{
background-color: #BC8D76;
}
.BgClassName
{
background-color: #BC8D76;
}
</style>
border-color css
<style>
span { border-color: #BC8D76; }
span { border-color: rgb(188,141,118); }
td.TdClassName
{
border-color: #BC8D76;
}
.TagClassName
{
border-color: #BC8D76;
}
</style>