#B46491

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

Shades of Tapestry #B46491

Tints of Tapestry #B46491

Color information

#B46491 (or 0xB46491) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 91. RGB value is (180,100,145). Sum of RGB (Red+Green+Blue) = 180+100+145=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B46491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46491 is #4B9B6E. Grayscale: #808080. Windows color (decimal): -4954991 or 9528500. OLE color: 9528500.

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

Color convert

RGB180100145-
CMYK00.440.190.29
HSL326.25º34.78%54.9%-
HSV(B)326.25º44.44%70.59%-
XYZ28.4920.8629.31-
YUV129.05137164.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=42.35%
G=23.53%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010014500.440.190.29326.2534.7854.9
HexB4649102C131D1462337
Octal26414422105423355064367
Binary1011010011001001001000101011001001111101101000110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46491; }

 p { color: rgb(180,100,145); }

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

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

 a { background-color: rgb(180,100,145); }

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

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

 span { border-color: rgb(180,100,145); }

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