#B57384

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

Shades of Tapestry #B57384

Tints of Tapestry #B57384

Color information

#B57384 (or 0xB57384) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 84. RGB value is (181,115,132). Sum of RGB (Red+Green+Blue) = 181+115+132=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57384 is #4A8C7B. Grayscale: #888888. Windows color (decimal): -4885628 or 8680373. OLE color: 8680373.

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

Color convert

RGB181115132-
CMYK00.360.270.29
HSL344.55º30.84%58.04%-
HSV(B)344.55º36.46%70.98%-
XYZ29.3523.7524.87-
YUV136.67125.37159.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=42.29%
G=26.87%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111513200.360.270.29344.5530.8458.04
HexB573840241B1D1591f3a
Octal26516320404433355313772
Binary101101011110011100001000100100110111110110101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57384; }

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

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

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

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

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

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

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

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