#B57491

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

Shades of Tapestry #B57491

Tints of Tapestry #B57491

Color information

#B57491 (or 0xB57491) is unknown color: approx Tapestry. HEX triplet: B5, 74 and 91. RGB value is (181,116,145). Sum of RGB (Red+Green+Blue) = 181+116+145=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B57491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57491 is #4A8B6E. Grayscale: #8A8A8A. Windows color (decimal): -4885359 or 9532597. OLE color: 9532597.

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

Color convert

RGB181116145-
CMYK00.360.200.29
HSL333.23º30.52%58.24%-
HSV(B)333.23º35.91%70.98%-
XYZ30.4124.3629.89-
YUV138.74131.53158.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=40.95%
G=26.24%
B=32.81%

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
Decimal18111614500.360.200.29333.2330.5258.24
HexB57491024141D14d1f3a
Octal26516422104424355153772
Binary101101011110100100100010100100101001110110100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57491; }

 p { color: rgb(181,116,145); }

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

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

 a { background-color: rgb(181,116,145); }

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

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

 span { border-color: rgb(181,116,145); }

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