#B47590

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

Shades of Tapestry #B47590

Tints of Tapestry #B47590

Color information

#B47590 (or 0xB47590) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 90. RGB value is (180,117,144). Sum of RGB (Red+Green+Blue) = 180+117+144=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47590 is #4B8A6F. Grayscale: #8A8A8A. Windows color (decimal): -4950640 or 9467316. OLE color: 9467316.

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

Color convert

RGB180117144-
CMYK00.350.20.29
HSL334.29º29.58%58.24%-
HSV(B)334.29º35%70.59%-
XYZ30.2224.4429.51-
YUV138.92130.87157.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=40.82%
G=26.53%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011714400.350.20.29334.2929.5858.24
HexB47590023141D14e1e3a
Octal26416522004324355163672
Binary101101001110101100100000100011101001110110100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47590; }

 p { color: rgb(180,117,144); }

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

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

 a { background-color: rgb(180,117,144); }

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

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

 span { border-color: rgb(180,117,144); }

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