Shades of Pale Taupe #BC9482
Tints of Pale Taupe #BC9482
RGB
CMYK
RGB Variations
Color information
#BC9482 (or 0xBC9482) is known color: Pale Taupe. HEX triplet: BC, 94 and 82. RGB value is (188,148,130). Sum of RGB (Red+Green+Blue) = 188+148+130=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9482 is #436B7D. Grayscale: #9E9E9E. Windows color (decimal): -4418430 or 8557756. OLE color: 8557756.
HSL color Cylindrical-coordinate representation of color #BC9482: hue angle of 18.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9482 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 130 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.26 |
| HSL | 18.62º | 0.3% | 0.62% | - |
| HSV(B) | 18.62º | 0.31% | 0.74% | - |
| XYZ | 35.36 | 33.48 | 25.72 | - |
| YUV | 157.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 130 | 0 | 0.21 | 0.31 | 0.26 | 18.62 | 0.3 | 0.62 |
| Hex | BC | 94 | 82 | 0 | 15 | 1F | 1A | 13 | 1E | 3E |
| Octal | 274 | 224 | 202 | 0 | 25 | 37 | 32 | 23 | 36 | 76 |
| Binary | 10111100 | 10010100 | 10000010 | 0 | 10101 | 11111 | 11010 | 10011 | 11110 | 111110 |
Color Harmonies of #BC9482
Complementary color
Monochromatic Colors of #BC9482
Black with #BC9482
Text Example
Text Example
White with #BC9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9482; }
p { color: rgb(188,148,130); }
H1.HeaderClassName
{
color: #BC9482;
}
.AnyTagClassName
{
color: #BC9482;
}
</style>
background-color css
<style>
a { background-color: #BC9482; }
a { background-color: rgb(188,148,130); }
div.DivClassName
{
background-color: #BC9482;
}
.BgClassName
{
background-color: #BC9482;
}
</style>
border-color css
<style>
span { border-color: #BC9482; }
span { border-color: rgb(188,148,130); }
td.TdClassName
{
border-color: #BC9482;
}
.TagClassName
{
border-color: #BC9482;
}
</style>