#B5788A

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

Shades of Tapestry #B5788A

Tints of Tapestry #B5788A

Color information

#B5788A (or 0xB5788A) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 8A. RGB value is (181,120,138). Sum of RGB (Red+Green+Blue) = 181+120+138=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5788A is #4A8775. Grayscale: #8C8C8C. Windows color (decimal): -4884342 or 9074869. OLE color: 9074869.

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

Color convert

RGB181120138-
CMYK00.340.240.29
HSL342.3º29.19%59.02%-
HSV(B)342.3º33.7%70.98%-
XYZ30.3625.0927.29-
YUV140.29126.71157.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=41.23%
G=27.33%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112013800.340.240.29342.329.1959.02
HexB5788A022181D1561d3b
Octal26517021204230355263573
Binary101101011111000100010100100010110001110110101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5788A; }

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

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

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

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

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

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

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

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