#BC848A

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

Shades of Puce #BC848A

Tints of Puce #BC848A

Color information

#BC848A (or 0xBC848A) is unknown color: approx Puce. HEX triplet: BC, 84 and 8A. RGB value is (188,132,138). Sum of RGB (Red+Green+Blue) = 188+132+138=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC848A is #437B75. Grayscale: #959595. Windows color (decimal): -4422518 or 9077948. OLE color: 9077948.

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

Color convert

RGB188132138-
CMYK00.300.270.26
HSL353.57º29.47%62.75%-
HSV(B)353.57º29.79%73.73%-
XYZ33.5829.0327.88-
YUV149.43121.55155.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=41.05%
G=28.82%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813213800.300.270.26353.5729.4762.75
HexBC848A01E1B1A1621d3f
Octal27420421203633325423577
Binary101111001000010010001010011110110111101010110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC848A; }

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

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

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

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

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

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

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

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