#BC828A

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

Shades of Puce #BC828A

Tints of Puce #BC828A

Color information

#BC828A (or 0xBC828A) is unknown color: approx Puce. HEX triplet: BC, 82 and 8A. RGB value is (188,130,138). Sum of RGB (Red+Green+Blue) = 188+130+138=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828A is #437D75. Grayscale: #949494. Windows color (decimal): -4423030 or 9077436. OLE color: 9077436.

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

Color convert

RGB188130138-
CMYK00.310.270.26
HSL351.72º30.21%62.35%-
HSV(B)351.72º30.85%73.73%-
XYZ33.3128.4927.79-
YUV148.25122.22156.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=41.23%
G=28.51%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813013800.310.270.26351.7230.2162.35
HexBC828A01F1B1A1601e3e
Octal27420221203733325403676
Binary101111001000001010001010011111110111101010110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC828A; }

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

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

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

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

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

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

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

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