#B47387

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

Shades of Tapestry #B47387

Tints of Tapestry #B47387

Color information

#B47387 (or 0xB47387) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 87. RGB value is (180,115,135). Sum of RGB (Red+Green+Blue) = 180+115+135=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47387 is #4B8C78. Grayscale: #888888. Windows color (decimal): -4951161 or 8876980. OLE color: 8876980.

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

Color convert

RGB180115135-
CMYK00.360.250.29
HSL341.54º30.23%57.84%-
HSV(B)341.54º36.11%70.59%-
XYZ29.3323.7125.95-
YUV136.71127.03158.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=41.86%
G=26.74%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011513500.360.250.29341.5430.2357.84
HexB47387024191D1561e3a
Octal26416320704431355263672
Binary101101001110011100001110100100110011110110101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47387; }

 p { color: rgb(180,115,135); }

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

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

 a { background-color: rgb(180,115,135); }

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

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

 span { border-color: rgb(180,115,135); }

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