Shades of Puce #BC858B
Tints of Puce #BC858B
RGB
CMYK
RGB Variations
Color information
#BC858B (or 0xBC858B) is known color: Puce. HEX triplet: BC, 85 and 8B. RGB value is (188,133,139). Sum of RGB (Red+Green+Blue) = 188+133+139=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858B is #437A74. Grayscale: #969696. Windows color (decimal): -4422261 or 9143740. OLE color: 9143740.
HSL color Cylindrical-coordinate representation of color #BC858B: hue angle of 353.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC858B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 139 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.26 |
| HSL | 353.45º | 0.29% | 0.63% | - |
| HSV(B) | 353.45º | 0.29% | 0.74% | - |
| XYZ | 33.79 | 29.33 | 28.31 | - |
| YUV | 150.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 139 | 0 | 0.29 | 0.26 | 0.26 | 353.45 | 0.29 | 0.63 |
| Hex | BC | 85 | 8B | 0 | 1D | 1A | 1A | 161 | 1D | 3F |
| Octal | 274 | 205 | 213 | 0 | 35 | 32 | 32 | 541 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10001011 | 0 | 11101 | 11010 | 11010 | 101100001 | 11101 | 111111 |
Color Harmonies of #BC858B
Complementary color
Monochromatic Colors of #BC858B
Black with #BC858B
Text Example
Text Example
White with #BC858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC858B; }
p { color: rgb(188,133,139); }
H1.HeaderClassName
{
color: #BC858B;
}
.AnyTagClassName
{
color: #BC858B;
}
</style>
background-color css
<style>
a { background-color: #BC858B; }
a { background-color: rgb(188,133,139); }
div.DivClassName
{
background-color: #BC858B;
}
.BgClassName
{
background-color: #BC858B;
}
</style>
border-color css
<style>
span { border-color: #BC858B; }
span { border-color: rgb(188,133,139); }
td.TdClassName
{
border-color: #BC858B;
}
.TagClassName
{
border-color: #BC858B;
}
</style>