#B56387

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

Shades of Tapestry #B56387

Tints of Tapestry #B56387

Color information

#B56387 (or 0xB56387) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 87. RGB value is (181,99,135). Sum of RGB (Red+Green+Blue) = 181+99+135=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56387 is #4A9C78. Grayscale: #7F7F7F. Windows color (decimal): -4889721 or 8872885. OLE color: 8872885.

HSL color Cylindrical-coordinate representation of color #B56387: hue angle of 333.66º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56387 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18199135-
CMYK00.450.250.29
HSL333.66º35.65%54.9%-
HSV(B)333.66º45.3%70.98%-
XYZ27.8920.525.41-
YUV127.62132.17166.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=43.61%
G=23.86%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819913500.450.250.29333.6635.6554.9
HexB5638702D191D14e2437
Octal26514320705531355164467
Binary1011010111000111000011101011011100111101101001110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56387; }

 p { color: rgb(181,99,135); }

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

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

 a { background-color: rgb(181,99,135); }

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

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

 span { border-color: rgb(181,99,135); }

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