#B56E8E

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

Shades of Tapestry #B56E8E

Tints of Tapestry #B56E8E

Color information

#B56E8E (or 0xB56E8E) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 8E. RGB value is (181,110,142). Sum of RGB (Red+Green+Blue) = 181+110+142=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E8E is #4A9171. Grayscale: #868686. Windows color (decimal): -4886898 or 9334453. OLE color: 9334453.

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

Color convert

RGB181110142-
CMYK00.390.220.29
HSL332.96º32.42%57.06%-
HSV(B)332.96º39.23%70.98%-
XYZ29.5122.9328.46-
YUV134.88132.02160.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=41.80%
G=25.40%
B=32.79%

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
Decimal18111014200.390.220.29332.9632.4257.06
HexB56E8E027161D14d2039
Octal26515621604726355154071
Binary1011010111011101000111001001111011011101101001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E8E; }

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

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

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

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

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

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

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

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