#B16C86

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

Shades of Tapestry #B16C86

Tints of Tapestry #B16C86

Color information

#B16C86 (or 0xB16C86) is unknown color: approx Tapestry. HEX triplet: B1, 6C and 86. RGB value is (177,108,134). Sum of RGB (Red+Green+Blue) = 177+108+134=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C86 is #4E9379. Grayscale: #838383. Windows color (decimal): -5149562 or 8809649. OLE color: 8809649.

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

Color convert

RGB177108134-
CMYK00.390.240.31
HSL337.39º30.67%55.88%-
HSV(B)337.39º38.98%69.41%-
XYZ27.821.7925.3-
YUV131.6129.36160.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=42.24%
G=25.78%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710813400.390.240.31337.3930.6755.88
HexB16C86027181F1511f38
Octal26115420604730375213770
Binary101100011101100100001100100111110001111110101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C86; }

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

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

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

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

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

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

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

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