#B47390

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

Shades of Tapestry #B47390

Tints of Tapestry #B47390

Color information

#B47390 (or 0xB47390) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 90. RGB value is (180,115,144). Sum of RGB (Red+Green+Blue) = 180+115+144=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47390 is #4B8C6F. Grayscale: #898989. Windows color (decimal): -4951152 or 9466804. OLE color: 9466804.

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

Color convert

RGB180115144-
CMYK00.360.20.29
HSL333.23º30.23%57.84%-
HSV(B)333.23º36.11%70.59%-
XYZ29.9923.9829.43-
YUV137.74131.53158.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=41.00%
G=26.20%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011514400.360.20.29333.2330.2357.84
HexB47390024141D14d1e3a
Octal26416322004424355153672
Binary101101001110011100100000100100101001110110100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47390; }

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

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

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

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

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

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

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

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