Shades of Pale Taupe #BC8E76
Tints of Pale Taupe #BC8E76
RGB
CMYK
RGB Variations
Color information
#BC8E76 (or 0xBC8E76) is known color: Pale Taupe. HEX triplet: BC, 8E and 76. RGB value is (188,142,118). Sum of RGB (Red+Green+Blue) = 188+142+118=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E76 is #437189. Grayscale: #999999. Windows color (decimal): -4419978 or 7769788. OLE color: 7769788.
HSL color Cylindrical-coordinate representation of color #BC8E76: hue angle of 20.57º 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 #BC8E76 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 118 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.26 |
| HSL | 20.57º | 0.34% | 0.6% | - |
| HSV(B) | 20.57º | 0.37% | 0.74% | - |
| XYZ | 33.68 | 31.35 | 21.41 | - |
| YUV | 153.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 118 | 0 | 0.24 | 0.37 | 0.26 | 20.57 | 0.34 | 0.6 |
| Hex | BC | 8E | 76 | 0 | 18 | 25 | 1A | 15 | 22 | 3C |
| Octal | 274 | 216 | 166 | 0 | 30 | 45 | 32 | 25 | 42 | 74 |
| Binary | 10111100 | 10001110 | 1110110 | 0 | 11000 | 100101 | 11010 | 10101 | 100010 | 111100 |
Color Harmonies of #BC8E76
Complementary color
Monochromatic Colors of #BC8E76
Black with #BC8E76
Text Example
Text Example
White with #BC8E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E76; }
p { color: rgb(188,142,118); }
H1.HeaderClassName
{
color: #BC8E76;
}
.AnyTagClassName
{
color: #BC8E76;
}
</style>
background-color css
<style>
a { background-color: #BC8E76; }
a { background-color: rgb(188,142,118); }
div.DivClassName
{
background-color: #BC8E76;
}
.BgClassName
{
background-color: #BC8E76;
}
</style>
border-color css
<style>
span { border-color: #BC8E76; }
span { border-color: rgb(188,142,118); }
td.TdClassName
{
border-color: #BC8E76;
}
.TagClassName
{
border-color: #BC8E76;
}
</style>