#BC7384

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

Shades of Tapestry #BC7384

Tints of Tapestry #BC7384

Color information

#BC7384 (or 0xBC7384) is unknown color: approx Tapestry. HEX triplet: BC, 73 and 84. RGB value is (188,115,132). Sum of RGB (Red+Green+Blue) = 188+115+132=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7384 is #438C7B. Grayscale: #8A8A8A. Windows color (decimal): -4426876 or 8680380. OLE color: 8680380.

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

Color convert

RGB188115132-
CMYK00.390.300.26
HSL346.03º35.27%59.41%-
HSV(B)346.03º38.83%73.73%-
XYZ31.0324.6224.95-
YUV138.76124.18163.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=43.22%
G=26.44%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811513200.390.300.26346.0335.2759.41
HexBC73840271E1A15a233b
Octal27416320404736325324373
Binary1011110011100111000010001001111111011010101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7384; }

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

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

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

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

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

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

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

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