#B47391

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

Shades of Tapestry #B47391

Tints of Tapestry #B47391

Color information

#B47391 (or 0xB47391) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 91. RGB value is (180,115,145). Sum of RGB (Red+Green+Blue) = 180+115+145=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47391 is #4B8C6E. Grayscale: #898989. Windows color (decimal): -4951151 or 9532340. OLE color: 9532340.

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

Color convert

RGB180115145-
CMYK00.360.190.29
HSL332.31º30.23%57.84%-
HSV(B)332.31º36.11%70.59%-
XYZ30.0624.0129.84-
YUV137.85132.03158.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=40.91%
G=26.14%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011514500.360.190.29332.3130.2357.84
HexB47391024131D14c1e3a
Octal26416322104423355143672
Binary101101001110011100100010100100100111110110100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47391; }

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

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

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

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

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

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

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

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