#B47393

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

Shades of Tapestry #B47393

Tints of Tapestry #B47393

Color information

#B47393 (or 0xB47393) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 93. RGB value is (180,115,147). Sum of RGB (Red+Green+Blue) = 180+115+147=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47393 is #4B8C6C. Grayscale: #8A8A8A. Windows color (decimal): -4951149 or 9663412. OLE color: 9663412.

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

Color convert

RGB180115147-
CMYK00.360.180.29
HSL330.46º30.23%57.84%-
HSV(B)330.46º36.11%70.59%-
XYZ30.2224.0730.66-
YUV138.08133.03157.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=40.72%
G=26.02%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011514700.360.180.29330.4630.2357.84
HexB47393024121D14a1e3a
Octal26416322304422355123672
Binary101101001110011100100110100100100101110110100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47393; }

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

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

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

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

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

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

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

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