#B16C87

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

Shades of Tapestry #B16C87

Tints of Tapestry #B16C87

Color information

#B16C87 (or 0xB16C87) is unknown color: approx Tapestry. HEX triplet: B1, 6C and 87. RGB value is (177,108,135). Sum of RGB (Red+Green+Blue) = 177+108+135=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C87 is #4E9378. Grayscale: #838383. Windows color (decimal): -5149561 or 8875185. OLE color: 8875185.

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

Color convert

RGB177108135-
CMYK00.390.240.31
HSL336.52º30.67%55.88%-
HSV(B)336.52º38.98%69.41%-
XYZ27.8721.8225.66-
YUV131.71129.86160.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=42.14%
G=25.71%
B=32.14%

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
Decimal17710813500.390.240.31336.5230.6755.88
HexB16C87027181F1511f38
Octal26115420704730375213770
Binary101100011101100100001110100111110001111110101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C87; }

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

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

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

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

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

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

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

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