#B16490

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

Shades of Tapestry #B16490

Tints of Tapestry #B16490

Color information

#B16490 (or 0xB16490) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 90. RGB value is (177,100,144). Sum of RGB (Red+Green+Blue) = 177+100+144=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16490 is #4E9B6F. Grayscale: #7F7F7F. Windows color (decimal): -5151600 or 9462961. OLE color: 9462961.

HSL color Cylindrical-coordinate representation of color #B16490: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16490 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB177100144-
CMYK00.440.190.31
HSL325.71º33.05%54.31%-
HSV(B)325.71º43.5%69.41%-
XYZ27.7220.4828.88-
YUV128.04137.01162.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=42.04%
G=23.75%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710014400.440.190.31325.7133.0554.31
HexB1649002C131F1462136
Octal26114422005423375064166
Binary1011000111001001001000001011001001111111101000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16490; }

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

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

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

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

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

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

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

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