#B56391

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

Shades of Tapestry #B56391

Tints of Tapestry #B56391

Color information

#B56391 (or 0xB56391) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 91. RGB value is (181,99,145). Sum of RGB (Red+Green+Blue) = 181+99+145=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B56391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56391 is #4A9C6E. Grayscale: #808080. Windows color (decimal): -4889711 or 9528245. OLE color: 9528245.

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

Color convert

RGB18199145-
CMYK00.450.200.29
HSL326.34º35.65%54.9%-
HSV(B)326.34º45.3%70.98%-
XYZ28.6320.7929.29-
YUV128.76137.17165.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=42.59%
G=23.29%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819914500.450.200.29326.3435.6554.9
HexB5639102D141D1462437
Octal26514322105524355064467
Binary1011010111000111001000101011011010011101101000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56391; }

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

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

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

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

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

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

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

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