#BC858C

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

Shades of Puce #BC858C

Tints of Puce #BC858C

Color information

#BC858C (or 0xBC858C) is unknown color: approx Puce. HEX triplet: BC, 85 and 8C. RGB value is (188,133,140). Sum of RGB (Red+Green+Blue) = 188+133+140=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858C is #437A73. Grayscale: #969696. Windows color (decimal): -4422260 or 9209276. OLE color: 9209276.

HSL color Cylindrical-coordinate representation of color #BC858C: hue angle of 352.36º 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 #BC858C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188133140-
CMYK00.290.260.26
HSL352.36º29.1%62.94%-
HSV(B)352.36º29.26%73.73%-
XYZ33.8629.3628.69-
YUV150.24122.22154.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=40.78%
G=28.85%
B=30.37%

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
Decimal18813314000.290.260.26352.3629.162.94
HexBC858C01D1A1A1601d3f
Octal27420521403532325403577
Binary101111001000010110001100011101110101101010110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC858C; }

 p { color: rgb(188,133,140); }

 H1.HeaderClassName
 {
   color: #BC858C;
 }
 .AnyTagClassName
 {
   color: #BC858C;
 }
</style>
background-color css

<style>
 a { background-color: #BC858C; }

 a { background-color: rgb(188,133,140); }

 div.DivClassName
 {
   background-color: #BC858C;
 }
 .BgClassName
 {
   background-color: #BC858C;
 }
</style>
border-color css

<style>
 span { border-color: #BC858C; }

 span { border-color: rgb(188,133,140); }

 td.TdClassName
 {
   border-color: #BC858C;
 }
 .TagClassName
 {
   border-color: #BC858C;
 }
</style>