Shades of Puce #BC8389
Tints of Puce #BC8389
RGB
CMYK
RGB Variations
Color information
#BC8389 (or 0xBC8389) is known color: Puce. HEX triplet: BC, 83 and 89. RGB value is (188,131,137). Sum of RGB (Red+Green+Blue) = 188+131+137=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8389 is #437C76. Grayscale: #949494. Windows color (decimal): -4422775 or 9012156. OLE color: 9012156.
HSL color Cylindrical-coordinate representation of color #BC8389: hue angle of 353.68º 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 #BC8389 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 137 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.26 |
| HSL | 353.68º | 0.3% | 0.63% | - |
| HSV(B) | 353.68º | 0.3% | 0.74% | - |
| XYZ | 33.37 | 28.73 | 27.45 | - |
| YUV | 148.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 137 | 0 | 0.30 | 0.27 | 0.26 | 353.68 | 0.3 | 0.63 |
| Hex | BC | 83 | 89 | 0 | 1E | 1B | 1A | 162 | 1E | 3F |
| Octal | 274 | 203 | 211 | 0 | 36 | 33 | 32 | 542 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10001001 | 0 | 11110 | 11011 | 11010 | 101100010 | 11110 | 111111 |
Color Harmonies of #BC8389
Complementary color
Monochromatic Colors of #BC8389
Black with #BC8389
Text Example
Text Example
White with #BC8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8389; }
p { color: rgb(188,131,137); }
H1.HeaderClassName
{
color: #BC8389;
}
.AnyTagClassName
{
color: #BC8389;
}
</style>
background-color css
<style>
a { background-color: #BC8389; }
a { background-color: rgb(188,131,137); }
div.DivClassName
{
background-color: #BC8389;
}
.BgClassName
{
background-color: #BC8389;
}
</style>
border-color css
<style>
span { border-color: #BC8389; }
span { border-color: rgb(188,131,137); }
td.TdClassName
{
border-color: #BC8389;
}
.TagClassName
{
border-color: #BC8389;
}
</style>