#BC7588

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

Shades of Tapestry #BC7588

Tints of Tapestry #BC7588

Color information

#BC7588 (or 0xBC7588) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 88. RGB value is (188,117,136). Sum of RGB (Red+Green+Blue) = 188+117+136=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7588 is #438A77. Grayscale: #8C8C8C. Windows color (decimal): -4426360 or 8943036. OLE color: 8943036.

HSL color Cylindrical-coordinate representation of color #BC7588: hue angle of 343.94º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7588 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB188117136-
CMYK00.380.280.26
HSL343.94º34.63%59.8%-
HSV(B)343.94º37.77%73.73%-
XYZ31.5425.1926.49-
YUV140.39125.52161.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=42.63%
G=26.53%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811713600.380.280.26343.9434.6359.8
HexBC75880261C1A158233c
Octal27416521004634325304374
Binary1011110011101011000100001001101110011010101011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7588; }

 p { color: rgb(188,117,136); }

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

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

 a { background-color: rgb(188,117,136); }

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

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

 span { border-color: rgb(188,117,136); }

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