#BC818E

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

Shades of Puce #BC818E

Tints of Puce #BC818E

Color information

#BC818E (or 0xBC818E) is unknown color: approx Puce. HEX triplet: BC, 81 and 8E. RGB value is (188,129,142). Sum of RGB (Red+Green+Blue) = 188+129+142=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC818E is #437E71. Grayscale: #949494. Windows color (decimal): -4423282 or 9339324. OLE color: 9339324.

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

Color convert

RGB188129142-
CMYK00.310.240.26
HSL346.78º30.57%62.16%-
HSV(B)346.78º31.38%73.73%-
XYZ33.4728.3429.3-
YUV148.12124.55156.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=40.96%
G=28.10%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812914200.310.240.26346.7830.5762.16
HexBC818E01F181A15b1f3e
Octal27420121603730325333776
Binary101111001000000110001110011111110001101010101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC818E; }

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

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

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

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

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

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

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

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