#BC6A8A

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

Shades of Tapestry #BC6A8A

Tints of Tapestry #BC6A8A

Color information

#BC6A8A (or 0xBC6A8A) is unknown color: approx Tapestry. HEX triplet: BC, 6A and 8A. RGB value is (188,106,138). Sum of RGB (Red+Green+Blue) = 188+106+138=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A8A is #439575. Grayscale: #868686. Windows color (decimal): -4429174 or 9071292. OLE color: 9071292.

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

Color convert

RGB188106138-
CMYK00.440.270.26
HSL336.59º37.96%57.65%-
HSV(B)336.59º43.62%73.73%-
XYZ30.4822.8326.85-
YUV134.17130.17166.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=43.52%
G=24.54%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810613800.440.270.26336.5937.9657.65
HexBC6A8A02C1B1A151263a
Octal27415221205433325214672
Binary1011110011010101000101001011001101111010101010001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A8A; }

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

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

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

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

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

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

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

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