#b56d8d

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

Shades of Tapestry #B56D8D

Tints of Tapestry #B56D8D

Color information

#B56D8D (or 0xB56D8D) is unknown color: approx Tapestry. HEX triplet: B5, 6D and 8D. RGB value is (181,109,141). Sum of RGB (Red+Green+Blue) = 181+109+141=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D8D is #4A9272. Grayscale: #868686. Windows color (decimal): -4887155 or 9268661. OLE color: 9268661.

HSL color Cylindrical-coordinate representation of color #B56D8D: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56D8D is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181109141-
CMYK00.400.220.29
HSL333.33º32.73%56.86%-
HSV(B)333.33º39.78%70.98%-
XYZ29.3322.6828.03-
YUV134.18131.85161.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=42.00%
G=25.29%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110914100.400.220.29333.3332.7356.86
HexB56D8D028161D14d2139
Octal26515521505026355154171
Binary1011010111011011000110101010001011011101101001101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56d8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56d8d; }

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

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

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

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

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

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

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

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