#BC7086

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

Shades of Tapestry #BC7086

Tints of Tapestry #BC7086

Color information

#BC7086 (or 0xBC7086) is unknown color: approx Tapestry. HEX triplet: BC, 70 and 86. RGB value is (188,112,134). Sum of RGB (Red+Green+Blue) = 188+112+134=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7086 is #438F79. Grayscale: #898989. Windows color (decimal): -4427642 or 8810684. OLE color: 8810684.

HSL color Cylindrical-coordinate representation of color #BC7086: hue angle of 342.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7086 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188112134-
CMYK00.400.290.26
HSL342.63º36.19%58.82%-
HSV(B)342.63º40.43%73.73%-
XYZ30.842425.56-
YUV137.23126.18164.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=43.32%
G=25.81%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811213400.400.290.26342.6336.1958.82
HexBC70860281D1A157243b
Octal27416020605035325274473
Binary1011110011100001000011001010001110111010101010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7086; }

 p { color: rgb(188,112,134); }

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

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

 a { background-color: rgb(188,112,134); }

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

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

 span { border-color: rgb(188,112,134); }

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