Shades of Puce #BC8097
Tints of Puce #BC8097
RGB
CMYK
RGB Variations
Color information
#BC8097 (or 0xBC8097) is known color: Puce. HEX triplet: BC, 80 and 97. RGB value is (188,128,151). Sum of RGB (Red+Green+Blue) = 188+128+151=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8097 is #437F68. Grayscale: #949494. Windows color (decimal): -4423529 or 9928892. OLE color: 9928892.
HSL color Cylindrical-coordinate representation of color #BC8097: hue angle of 337º 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 #BC8097 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 151 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.26 |
| HSL | 337º | 0.31% | 0.62% | - |
| HSV(B) | 337º | 0.32% | 0.74% | - |
| XYZ | 34.04 | 28.36 | 32.96 | - |
| YUV | 148.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 151 | 0 | 0.32 | 0.20 | 0.26 | 337 | 0.31 | 0.62 |
| Hex | BC | 80 | 97 | 0 | 20 | 14 | 1A | 151 | 1F | 3E |
| Octal | 274 | 200 | 227 | 0 | 40 | 24 | 32 | 521 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10010111 | 0 | 100000 | 10100 | 11010 | 101010001 | 11111 | 111110 |
Color Harmonies of #BC8097
Complementary color
Monochromatic Colors of #BC8097
Black with #BC8097
Text Example
Text Example
White with #BC8097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8097; }
p { color: rgb(188,128,151); }
H1.HeaderClassName
{
color: #BC8097;
}
.AnyTagClassName
{
color: #BC8097;
}
</style>
background-color css
<style>
a { background-color: #BC8097; }
a { background-color: rgb(188,128,151); }
div.DivClassName
{
background-color: #BC8097;
}
.BgClassName
{
background-color: #BC8097;
}
</style>
border-color css
<style>
span { border-color: #BC8097; }
span { border-color: rgb(188,128,151); }
td.TdClassName
{
border-color: #BC8097;
}
.TagClassName
{
border-color: #BC8097;
}
</style>