#BC6179

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

Shades of Tapestry #BC6179

Tints of Tapestry #BC6179

Color information

#BC6179 (or 0xBC6179) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 79. RGB value is (188,97,121). Sum of RGB (Red+Green+Blue) = 188+97+121=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6179 is #439E86. Grayscale: #7E7E7E. Windows color (decimal): -4431495 or 7954876. OLE color: 7954876.

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

Color convert

RGB18897121-
CMYK00.480.360.26
HSL344.18º40.44%55.88%-
HSV(B)344.18º48.4%73.73%-
XYZ28.4620.6220.57-
YUV126.94124.65171.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=46.31%
G=23.89%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889712100.480.360.26344.1840.4455.88
HexBC6179030241A1582838
Octal27414117106044325305070
Binary1011110011000011111001011000010010011010101011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6179; }

 p { color: rgb(188,97,121); }

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

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

 a { background-color: rgb(188,97,121); }

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

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

 span { border-color: rgb(188,97,121); }

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