#B57181

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

Shades of Tapestry #B57181

Tints of Tapestry #B57181

Color information

#B57181 (or 0xB57181) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 81. RGB value is (181,113,129). Sum of RGB (Red+Green+Blue) = 181+113+129=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57181 is #4A8E7E. Grayscale: #878787. Windows color (decimal): -4886143 or 8483253. OLE color: 8483253.

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

Color convert

RGB181113129-
CMYK00.380.290.29
HSL345.88º31.48%57.65%-
HSV(B)345.88º37.57%70.98%-
XYZ28.9223.2223.73-
YUV135.16124.53160.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=42.79%
G=26.71%
B=30.50%

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
Decimal18111312900.380.290.29345.8831.4857.65
HexB571810261D1D15a1f3a
Octal26516120104635355323772
Binary101101011110001100000010100110111011110110101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57181; }

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

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

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

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

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

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

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

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