#BC818D

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

Shades of Puce #BC818D

Tints of Puce #BC818D

Color information

#BC818D (or 0xBC818D) is unknown color: approx Puce. HEX triplet: BC, 81 and 8D. RGB value is (188,129,141). Sum of RGB (Red+Green+Blue) = 188+129+141=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC818D is #437E72. Grayscale: #949494. Windows color (decimal): -4423283 or 9273788. OLE color: 9273788.

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

Color convert

RGB188129141-
CMYK00.310.250.26
HSL347.8º30.57%62.16%-
HSV(B)347.8º31.38%73.73%-
XYZ33.428.3128.9-
YUV148.01124.05156.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=41.05%
G=28.17%
B=30.79%

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
Decimal18812914100.310.250.26347.830.5762.16
HexBC818D01F191A15c1f3e
Octal27420121503731325343776
Binary101111001000000110001101011111110011101010101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC818D; }

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

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

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

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

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

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

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

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