Shades of Puce #BC8294
Tints of Puce #BC8294
RGB
CMYK
RGB Variations
Color information
#BC8294 (or 0xBC8294) is known color: Puce. HEX triplet: BC, 82 and 94. RGB value is (188,130,148). Sum of RGB (Red+Green+Blue) = 188+130+148=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8294 is #437D6B. Grayscale: #959595. Windows color (decimal): -4423020 or 9732796. OLE color: 9732796.
HSL color Cylindrical-coordinate representation of color #BC8294: hue angle of 341.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8294 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 148 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.26 |
| HSL | 341.38º | 0.3% | 0.62% | - |
| HSV(B) | 341.38º | 0.31% | 0.74% | - |
| XYZ | 34.07 | 28.79 | 31.78 | - |
| YUV | 149.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 148 | 0 | 0.31 | 0.21 | 0.26 | 341.38 | 0.3 | 0.62 |
| Hex | BC | 82 | 94 | 0 | 1F | 15 | 1A | 155 | 1E | 3E |
| Octal | 274 | 202 | 224 | 0 | 37 | 25 | 32 | 525 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10010100 | 0 | 11111 | 10101 | 11010 | 101010101 | 11110 | 111110 |
Color Harmonies of #BC8294
Complementary color
Monochromatic Colors of #BC8294
Black with #BC8294
Text Example
Text Example
White with #BC8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8294; }
p { color: rgb(188,130,148); }
H1.HeaderClassName
{
color: #BC8294;
}
.AnyTagClassName
{
color: #BC8294;
}
</style>
background-color css
<style>
a { background-color: #BC8294; }
a { background-color: rgb(188,130,148); }
div.DivClassName
{
background-color: #BC8294;
}
.BgClassName
{
background-color: #BC8294;
}
</style>
border-color css
<style>
span { border-color: #BC8294; }
span { border-color: rgb(188,130,148); }
td.TdClassName
{
border-color: #BC8294;
}
.TagClassName
{
border-color: #BC8294;
}
</style>