#BC7380

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

Shades of Tapestry #BC7380

Tints of Tapestry #BC7380

Color information

#BC7380 (or 0xBC7380) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 80. RGB value is (188,115,128). Sum of RGB (Red+Green+Blue) = 188+115+128=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7380 is #438C7F. Grayscale: #8A8A8A. Windows color (decimal): -4426880 or 8418236. OLE color: 8418236.

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

Color convert

RGB188115128-
CMYK00.390.320.26
HSL349.32º35.27%59.41%-
HSV(B)349.32º38.83%73.73%-
XYZ30.7724.5123.53-
YUV138.31122.18163.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=43.62%
G=26.68%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811512800.390.320.26349.3235.2759.41
HexBC7380027201A15d233b
Octal27416320004740325354373
Binary10111100111001110000000010011110000011010101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7380; }

 p { color: rgb(188,115,128); }

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

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

 a { background-color: rgb(188,115,128); }

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

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

 span { border-color: rgb(188,115,128); }

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