#BC5E84

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

Shades of Tapestry #BC5E84

Tints of Tapestry #BC5E84

Color information

#BC5E84 (or 0xBC5E84) is unknown color: approx Tapestry. HEX triplet: BC, 5E and 84. RGB value is (188,94,132). Sum of RGB (Red+Green+Blue) = 188+94+132=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E84 is #43A17B. Grayscale: #7E7E7E. Windows color (decimal): -4432252 or 8675004. OLE color: 8675004.

HSL color Cylindrical-coordinate representation of color #BC5E84: hue angle of 335.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E84 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB18894132-
CMYK00.500.300.26
HSL335.74º41.23%55.29%-
HSV(B)335.74º50%73.73%-
XYZ28.9120.3624.24-
YUV126.44131.14171.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=45.41%
G=22.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889413200.500.300.26335.7441.2355.29
HexBC5E840321E1A1502937
Octal27413620406236325205167
Binary1011110010111101000010001100101111011010101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E84; }

 p { color: rgb(188,94,132); }

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

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

 a { background-color: rgb(188,94,132); }

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

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

 span { border-color: rgb(188,94,132); }

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