#B56B8D

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

Shades of Tapestry #B56B8D

Tints of Tapestry #B56B8D

Color information

#B56B8D (or 0xB56B8D) is unknown color: approx Tapestry. HEX triplet: B5, 6B and 8D. RGB value is (181,107,141). Sum of RGB (Red+Green+Blue) = 181+107+141=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B8D is #4A9472. Grayscale: #848484. Windows color (decimal): -4887667 or 9268149. OLE color: 9268149.

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

Color convert

RGB181107141-
CMYK00.410.220.29
HSL332.43º33.33%56.47%-
HSV(B)332.43º40.88%70.98%-
XYZ29.1222.2627.96-
YUV133132.52162.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=42.19%
G=24.94%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110714100.410.220.29332.4333.3356.47
HexB56B8D029161D14c2138
Octal26515321505126355144170
Binary1011010111010111000110101010011011011101101001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B8D; }

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

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

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

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

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

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

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

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