#B56E84

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

Shades of Tapestry #B56E84

Tints of Tapestry #B56E84

Color information

#B56E84 (or 0xB56E84) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 84. RGB value is (181,110,132). Sum of RGB (Red+Green+Blue) = 181+110+132=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E84 is #4A917B. Grayscale: #858585. Windows color (decimal): -4886908 or 8679093. OLE color: 8679093.

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

Color convert

RGB181110132-
CMYK00.390.270.29
HSL341.41º32.42%57.06%-
HSV(B)341.41º39.23%70.98%-
XYZ28.822.6424.68-
YUV133.74127.02161.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=42.79%
G=26.00%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111013200.390.270.29341.4132.4257.06
HexB56E840271B1D1552039
Octal26515620404733355254071
Binary1011010111011101000010001001111101111101101010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E84; }

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

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

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

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

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

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

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

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