#B16A8A

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

Shades of Tapestry #B16A8A

Tints of Tapestry #B16A8A

Color information

#B16A8A (or 0xB16A8A) is unknown color: approx Tapestry. HEX triplet: B1, 6A and 8A. RGB value is (177,106,138). Sum of RGB (Red+Green+Blue) = 177+106+138=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16A8A is #4E9575. Grayscale: #828282. Windows color (decimal): -5150070 or 9071281. OLE color: 9071281.

HSL color Cylindrical-coordinate representation of color #B16A8A: hue angle of 332.96º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16A8A is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB177106138-
CMYK00.400.220.31
HSL332.96º31.28%55.49%-
HSV(B)332.96º40.11%69.41%-
XYZ27.8721.4926.72-
YUV130.88132.02160.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=42.04%
G=25.18%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710613800.400.220.31332.9631.2855.49
HexB16A8A028161F14d1f37
Octal26115221205026375153767
Binary101100011101010100010100101000101101111110100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A8A; }

 p { color: rgb(177,106,138); }

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

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

 a { background-color: rgb(177,106,138); }

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

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

 span { border-color: rgb(177,106,138); }

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