#BC8286

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

Shades of Tapestry #BC8286

Tints of Tapestry #BC8286

Color information

#BC8286 (or 0xBC8286) is unknown color: approx Tapestry. HEX triplet: BC, 82 and 86. RGB value is (188,130,134). Sum of RGB (Red+Green+Blue) = 188+130+134=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8286 is #437D79. Grayscale: #939393. Windows color (decimal): -4423034 or 8815292. OLE color: 8815292.

HSL color Cylindrical-coordinate representation of color #BC8286: hue angle of 355.86º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8286 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188130134-
CMYK00.310.290.26
HSL355.86º30.21%62.35%-
HSV(B)355.86º30.85%73.73%-
XYZ33.0228.3826.29-
YUV147.8120.22156.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=41.59%
G=28.76%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813013400.310.290.26355.8630.2162.35
HexBC828601F1D1A1641e3e
Octal27420220603735325443676
Binary101111001000001010000110011111111011101010110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8286; }

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

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

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

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

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

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

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

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