Shades of Puce #BC848A
Tints of Puce #BC848A
RGB
CMYK
RGB Variations
Color information
#BC848A (or 0xBC848A) is known color: Puce. HEX triplet: BC, 84 and 8A. RGB value is (188,132,138). Sum of RGB (Red+Green+Blue) = 188+132+138=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC848A is #437B75. Grayscale: #959595. Windows color (decimal): -4422518 or 9077948. OLE color: 9077948.
HSL color Cylindrical-coordinate representation of color #BC848A: hue angle of 353.57º 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 #BC848A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 138 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.26 |
| HSL | 353.57º | 0.29% | 0.63% | - |
| HSV(B) | 353.57º | 0.3% | 0.74% | - |
| XYZ | 33.58 | 29.03 | 27.88 | - |
| YUV | 149.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 138 | 0 | 0.30 | 0.27 | 0.26 | 353.57 | 0.29 | 0.63 |
| Hex | BC | 84 | 8A | 0 | 1E | 1B | 1A | 162 | 1D | 3F |
| Octal | 274 | 204 | 212 | 0 | 36 | 33 | 32 | 542 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10001010 | 0 | 11110 | 11011 | 11010 | 101100010 | 11101 | 111111 |
Color Harmonies of #BC848A
Complementary color
Monochromatic Colors of #BC848A
Black with #BC848A
Text Example
Text Example
White with #BC848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC848A; }
p { color: rgb(188,132,138); }
H1.HeaderClassName
{
color: #BC848A;
}
.AnyTagClassName
{
color: #BC848A;
}
</style>
background-color css
<style>
a { background-color: #BC848A; }
a { background-color: rgb(188,132,138); }
div.DivClassName
{
background-color: #BC848A;
}
.BgClassName
{
background-color: #BC848A;
}
</style>
border-color css
<style>
span { border-color: #BC848A; }
span { border-color: rgb(188,132,138); }
td.TdClassName
{
border-color: #BC848A;
}
.TagClassName
{
border-color: #BC848A;
}
</style>