#BC6087

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

Shades of Tapestry #BC6087

Tints of Tapestry #BC6087

Color information

#BC6087 (or 0xBC6087) is unknown color: approx Tapestry. HEX triplet: BC, 60 and 87. RGB value is (188,96,135). Sum of RGB (Red+Green+Blue) = 188+96+135=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6087 is #439F78. Grayscale: #7F7F7F. Windows color (decimal): -4431737 or 8872124. OLE color: 8872124.

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

Color convert

RGB18896135-
CMYK00.490.280.26
HSL334.57º40.71%55.69%-
HSV(B)334.57º48.94%73.73%-
XYZ29.320.8125.39-
YUV127.95131.98170.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=44.87%
G=22.91%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889613500.490.280.26334.5740.7155.69
HexBC60870311C1A14f2938
Octal27414020706134325175170
Binary1011110011000001000011101100011110011010101001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6087; }

 p { color: rgb(188,96,135); }

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

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

 a { background-color: rgb(188,96,135); }

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

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

 span { border-color: rgb(188,96,135); }

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