#B57188

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

Shades of Tapestry #B57188

Tints of Tapestry #B57188

Color information

#B57188 (or 0xB57188) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 88. RGB value is (181,113,136). Sum of RGB (Red+Green+Blue) = 181+113+136=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57188 is #4A8E77. Grayscale: #878787. Windows color (decimal): -4886136 or 8942005. OLE color: 8942005.

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

Color convert

RGB181113136-
CMYK00.380.250.29
HSL339.71º31.48%57.65%-
HSV(B)339.71º37.57%70.98%-
XYZ29.4123.4126.26-
YUV135.95128.03160.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=42.09%
G=26.28%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111313600.380.250.29339.7131.4857.65
HexB57188026191D1541f3a
Octal26516121004631355243772
Binary101101011110001100010000100110110011110110101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57188; }

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

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

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

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

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

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

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

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