#BC878B

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

Shades of Puce #BC878B

Tints of Puce #BC878B

Color information

#BC878B (or 0xBC878B) is unknown color: approx Puce. HEX triplet: BC, 87 and 8B. RGB value is (188,135,139). Sum of RGB (Red+Green+Blue) = 188+135+139=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC878B is #437874. Grayscale: #979797. Windows color (decimal): -4421749 or 9144252. OLE color: 9144252.

HSL color Cylindrical-coordinate representation of color #BC878B: hue angle of 355.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC878B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188135139-
CMYK00.280.260.26
HSL355.47º28.34%63.33%-
HSV(B)355.47º28.19%73.73%-
XYZ34.0629.8828.4-
YUV151.3121.06154.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=40.69%
G=29.22%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813513900.280.260.26355.4728.3463.33
HexBC878B01C1A1A1631c3f
Octal27420721303432325433477
Binary101111001000011110001011011100110101101010110001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC878B; }

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

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

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

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

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

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

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

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