#B6778D

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

Shades of Tapestry #B6778D

Tints of Tapestry #B6778D

Color information

#B6778D (or 0xB6778D) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 8D. RGB value is (182,119,141). Sum of RGB (Red+Green+Blue) = 182+119+141=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778D is #498872. Grayscale: #8C8C8C. Windows color (decimal): -4819059 or 9271222. OLE color: 9271222.

HSL color Cylindrical-coordinate representation of color #B6778D: hue angle of 339.05º 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 #B6778D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182119141-
CMYK00.350.230.29
HSL339.05º30.14%59.02%-
HSV(B)339.05º34.62%71.37%-
XYZ30.725.0628.42-
YUV140.34128.37157.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=41.18%
G=26.92%
B=31.90%

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
Decimal18211914100.350.230.29339.0530.1459.02
HexB6778D023171D1531e3b
Octal26616721504327355233673
Binary101101101110111100011010100011101111110110101001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6778D; }

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

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

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

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

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

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

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

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