#B16081

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

Shades of Tapestry #B16081

Tints of Tapestry #B16081

Color information

#B16081 (or 0xB16081) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 81. RGB value is (177,96,129). Sum of RGB (Red+Green+Blue) = 177+96+129=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B16081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16081 is #4E9F7E. Grayscale: #7B7B7B. Windows color (decimal): -5152639 or 8478897. OLE color: 8478897.

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

Color convert

RGB17796129-
CMYK00.460.270.31
HSL335.56º34.18%53.53%-
HSV(B)335.56º45.76%69.41%-
XYZ26.2819.323.11-
YUV123.98130.84165.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=44.03%
G=23.88%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779612900.460.270.31335.5634.1853.53
HexB1608102E1B1F1502236
Octal26114020105633375204266
Binary1011000111000001000000101011101101111111101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16081; }

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

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

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

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

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

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

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

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