#B5778B

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

Shades of Tapestry #B5778B

Tints of Tapestry #B5778B

Color information

#B5778B (or 0xB5778B) is unknown color: approx Tapestry. HEX triplet: B5, 77 and 8B. RGB value is (181,119,139). Sum of RGB (Red+Green+Blue) = 181+119+139=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778B is #4A8874. Grayscale: #8B8B8B. Windows color (decimal): -4884597 or 9140149. OLE color: 9140149.

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

Color convert

RGB181119139-
CMYK00.340.230.29
HSL340.65º29.52%58.82%-
HSV(B)340.65º34.25%70.98%-
XYZ30.3124.8827.63-
YUV139.82127.54157.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=41.23%
G=27.11%
B=31.66%

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
Decimal18111913900.340.230.29340.6529.5258.82
HexB5778B022171D1551e3b
Octal26516721304227355253673
Binary101101011110111100010110100010101111110110101010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5778B; }

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

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

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

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

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

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

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

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