#B56E88

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

Shades of Tapestry #B56E88

Tints of Tapestry #B56E88

Color information

#B56E88 (or 0xB56E88) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 88. RGB value is (181,110,136). Sum of RGB (Red+Green+Blue) = 181+110+136=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E88 is #4A9177. Grayscale: #868686. Windows color (decimal): -4886904 or 8941237. OLE color: 8941237.

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

Color convert

RGB181110136-
CMYK00.390.250.29
HSL338.03º32.42%57.06%-
HSV(B)338.03º39.23%70.98%-
XYZ29.0822.7526.15-
YUV134.19129.02161.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=42.39%
G=25.76%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111013600.390.250.29338.0332.4257.06
HexB56E88027191D1522039
Octal26515621004731355224071
Binary1011010111011101000100001001111100111101101010010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E88; }

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

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

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

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

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

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

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

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