#B56E8D

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

Shades of Tapestry #B56E8D

Tints of Tapestry #B56E8D

Color information

#B56E8D (or 0xB56E8D) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 8D. RGB value is (181,110,141). Sum of RGB (Red+Green+Blue) = 181+110+141=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E8D is #4A9172. Grayscale: #868686. Windows color (decimal): -4886899 or 9268917. OLE color: 9268917.

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

Color convert

RGB181110141-
CMYK00.390.220.29
HSL333.8º32.42%57.06%-
HSV(B)333.8º39.23%70.98%-
XYZ29.4422.928.07-
YUV134.76131.52160.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=41.90%
G=25.46%
B=32.64%

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
Decimal18111014100.390.220.29333.832.4257.06
HexB56E8D027161D14e2039
Octal26515621504726355164071
Binary1011010111011101000110101001111011011101101001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E8D; }

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

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

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

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

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

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

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

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