#BC828D

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

Shades of Puce #BC828D

Tints of Puce #BC828D

Color information

#BC828D (or 0xBC828D) is unknown color: approx Puce. HEX triplet: BC, 82 and 8D. RGB value is (188,130,141). Sum of RGB (Red+Green+Blue) = 188+130+141=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828D is #437D72. Grayscale: #949494. Windows color (decimal): -4423027 or 9274044. OLE color: 9274044.

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

Color convert

RGB188130141-
CMYK00.310.250.26
HSL348.62º30.21%62.35%-
HSV(B)348.62º30.85%73.73%-
XYZ33.5328.5828.95-
YUV148.6123.72156.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=40.96%
G=28.32%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813014100.310.250.26348.6230.2162.35
HexBC828D01F191A15d1e3e
Octal27420221503731325353676
Binary101111001000001010001101011111110011101010101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC828D; }

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

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

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

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

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

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

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

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