#B16086

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

Shades of Tapestry #B16086

Tints of Tapestry #B16086

Color information

#B16086 (or 0xB16086) is unknown color: approx Tapestry. HEX triplet: B1, 60 and 86. RGB value is (177,96,134). Sum of RGB (Red+Green+Blue) = 177+96+134=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16086 is #4E9F79. Grayscale: #7C7C7C. Windows color (decimal): -5152634 or 8806577. OLE color: 8806577.

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

Color convert

RGB17796134-
CMYK00.460.240.31
HSL331.85º34.18%53.53%-
HSV(B)331.85º45.76%69.41%-
XYZ26.6219.4324.9-
YUV124.55133.34165.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=43.49%
G=23.59%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779613400.460.240.31331.8534.1853.53
HexB1608602E181F14c2236
Octal26114020605630375144266
Binary1011000111000001000011001011101100011111101001100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16086; }

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

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

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

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

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

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

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

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