#B56E89

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

Shades of Tapestry #B56E89

Tints of Tapestry #B56E89

Color information

#B56E89 (or 0xB56E89) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 89. RGB value is (181,110,137). Sum of RGB (Red+Green+Blue) = 181+110+137=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E89 is #4A9176. Grayscale: #868686. Windows color (decimal): -4886903 or 9006773. OLE color: 9006773.

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

Color convert

RGB181110137-
CMYK00.390.240.29
HSL337.18º32.42%57.06%-
HSV(B)337.18º39.23%70.98%-
XYZ29.1522.7826.53-
YUV134.31129.52161.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=42.29%
G=25.70%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111013700.390.240.29337.1832.4257.06
HexB56E89027181D1512039
Octal26515621104730355214071
Binary1011010111011101000100101001111100011101101010001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E89; }

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

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

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

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

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

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

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

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