#B56E81

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

Shades of Tapestry #B56E81

Tints of Tapestry #B56E81

Color information

#B56E81 (or 0xB56E81) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 81. RGB value is (181,110,129). Sum of RGB (Red+Green+Blue) = 181+110+129=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E81 is #4A917E. Grayscale: #858585. Windows color (decimal): -4886911 or 8482485. OLE color: 8482485.

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

Color convert

RGB181110129-
CMYK00.390.290.29
HSL343.94º32.42%57.06%-
HSV(B)343.94º39.23%70.98%-
XYZ28.5922.5623.62-
YUV133.39125.52161.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=43.10%
G=26.19%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111012900.390.290.29343.9432.4257.06
HexB56E810271D1D1582039
Octal26515620104735355304071
Binary1011010111011101000000101001111110111101101011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E81; }

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

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

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

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

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

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

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

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