#B16480

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

Shades of Tapestry #B16480

Tints of Tapestry #B16480

Color information

#B16480 (or 0xB16480) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 80. RGB value is (177,100,128). Sum of RGB (Red+Green+Blue) = 177+100+128=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16480 is #4E9B7F. Grayscale: #7E7E7E. Windows color (decimal): -5151616 or 8414385. OLE color: 8414385.

HSL color Cylindrical-coordinate representation of color #B16480: hue angle of 338.18º 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 #B16480 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177100128-
CMYK00.440.280.31
HSL338.18º33.05%54.31%-
HSV(B)338.18º43.5%69.41%-
XYZ26.5820.0222.89-
YUV126.21129.01164.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=43.70%
G=24.69%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710012800.440.280.31338.1833.0554.31
HexB1648002C1C1F1522136
Octal26114420005434375224166
Binary1011000111001001000000001011001110011111101010010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16480; }

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

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

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

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

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

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

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

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