#B57180

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

Shades of Tapestry #B57180

Tints of Tapestry #B57180

Color information

#B57180 (or 0xB57180) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 80. RGB value is (181,113,128). Sum of RGB (Red+Green+Blue) = 181+113+128=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57180 is #4A8E7F. Grayscale: #878787. Windows color (decimal): -4886144 or 8417717. OLE color: 8417717.

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

Color convert

RGB181113128-
CMYK00.380.290.29
HSL346.76º31.48%57.65%-
HSV(B)346.76º37.57%70.98%-
XYZ28.8623.1923.38-
YUV135.04124.03160.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=42.89%
G=26.78%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111312800.380.290.29346.7631.4857.65
HexB571800261D1D15b1f3a
Octal26516120004635355333772
Binary101101011110001100000000100110111011110110101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57180; }

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

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

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

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

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

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

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

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