Shades of Pale Taupe #BC9C80
Tints of Pale Taupe #BC9C80
RGB
CMYK
RGB Variations
Color information
#BC9C80 (or 0xBC9C80) is known color: Pale Taupe. HEX triplet: BC, 9C and 80. RGB value is (188,156,128). Sum of RGB (Red+Green+Blue) = 188+156+128=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C80 is #43637F. Grayscale: #A2A2A2. Windows color (decimal): -4416384 or 8428732. OLE color: 8428732.
HSL color Cylindrical-coordinate representation of color #BC9C80: hue angle of 28º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9C80 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 128 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.26 |
| HSL | 28º | 0.31% | 0.62% | - |
| HSV(B) | 28º | 0.32% | 0.74% | - |
| XYZ | 36.52 | 36.03 | 25.45 | - |
| YUV | 162.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 128 | 0 | 0.17 | 0.32 | 0.26 | 28 | 0.31 | 0.62 |
| Hex | BC | 9C | 80 | 0 | 11 | 20 | 1A | 1C | 1F | 3E |
| Octal | 274 | 234 | 200 | 0 | 21 | 40 | 32 | 34 | 37 | 76 |
| Binary | 10111100 | 10011100 | 10000000 | 0 | 10001 | 100000 | 11010 | 11100 | 11111 | 111110 |
Color Harmonies of #BC9C80
Complementary color
Monochromatic Colors of #BC9C80
Black with #BC9C80
Text Example
Text Example
White with #BC9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C80; }
p { color: rgb(188,156,128); }
H1.HeaderClassName
{
color: #BC9C80;
}
.AnyTagClassName
{
color: #BC9C80;
}
</style>
background-color css
<style>
a { background-color: #BC9C80; }
a { background-color: rgb(188,156,128); }
div.DivClassName
{
background-color: #BC9C80;
}
.BgClassName
{
background-color: #BC9C80;
}
</style>
border-color css
<style>
span { border-color: #BC9C80; }
span { border-color: rgb(188,156,128); }
td.TdClassName
{
border-color: #BC9C80;
}
.TagClassName
{
border-color: #BC9C80;
}
</style>