#B47087

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

Shades of Tapestry #B47087

Tints of Tapestry #B47087

Color information

#B47087 (or 0xB47087) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 87. RGB value is (180,112,135). Sum of RGB (Red+Green+Blue) = 180+112+135=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47087 is #4B8F78. Grayscale: #868686. Windows color (decimal): -4951929 or 8876212. OLE color: 8876212.

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

Color convert

RGB180112135-
CMYK00.380.250.29
HSL339.71º31.19%57.25%-
HSV(B)339.71º37.78%70.59%-
XYZ28.9923.0425.84-
YUV134.95128.03160.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=42.15%
G=26.23%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011213500.380.250.29339.7131.1957.25
HexB47087026191D1541f39
Octal26416020704631355243771
Binary101101001110000100001110100110110011110110101010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47087; }

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

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

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

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

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

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

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

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