#B56490

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

Shades of Tapestry #B56490

Tints of Tapestry #B56490

Color information

#B56490 (or 0xB56490) is unknown color: approx Tapestry. HEX triplet: B5, 64 and 90. RGB value is (181,100,144). Sum of RGB (Red+Green+Blue) = 181+100+144=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B56490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56490 is #4A9B6F. Grayscale: #818181. Windows color (decimal): -4889456 or 9462965. OLE color: 9462965.

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

Color convert

RGB181100144-
CMYK00.450.200.29
HSL327.41º35.37%55.1%-
HSV(B)327.41º44.75%70.98%-
XYZ28.6520.9528.92-
YUV129.23136.34164.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=42.59%
G=23.53%
B=33.88%

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
Decimal18110014400.450.200.29327.4135.3755.1
HexB5649002D141D1472337
Octal26514422005524355074367
Binary1011010111001001001000001011011010011101101000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56490; }

 p { color: rgb(181,100,144); }

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

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

 a { background-color: rgb(181,100,144); }

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

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

 span { border-color: rgb(181,100,144); }

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