#B6778C

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

Shades of Tapestry #B6778C

Tints of Tapestry #B6778C

Color information

#B6778C (or 0xB6778C) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 8C. RGB value is (182,119,140). Sum of RGB (Red+Green+Blue) = 182+119+140=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778C is #498873. Grayscale: #8C8C8C. Windows color (decimal): -4819060 or 9205686. OLE color: 9205686.

HSL color Cylindrical-coordinate representation of color #B6778C: hue angle of 340º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6778C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182119140-
CMYK00.350.230.29
HSL340º30.14%59.02%-
HSV(B)340º34.62%71.37%-
XYZ30.6225.0328.03-
YUV140.23127.87157.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=41.27%
G=26.98%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211914000.350.230.2934030.1459.02
HexB6778C023171D1541e3b
Octal26616721404327355243673
Binary101101101110111100011000100011101111110110101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6778C; }

 p { color: rgb(182,119,140); }

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

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

 a { background-color: rgb(182,119,140); }

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

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

 span { border-color: rgb(182,119,140); }

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