Shades of Puce #BC838C
Tints of Puce #BC838C
RGB
CMYK
RGB Variations
Color information
#BC838C (or 0xBC838C) is known color: Puce. HEX triplet: BC, 83 and 8C. RGB value is (188,131,140). Sum of RGB (Red+Green+Blue) = 188+131+140=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC838C is #437C73. Grayscale: #959595. Windows color (decimal): -4422772 or 9208764. OLE color: 9208764.
HSL color Cylindrical-coordinate representation of color #BC838C: hue angle of 350.53º degrees, saturation: 0.3, 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 #BC838C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 140 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.26 |
| HSL | 350.53º | 0.3% | 0.63% | - |
| HSV(B) | 350.53º | 0.3% | 0.74% | - |
| XYZ | 33.59 | 28.82 | 28.6 | - |
| YUV | 149.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 140 | 0 | 0.30 | 0.26 | 0.26 | 350.53 | 0.3 | 0.63 |
| Hex | BC | 83 | 8C | 0 | 1E | 1A | 1A | 15F | 1E | 3F |
| Octal | 274 | 203 | 214 | 0 | 36 | 32 | 32 | 537 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10001100 | 0 | 11110 | 11010 | 11010 | 101011111 | 11110 | 111111 |
Color Harmonies of #BC838C
Complementary color
Monochromatic Colors of #BC838C
Black with #BC838C
Text Example
Text Example
White with #BC838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC838C; }
p { color: rgb(188,131,140); }
H1.HeaderClassName
{
color: #BC838C;
}
.AnyTagClassName
{
color: #BC838C;
}
</style>
background-color css
<style>
a { background-color: #BC838C; }
a { background-color: rgb(188,131,140); }
div.DivClassName
{
background-color: #BC838C;
}
.BgClassName
{
background-color: #BC838C;
}
</style>
border-color css
<style>
span { border-color: #BC838C; }
span { border-color: rgb(188,131,140); }
td.TdClassName
{
border-color: #BC838C;
}
.TagClassName
{
border-color: #BC838C;
}
</style>