Shades of Pale Taupe #BC9E80
Tints of Pale Taupe #BC9E80
RGB
CMYK
RGB Variations
Color information
#BC9E80 (or 0xBC9E80) is known color: Pale Taupe. HEX triplet: BC, 9E and 80. RGB value is (188,158,128). Sum of RGB (Red+Green+Blue) = 188+158+128=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9E80 is #43617F. Grayscale: #A3A3A3. Windows color (decimal): -4415872 or 8429244. OLE color: 8429244.
HSL color Cylindrical-coordinate representation of color #BC9E80: hue angle of 30º 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 #BC9E80 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 128 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.26 |
| HSL | 30º | 0.31% | 0.62% | - |
| HSV(B) | 30º | 0.32% | 0.74% | - |
| XYZ | 36.86 | 36.7 | 25.56 | - |
| YUV | 163.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 128 | 0 | 0.16 | 0.32 | 0.26 | 30 | 0.31 | 0.62 |
| Hex | BC | 9E | 80 | 0 | 10 | 20 | 1A | 1E | 1F | 3E |
| Octal | 274 | 236 | 200 | 0 | 20 | 40 | 32 | 36 | 37 | 76 |
| Binary | 10111100 | 10011110 | 10000000 | 0 | 10000 | 100000 | 11010 | 11110 | 11111 | 111110 |
Color Harmonies of #BC9E80
Complementary color
Monochromatic Colors of #BC9E80
Black with #BC9E80
Text Example
Text Example
White with #BC9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E80; }
p { color: rgb(188,158,128); }
H1.HeaderClassName
{
color: #BC9E80;
}
.AnyTagClassName
{
color: #BC9E80;
}
</style>
background-color css
<style>
a { background-color: #BC9E80; }
a { background-color: rgb(188,158,128); }
div.DivClassName
{
background-color: #BC9E80;
}
.BgClassName
{
background-color: #BC9E80;
}
</style>
border-color css
<style>
span { border-color: #BC9E80; }
span { border-color: rgb(188,158,128); }
td.TdClassName
{
border-color: #BC9E80;
}
.TagClassName
{
border-color: #BC9E80;
}
</style>