#BC858D

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

Shades of Puce #BC858D

Tints of Puce #BC858D

Color information

#BC858D (or 0xBC858D) is unknown color: approx Puce. HEX triplet: BC, 85 and 8D. RGB value is (188,133,141). Sum of RGB (Red+Green+Blue) = 188+133+141=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858D is #437A72. Grayscale: #969696. Windows color (decimal): -4422259 or 9274812. OLE color: 9274812.

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

Color convert

RGB188133141-
CMYK00.290.250.26
HSL351.27º29.1%62.94%-
HSV(B)351.27º29.26%73.73%-
XYZ33.9329.3929.08-
YUV150.36122.72154.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=40.69%
G=28.79%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813314100.290.250.26351.2729.162.94
HexBC858D01D191A15f1d3f
Octal27420521503531325373577
Binary101111001000010110001101011101110011101010101111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC858D; }

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

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

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

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

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

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

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

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