#BC8590

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

Shades of Puce #BC8590

Tints of Puce #BC8590

Color information

#BC8590 (or 0xBC8590) is unknown color: approx Puce. HEX triplet: BC, 85 and 90. RGB value is (188,133,144). Sum of RGB (Red+Green+Blue) = 188+133+144=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8590 is #437A6F. Grayscale: #969696. Windows color (decimal): -4422256 or 9471420. OLE color: 9471420.

HSL color Cylindrical-coordinate representation of color #BC8590: hue angle of 348º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8590 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188133144-
CMYK00.290.230.26
HSL348º29.1%62.94%-
HSV(B)348º29.26%73.73%-
XYZ34.1629.4830.28-
YUV150.7124.22154.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=40.43%
G=28.60%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813314400.290.230.2634829.162.94
HexBC859001D171A15c1d3f
Octal27420522003527325343577
Binary101111001000010110010000011101101111101010101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8590; }

 p { color: rgb(188,133,144); }

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

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

 a { background-color: rgb(188,133,144); }

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

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

 span { border-color: rgb(188,133,144); }

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