#B16E86

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

Shades of Tapestry #B16E86

Tints of Tapestry #B16E86

Color information

#B16E86 (or 0xB16E86) is unknown color: approx Tapestry. HEX triplet: B1, 6E and 86. RGB value is (177,110,134). Sum of RGB (Red+Green+Blue) = 177+110+134=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E86 is #4E9179. Grayscale: #848484. Windows color (decimal): -5149050 or 8810161. OLE color: 8810161.

HSL color Cylindrical-coordinate representation of color #B16E86: hue angle of 338.51º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E86 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177110134-
CMYK00.380.240.31
HSL338.51º30.04%56.27%-
HSV(B)338.51º37.85%69.41%-
XYZ28.0122.2225.37-
YUV132.77128.7159.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=42.04%
G=26.13%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711013400.380.240.31338.5130.0456.27
HexB16E86026181F1531e38
Octal26115620604630375233670
Binary101100011101110100001100100110110001111110101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E86; }

 p { color: rgb(177,110,134); }

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

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

 a { background-color: rgb(177,110,134); }

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

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

 span { border-color: rgb(177,110,134); }

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