#BC7582

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

Shades of Tapestry #BC7582

Tints of Tapestry #BC7582

Color information

#BC7582 (or 0xBC7582) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 82. RGB value is (188,117,130). Sum of RGB (Red+Green+Blue) = 188+117+130=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7582 is #438A7D. Grayscale: #8B8B8B. Windows color (decimal): -4426366 or 8549820. OLE color: 8549820.

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

Color convert

RGB188117130-
CMYK00.380.310.26
HSL349.01º34.63%59.8%-
HSV(B)349.01º37.77%73.73%-
XYZ31.1325.0324.31-
YUV139.71122.52162.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=43.22%
G=26.90%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811713000.380.310.26349.0134.6359.8
HexBC75820261F1A15d233c
Octal27416520204637325354374
Binary1011110011101011000001001001101111111010101011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7582; }

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

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

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

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

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

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

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

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