#B6778A

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

Shades of Tapestry #B6778A

Tints of Tapestry #B6778A

Color information

#B6778A (or 0xB6778A) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 8A. RGB value is (182,119,138). Sum of RGB (Red+Green+Blue) = 182+119+138=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778A is #498875. Grayscale: #8B8B8B. Windows color (decimal): -4819062 or 9074614. OLE color: 9074614.

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

Color convert

RGB182119138-
CMYK00.350.240.29
HSL341.9º30.14%59.02%-
HSV(B)341.9º34.62%71.37%-
XYZ30.4824.9727.26-
YUV140126.87157.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=41.46%
G=27.11%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211913800.350.240.29341.930.1459.02
HexB6778A023181D1561e3b
Octal26616721204330355263673
Binary101101101110111100010100100011110001110110101011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6778A; }

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

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

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

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

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

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

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

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