#BC6A84

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

Shades of Tapestry #BC6A84

Tints of Tapestry #BC6A84

Color information

#BC6A84 (or 0xBC6A84) is unknown color: approx Tapestry. HEX triplet: BC, 6A and 84. RGB value is (188,106,132). Sum of RGB (Red+Green+Blue) = 188+106+132=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A84 is #43957B. Grayscale: #858585. Windows color (decimal): -4429180 or 8678076. OLE color: 8678076.

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

Color convert

RGB188106132-
CMYK00.440.300.26
HSL340.98º37.96%57.65%-
HSV(B)340.98º43.62%73.73%-
XYZ30.0622.6724.62-
YUV133.48127.17166.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=44.13%
G=24.88%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810613200.440.300.26340.9837.9657.65
HexBC6A8402C1E1A155263a
Octal27415220405436325254672
Binary1011110011010101000010001011001111011010101010101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A84; }

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

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

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

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

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

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

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

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