#BC7482

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

Shades of Tapestry #BC7482

Tints of Tapestry #BC7482

Color information

#BC7482 (or 0xBC7482) is unknown color: approx Tapestry. HEX triplet: BC, 74 and 82. RGB value is (188,116,130). Sum of RGB (Red+Green+Blue) = 188+116+130=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7482 is #438B7D. Grayscale: #8B8B8B. Windows color (decimal): -4426622 or 8549564. OLE color: 8549564.

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

Color convert

RGB188116130-
CMYK00.380.310.26
HSL348.33º34.95%59.61%-
HSV(B)348.33º38.3%73.73%-
XYZ31.0124.7924.27-
YUV139.12122.85162.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=43.32%
G=26.73%
B=29.95%

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
Decimal18811613000.380.310.26348.3334.9559.61
HexBC74820261F1A15c233c
Octal27416420204637325344374
Binary1011110011101001000001001001101111111010101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7482; }

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

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

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

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

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

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

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

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