#BC858E

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

Shades of Puce #BC858E

Tints of Puce #BC858E

Color information

#BC858E (or 0xBC858E) is unknown color: approx Puce. HEX triplet: BC, 85 and 8E. RGB value is (188,133,142). Sum of RGB (Red+Green+Blue) = 188+133+142=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC858E is #437A71. Grayscale: #969696. Windows color (decimal): -4422258 or 9340348. OLE color: 9340348.

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

Color convert

RGB188133142-
CMYK00.290.240.26
HSL350.18º29.1%62.94%-
HSV(B)350.18º29.26%73.73%-
XYZ34.0129.4229.48-
YUV150.47123.22154.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=40.60%
G=28.73%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813314200.290.240.26350.1829.162.94
HexBC858E01D181A15e1d3f
Octal27420521603530325363577
Binary101111001000010110001110011101110001101010101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC858E; }

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

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

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

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

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

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

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

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