Shades of Pale Taupe #BC9A84
Tints of Pale Taupe #BC9A84
RGB
CMYK
RGB Variations
Color information
#BC9A84 (or 0xBC9A84) is known color: Pale Taupe. HEX triplet: BC, 9A and 84. RGB value is (188,154,132). Sum of RGB (Red+Green+Blue) = 188+154+132=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A84 is #43657B. Grayscale: #A1A1A1. Windows color (decimal): -4416892 or 8690364. OLE color: 8690364.
HSL color Cylindrical-coordinate representation of color #BC9A84: hue angle of 23.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9A84 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 132 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.26 |
| HSL | 23.57º | 0.29% | 0.63% | - |
| HSV(B) | 23.57º | 0.3% | 0.74% | - |
| XYZ | 36.46 | 35.47 | 26.75 | - |
| YUV | 161.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 132 | 0 | 0.18 | 0.30 | 0.26 | 23.57 | 0.29 | 0.63 |
| Hex | BC | 9A | 84 | 0 | 12 | 1E | 1A | 18 | 1D | 3F |
| Octal | 274 | 232 | 204 | 0 | 22 | 36 | 32 | 30 | 35 | 77 |
| Binary | 10111100 | 10011010 | 10000100 | 0 | 10010 | 11110 | 11010 | 11000 | 11101 | 111111 |
Color Harmonies of #BC9A84
Complementary color
Monochromatic Colors of #BC9A84
Black with #BC9A84
Text Example
Text Example
White with #BC9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A84; }
p { color: rgb(188,154,132); }
H1.HeaderClassName
{
color: #BC9A84;
}
.AnyTagClassName
{
color: #BC9A84;
}
</style>
background-color css
<style>
a { background-color: #BC9A84; }
a { background-color: rgb(188,154,132); }
div.DivClassName
{
background-color: #BC9A84;
}
.BgClassName
{
background-color: #BC9A84;
}
</style>
border-color css
<style>
span { border-color: #BC9A84; }
span { border-color: rgb(188,154,132); }
td.TdClassName
{
border-color: #BC9A84;
}
.TagClassName
{
border-color: #BC9A84;
}
</style>