#B57184

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

Shades of Tapestry #B57184

Tints of Tapestry #B57184

Color information

#B57184 (or 0xB57184) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 84. RGB value is (181,113,132). Sum of RGB (Red+Green+Blue) = 181+113+132=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57184 is #4A8E7B. Grayscale: #878787. Windows color (decimal): -4886140 or 8679861. OLE color: 8679861.

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

Color convert

RGB181113132-
CMYK00.380.270.29
HSL343.24º31.48%57.65%-
HSV(B)343.24º37.57%70.98%-
XYZ29.1323.324.79-
YUV135.5126.03160.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=42.49%
G=26.53%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111313200.380.270.29343.2431.4857.65
HexB571840261B1D1571f3a
Octal26516120404633355273772
Binary101101011110001100001000100110110111110110101011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57184; }

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

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

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

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

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

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

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

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