#BC848D

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

Shades of Puce #BC848D

Tints of Puce #BC848D

Color information

#BC848D (or 0xBC848D) is unknown color: approx Puce. HEX triplet: BC, 84 and 8D. RGB value is (188,132,141). Sum of RGB (Red+Green+Blue) = 188+132+141=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC848D is #437B72. Grayscale: #959595. Windows color (decimal): -4422515 or 9274556. OLE color: 9274556.

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

Color convert

RGB188132141-
CMYK00.300.250.26
HSL350.36º29.47%62.75%-
HSV(B)350.36º29.79%73.73%-
XYZ33.829.1229.04-
YUV149.77123.05155.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=40.78%
G=28.63%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813214100.300.250.26350.3629.4762.75
HexBC848D01E191A15e1d3f
Octal27420421503631325363577
Binary101111001000010010001101011110110011101010101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC848D; }

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

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

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

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

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

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

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

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