#B5778C

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

Shades of Tapestry #B5778C

Tints of Tapestry #B5778C

Color information

#B5778C (or 0xB5778C) is unknown color: approx Tapestry. HEX triplet: B5, 77 and 8C. RGB value is (181,119,140). Sum of RGB (Red+Green+Blue) = 181+119+140=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778C is #4A8873. Grayscale: #8B8B8B. Windows color (decimal): -4884596 or 9205685. OLE color: 9205685.

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

Color convert

RGB181119140-
CMYK00.340.230.29
HSL339.68º29.52%58.82%-
HSV(B)339.68º34.25%70.98%-
XYZ30.3924.9128.02-
YUV139.93128.04157.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=41.14%
G=27.05%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111914000.340.230.29339.6829.5258.82
HexB5778C022171D1541e3b
Octal26516721404227355243673
Binary101101011110111100011000100010101111110110101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5778C; }

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

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

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

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

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

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

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

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