#BC868D

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

Shades of Puce #BC868D

Tints of Puce #BC868D

Color information

#BC868D (or 0xBC868D) is unknown color: approx Puce. HEX triplet: BC, 86 and 8D. RGB value is (188,134,141). Sum of RGB (Red+Green+Blue) = 188+134+141=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC868D is #437972. Grayscale: #969696. Windows color (decimal): -4422003 or 9275068. OLE color: 9275068.

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

Color convert

RGB188134141-
CMYK00.290.250.26
HSL352.22º28.72%63.14%-
HSV(B)352.22º28.72%73.73%-
XYZ34.0729.6629.13-
YUV150.94122.39154.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=40.60%
G=28.94%
B=30.45%

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
Decimal18813414100.290.250.26352.2228.7263.14
HexBC868D01D191A1601d3f
Octal27420621503531325403577
Binary101111001000011010001101011101110011101010110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC868D; }

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

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

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

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

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

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

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

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