Shades of Puce #BC848C
Tints of Puce #BC848C
RGB
CMYK
RGB Variations
Color information
#BC848C (or 0xBC848C) is known color: Puce. HEX triplet: BC, 84 and 8C. RGB value is (188,132,140). Sum of RGB (Red+Green+Blue) = 188+132+140=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC848C is #437B73. Grayscale: #959595. Windows color (decimal): -4422516 or 9209020. OLE color: 9209020.
HSL color Cylindrical-coordinate representation of color #BC848C: hue angle of 351.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC848C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 140 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.26 |
| HSL | 351.43º | 0.29% | 0.63% | - |
| HSV(B) | 351.43º | 0.3% | 0.74% | - |
| XYZ | 33.72 | 29.09 | 28.65 | - |
| YUV | 149.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 140 | 0 | 0.30 | 0.26 | 0.26 | 351.43 | 0.29 | 0.63 |
| Hex | BC | 84 | 8C | 0 | 1E | 1A | 1A | 15F | 1D | 3F |
| Octal | 274 | 204 | 214 | 0 | 36 | 32 | 32 | 537 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10001100 | 0 | 11110 | 11010 | 11010 | 101011111 | 11101 | 111111 |
Color Harmonies of #BC848C
Complementary color
Monochromatic Colors of #BC848C
Black with #BC848C
Text Example
Text Example
White with #BC848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC848C; }
p { color: rgb(188,132,140); }
H1.HeaderClassName
{
color: #BC848C;
}
.AnyTagClassName
{
color: #BC848C;
}
</style>
background-color css
<style>
a { background-color: #BC848C; }
a { background-color: rgb(188,132,140); }
div.DivClassName
{
background-color: #BC848C;
}
.BgClassName
{
background-color: #BC848C;
}
</style>
border-color css
<style>
span { border-color: #BC848C; }
span { border-color: rgb(188,132,140); }
td.TdClassName
{
border-color: #BC848C;
}
.TagClassName
{
border-color: #BC848C;
}
</style>