#BC828B

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

Shades of Puce #BC828B

Tints of Puce #BC828B

Color information

#BC828B (or 0xBC828B) is unknown color: approx Puce. HEX triplet: BC, 82 and 8B. RGB value is (188,130,139). Sum of RGB (Red+Green+Blue) = 188+130+139=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC828B is #437D74. Grayscale: #949494. Windows color (decimal): -4423029 or 9142972. OLE color: 9142972.

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

Color convert

RGB188130139-
CMYK00.310.260.26
HSL350.69º30.21%62.35%-
HSV(B)350.69º30.85%73.73%-
XYZ33.3828.5228.17-
YUV148.37122.72156.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=41.14%
G=28.45%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813013900.310.260.26350.6930.2162.35
HexBC828B01F1A1A15f1e3e
Octal27420221303732325373676
Binary101111001000001010001011011111110101101010101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC828B; }

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

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

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

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

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

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

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

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