#BC858B

Color #BC858B Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #BC858B

Tints of Puce #BC858B

Color information

#BC858B (or 0xBC858B) is unknown color: approx 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

RGB188133139-
CMYK00.290.260.26
HSL353.45º29.1%62.94%-
HSV(B)353.45º29.26%73.73%-
XYZ33.7929.3328.31-
YUV150.13121.72155.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=40.87%
G=28.91%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813313900.290.260.26353.4529.162.94
HexBC858B01D1A1A1611d3f
Octal27420521303532325413577
Binary101111001000010110001011011101110101101010110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>