#B57390

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

Shades of Tapestry #B57390

Tints of Tapestry #B57390

Color information

#B57390 (or 0xB57390) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 90. RGB value is (181,115,144). Sum of RGB (Red+Green+Blue) = 181+115+144=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57390 is #4A8C6F. Grayscale: #898989. Windows color (decimal): -4885616 or 9466805. OLE color: 9466805.

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

Color convert

RGB181115144-
CMYK00.360.200.29
HSL333.64º30.84%58.04%-
HSV(B)333.64º36.46%70.98%-
XYZ30.2224.129.44-
YUV138.04131.37158.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=41.14%
G=26.14%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111514400.360.200.29333.6430.8458.04
HexB57390024141D14e1f3a
Octal26516322004424355163772
Binary101101011110011100100000100100101001110110100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57390; }

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

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

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

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

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

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

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

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