#b56b87

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

Shades of Tapestry #B56B87

Tints of Tapestry #B56B87

Color information

#B56B87 (or 0xB56B87) is unknown color: approx Tapestry. HEX triplet: B5, 6B and 87. RGB value is (181,107,135). Sum of RGB (Red+Green+Blue) = 181+107+135=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B87 is #4A9478. Grayscale: #848484. Windows color (decimal): -4887673 or 8874933. OLE color: 8874933.

HSL color Cylindrical-coordinate representation of color #B56B87: hue angle of 337.3º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56B87 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181107135-
CMYK00.410.250.29
HSL337.3º33.33%56.47%-
HSV(B)337.3º40.88%70.98%-
XYZ28.6922.0925.67-
YUV132.32129.52162.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=42.79%
G=25.30%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110713500.410.250.29337.333.3356.47
HexB56B87029191D1512138
Octal26515320705131355214170
Binary1011010111010111000011101010011100111101101010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56b87; }

 p { color: rgb(181,107,135); }

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

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

 a { background-color: rgb(181,107,135); }

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

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

 span { border-color: rgb(181,107,135); }

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