#B16886

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

Shades of Tapestry #B16886

Tints of Tapestry #B16886

Color information

#B16886 (or 0xB16886) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 86. RGB value is (177,104,134). Sum of RGB (Red+Green+Blue) = 177+104+134=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B16886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16886 is #4E9779. Grayscale: #818181. Windows color (decimal): -5150586 or 8808625. OLE color: 8808625.

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

Color convert

RGB177104134-
CMYK00.410.240.31
HSL335.34º31.88%55.1%-
HSV(B)335.34º41.24%69.41%-
XYZ27.3820.9725.16-
YUV129.25130.68162.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=42.65%
G=25.06%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710413400.410.240.31335.3431.8855.1
HexB16886029181F14f2037
Octal26115020605130375174067
Binary1011000111010001000011001010011100011111101001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16886; }

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

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

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

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

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

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

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

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