#B47386

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

Shades of Tapestry #B47386

Tints of Tapestry #B47386

Color information

#B47386 (or 0xB47386) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 86. RGB value is (180,115,134). Sum of RGB (Red+Green+Blue) = 180+115+134=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47386 is #4B8C79. Grayscale: #888888. Windows color (decimal): -4951162 or 8811444. OLE color: 8811444.

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

Color convert

RGB180115134-
CMYK00.360.260.29
HSL342.46º30.23%57.84%-
HSV(B)342.46º36.11%70.59%-
XYZ29.2623.6925.58-
YUV136.6126.53158.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=41.96%
G=26.81%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011513400.360.260.29342.4630.2357.84
HexB473860241A1D1561e3a
Octal26416320604432355263672
Binary101101001110011100001100100100110101110110101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47386; }

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

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

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

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

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

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

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

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