#BC838C

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

Shades of Puce #BC838C

Tints of Puce #BC838C

Color information

#BC838C (or 0xBC838C) is unknown color: approx Puce. HEX triplet: BC, 83 and 8C. RGB value is (188,131,140). Sum of RGB (Red+Green+Blue) = 188+131+140=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC838C is #437C73. Grayscale: #959595. Windows color (decimal): -4422772 or 9208764. OLE color: 9208764.

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

Color convert

RGB188131140-
CMYK00.300.260.26
HSL350.53º29.84%62.55%-
HSV(B)350.53º30.32%73.73%-
XYZ33.5928.8228.6-
YUV149.07122.88155.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=40.96%
G=28.54%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813114000.300.260.26350.5329.8462.55
HexBC838C01E1A1A15f1e3f
Octal27420321403632325373677
Binary101111001000001110001100011110110101101010101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC838C; }

 p { color: rgb(188,131,140); }

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

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

 a { background-color: rgb(188,131,140); }

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

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

 span { border-color: rgb(188,131,140); }

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