#B56087

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

Shades of Tapestry #B56087

Tints of Tapestry #B56087

Color information

#B56087 (or 0xB56087) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 87. RGB value is (181,96,135). Sum of RGB (Red+Green+Blue) = 181+96+135=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B56087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56087 is #4A9F78. Grayscale: #7D7D7D. Windows color (decimal): -4890489 or 8872117. OLE color: 8872117.

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

Color convert

RGB18196135-
CMYK00.470.250.29
HSL332.47º36.48%54.31%-
HSV(B)332.47º46.96%70.98%-
XYZ27.6119.9425.31-
YUV125.86133.16167.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=43.93%
G=23.30%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819613500.470.250.29332.4736.4854.31
HexB5608702F191D14c2436
Octal26514020705731355144466
Binary1011010111000001000011101011111100111101101001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56087; }

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

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

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

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

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

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

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

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