#B56A82

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

Shades of Tapestry #B56A82

Tints of Tapestry #B56A82

Color information

#B56A82 (or 0xB56A82) is unknown color: approx Tapestry. HEX triplet: B5, 6A and 82. RGB value is (181,106,130). Sum of RGB (Red+Green+Blue) = 181+106+130=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A82 is #4A957D. Grayscale: #838383. Windows color (decimal): -4887934 or 8546997. OLE color: 8546997.

HSL color Cylindrical-coordinate representation of color #B56A82: hue angle of 340.8º degrees, saturation: 0.34, 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 #B56A82 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181106130-
CMYK00.410.280.29
HSL340.8º33.63%56.27%-
HSV(B)340.8º41.44%70.98%-
XYZ28.2421.7423.83-
YUV131.16127.35163.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=43.41%
G=25.42%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110613000.410.280.29340.833.6356.27
HexB56A820291C1D1552238
Octal26515220205134355254270
Binary1011010111010101000001001010011110011101101010101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A82; }

 p { color: rgb(181,106,130); }

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

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

 a { background-color: rgb(181,106,130); }

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

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

 span { border-color: rgb(181,106,130); }

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