#BC6E78

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

Shades of Tapestry #BC6E78

Tints of Tapestry #BC6E78

Color information

#BC6E78 (or 0xBC6E78) is unknown color: approx Tapestry. HEX triplet: BC, 6E and 78. RGB value is (188,110,120). Sum of RGB (Red+Green+Blue) = 188+110+120=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E78 is #439187. Grayscale: #868686. Windows color (decimal): -4428168 or 7892668. OLE color: 7892668.

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

Color convert

RGB188110120-
CMYK00.410.360.26
HSL352.31º36.79%58.43%-
HSV(B)352.31º41.49%73.73%-
XYZ29.7123.220.68-
YUV134.46119.84166.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=44.98%
G=26.32%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811012000.410.360.26352.3136.7958.43
HexBC6E78029241A160253a
Octal27415617005144325404572
Binary1011110011011101111000010100110010011010101100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E78; }

 p { color: rgb(188,110,120); }

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

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

 a { background-color: rgb(188,110,120); }

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

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

 span { border-color: rgb(188,110,120); }

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