#B5788E

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

Shades of Tapestry #B5788E

Tints of Tapestry #B5788E

Color information

#B5788E (or 0xB5788E) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 8E. RGB value is (181,120,142). Sum of RGB (Red+Green+Blue) = 181+120+142=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5788E is #4A8771. Grayscale: #8C8C8C. Windows color (decimal): -4884338 or 9337013. OLE color: 9337013.

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

Color convert

RGB181120142-
CMYK00.340.220.29
HSL338.36º29.19%59.02%-
HSV(B)338.36º33.7%70.98%-
XYZ30.6625.2128.84-
YUV140.75128.71156.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=40.86%
G=27.09%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112014200.340.220.29338.3629.1959.02
HexB5788E022161D1521d3b
Octal26517021604226355223573
Binary101101011111000100011100100010101101110110101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5788E; }

 p { color: rgb(181,120,142); }

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

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

 a { background-color: rgb(181,120,142); }

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

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

 span { border-color: rgb(181,120,142); }

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