Shades of Puce #BC8095
Tints of Puce #BC8095
RGB
CMYK
RGB Variations
Color information
#BC8095 (or 0xBC8095) is known color: Puce. HEX triplet: BC, 80 and 95. RGB value is (188,128,149). Sum of RGB (Red+Green+Blue) = 188+128+149=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8095 is #437F6A. Grayscale: #949494. Windows color (decimal): -4423531 or 9797820. OLE color: 9797820.
HSL color Cylindrical-coordinate representation of color #BC8095: hue angle of 339º 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 #BC8095 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 149 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.26 |
| HSL | 339º | 0.31% | 0.62% | - |
| HSV(B) | 339º | 0.32% | 0.74% | - |
| XYZ | 33.88 | 28.3 | 32.11 | - |
| YUV | 148.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 149 | 0 | 0.32 | 0.21 | 0.26 | 339 | 0.31 | 0.62 |
| Hex | BC | 80 | 95 | 0 | 20 | 15 | 1A | 153 | 1F | 3E |
| Octal | 274 | 200 | 225 | 0 | 40 | 25 | 32 | 523 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10010101 | 0 | 100000 | 10101 | 11010 | 101010011 | 11111 | 111110 |
Color Harmonies of #BC8095
Complementary color
Monochromatic Colors of #BC8095
Black with #BC8095
Text Example
Text Example
White with #BC8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8095; }
p { color: rgb(188,128,149); }
H1.HeaderClassName
{
color: #BC8095;
}
.AnyTagClassName
{
color: #BC8095;
}
</style>
background-color css
<style>
a { background-color: #BC8095; }
a { background-color: rgb(188,128,149); }
div.DivClassName
{
background-color: #BC8095;
}
.BgClassName
{
background-color: #BC8095;
}
</style>
border-color css
<style>
span { border-color: #BC8095; }
span { border-color: rgb(188,128,149); }
td.TdClassName
{
border-color: #BC8095;
}
.TagClassName
{
border-color: #BC8095;
}
</style>