#BC868B

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

Shades of Puce #BC868B

Tints of Puce #BC868B

Color information

#BC868B (or 0xBC868B) is unknown color: approx Puce. HEX triplet: BC, 86 and 8B. RGB value is (188,134,139). Sum of RGB (Red+Green+Blue) = 188+134+139=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC868B is #437974. Grayscale: #969696. Windows color (decimal): -4422005 or 9143996. OLE color: 9143996.

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

Color convert

RGB188134139-
CMYK00.290.260.26
HSL354.44º28.72%63.14%-
HSV(B)354.44º28.72%73.73%-
XYZ33.9229.6128.35-
YUV150.72121.39154.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=40.78%
G=29.07%
B=30.15%

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
Decimal18813413900.290.260.26354.4428.7263.14
HexBC868B01D1A1A1621d3f
Octal27420621303532325423577
Binary101111001000011010001011011101110101101010110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC868B; }

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

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

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

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

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

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

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

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