#B56F8D

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

Shades of Tapestry #B56F8D

Tints of Tapestry #B56F8D

Color information

#B56F8D (or 0xB56F8D) is unknown color: approx Tapestry. HEX triplet: B5, 6F and 8D. RGB value is (181,111,141). Sum of RGB (Red+Green+Blue) = 181+111+141=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F8D is #4A9072. Grayscale: #878787. Windows color (decimal): -4886643 or 9269173. OLE color: 9269173.

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

Color convert

RGB181111141-
CMYK00.390.220.29
HSL334.29º32.11%57.25%-
HSV(B)334.29º38.67%70.98%-
XYZ29.5523.1228.1-
YUV135.35131.19160.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=41.80%
G=25.64%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111114100.390.220.29334.2932.1157.25
HexB56F8D027161D14e2039
Octal26515721504726355164071
Binary1011010111011111000110101001111011011101101001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F8D; }

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

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

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

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

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

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

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

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