#B47091

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

Shades of Tapestry #B47091

Tints of Tapestry #B47091

Color information

#B47091 (or 0xB47091) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 91. RGB value is (180,112,145). Sum of RGB (Red+Green+Blue) = 180+112+145=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47091 is #4B8F6E. Grayscale: #888888. Windows color (decimal): -4951919 or 9531572. OLE color: 9531572.

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

Color convert

RGB180112145-
CMYK00.380.190.29
HSL330.88º31.19%57.25%-
HSV(B)330.88º37.78%70.59%-
XYZ29.7323.3429.73-
YUV136.09133.03159.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=41.19%
G=25.63%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011214500.380.190.29330.8831.1957.25
HexB47091026131D14b1f39
Octal26416022104623355133771
Binary101101001110000100100010100110100111110110100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47091; }

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

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

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

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

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

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

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

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