#B16986

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

Shades of Tapestry #B16986

Tints of Tapestry #B16986

Color information

#B16986 (or 0xB16986) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 86. RGB value is (177,105,134). Sum of RGB (Red+Green+Blue) = 177+105+134=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B16986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16986 is #4E9679. Grayscale: #818181. Windows color (decimal): -5150330 or 8808881. OLE color: 8808881.

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

Color convert

RGB177105134-
CMYK00.410.240.31
HSL335.83º31.58%55.29%-
HSV(B)335.83º40.68%69.41%-
XYZ27.4921.1725.19-
YUV129.83130.35161.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=42.55%
G=25.24%
B=32.21%

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
Decimal17710513400.410.240.31335.8331.5855.29
HexB16986029181F1502037
Octal26115120605130375204067
Binary1011000111010011000011001010011100011111101010000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16986; }

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

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

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

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

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

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

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

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