#BC6A82

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

Shades of Tapestry #BC6A82

Tints of Tapestry #BC6A82

Color information

#BC6A82 (or 0xBC6A82) is unknown color: approx Tapestry. HEX triplet: BC, 6A and 82. RGB value is (188,106,130). Sum of RGB (Red+Green+Blue) = 188+106+130=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A82 is #43957D. Grayscale: #858585. Windows color (decimal): -4429182 or 8547004. OLE color: 8547004.

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

Color convert

RGB188106130-
CMYK00.440.310.26
HSL342.44º37.96%57.65%-
HSV(B)342.44º43.62%73.73%-
XYZ29.9222.6123.91-
YUV133.25126.17167.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=44.34%
G=25%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810613000.440.310.26342.4437.9657.65
HexBC6A8202C1F1A156263a
Octal27415220205437325264672
Binary1011110011010101000001001011001111111010101010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A82; }

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

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

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

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

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

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

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

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