#B16080

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

Shades of Tapestry #B16080

Tints of Tapestry #B16080

Color information

#B16080 (or 0xB16080) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 80. RGB value is (177,96,128). Sum of RGB (Red+Green+Blue) = 177+96+128=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B16080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16080 is #4E9F7F. Grayscale: #7B7B7B. Windows color (decimal): -5152640 or 8413361. OLE color: 8413361.

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

Color convert

RGB17796128-
CMYK00.460.280.31
HSL336.3º34.18%53.53%-
HSV(B)336.3º45.76%69.41%-
XYZ26.2119.2722.76-
YUV123.87130.34165.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=44.14%
G=23.94%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779612800.460.280.31336.334.1853.53
HexB1608002E1C1F1502236
Octal26114020005634375204266
Binary1011000111000001000000001011101110011111101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16080; }

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

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

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

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

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

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

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

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