#B57291

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

Shades of Tapestry #B57291

Tints of Tapestry #B57291

Color information

#B57291 (or 0xB57291) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 91. RGB value is (181,114,145). Sum of RGB (Red+Green+Blue) = 181+114+145=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57291 is #4A8D6E. Grayscale: #898989. Windows color (decimal): -4885871 or 9532085. OLE color: 9532085.

HSL color Cylindrical-coordinate representation of color #B57291: hue angle of 332.24º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57291 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB181114145-
CMYK00.370.200.29
HSL332.24º31.16%57.84%-
HSV(B)332.24º37.02%70.98%-
XYZ30.1823.929.81-
YUV137.57132.2158.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=41.14%
G=25.91%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111414500.370.200.29332.2431.1657.84
HexB57291025141D14c1f3a
Octal26516222104524355143772
Binary101101011110010100100010100101101001110110100110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57291; }

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

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

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

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

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

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

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

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