#B57784

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

Shades of Tapestry #B57784

Tints of Tapestry #B57784

Color information

#B57784 (or 0xB57784) is unknown color: approx Tapestry. HEX triplet: B5, 77 and 84. RGB value is (181,119,132). Sum of RGB (Red+Green+Blue) = 181+119+132=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57784 is #4A887B. Grayscale: #8B8B8B. Windows color (decimal): -4884604 or 8681397. OLE color: 8681397.

HSL color Cylindrical-coordinate representation of color #B57784: hue angle of 347.42º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57784 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181119132-
CMYK00.340.270.29
HSL347.42º29.52%58.82%-
HSV(B)347.42º34.25%70.98%-
XYZ29.8224.6825.02-
YUV139.02124.04157.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=41.90%
G=27.55%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111913200.340.270.29347.4229.5258.82
HexB577840221B1D15b1e3b
Octal26516720404233355333673
Binary101101011110111100001000100010110111110110101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57784; }

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

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

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

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

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

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

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

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