Shades of Pale Taupe #BC8D73
Tints of Pale Taupe #BC8D73
RGB
CMYK
RGB Variations
Color information
#BC8D73 (or 0xBC8D73) is known color: Pale Taupe. HEX triplet: BC, 8D and 73. RGB value is (188,141,115). Sum of RGB (Red+Green+Blue) = 188+141+115=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D73 is #43728C. Grayscale: #989898. Windows color (decimal): -4420237 or 7572924. OLE color: 7572924.
HSL color Cylindrical-coordinate representation of color #BC8D73: hue angle of 21.37º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8D73 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 115 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.26 |
| HSL | 21.37º | 0.35% | 0.59% | - |
| HSV(B) | 21.37º | 0.39% | 0.74% | - |
| XYZ | 33.36 | 30.98 | 20.44 | - |
| YUV | 152.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 115 | 0 | 0.25 | 0.39 | 0.26 | 21.37 | 0.35 | 0.59 |
| Hex | BC | 8D | 73 | 0 | 19 | 27 | 1A | 15 | 23 | 3B |
| Octal | 274 | 215 | 163 | 0 | 31 | 47 | 32 | 25 | 43 | 73 |
| Binary | 10111100 | 10001101 | 1110011 | 0 | 11001 | 100111 | 11010 | 10101 | 100011 | 111011 |
Color Harmonies of #BC8D73
Complementary color
Monochromatic Colors of #BC8D73
Black with #BC8D73
Text Example
Text Example
White with #BC8D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D73; }
p { color: rgb(188,141,115); }
H1.HeaderClassName
{
color: #BC8D73;
}
.AnyTagClassName
{
color: #BC8D73;
}
</style>
background-color css
<style>
a { background-color: #BC8D73; }
a { background-color: rgb(188,141,115); }
div.DivClassName
{
background-color: #BC8D73;
}
.BgClassName
{
background-color: #BC8D73;
}
</style>
border-color css
<style>
span { border-color: #BC8D73; }
span { border-color: rgb(188,141,115); }
td.TdClassName
{
border-color: #BC8D73;
}
.TagClassName
{
border-color: #BC8D73;
}
</style>