#B16387

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

Shades of Tapestry #B16387

Tints of Tapestry #B16387

Color information

#B16387 (or 0xB16387) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 87. RGB value is (177,99,135). Sum of RGB (Red+Green+Blue) = 177+99+135=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16387 is #4E9C78. Grayscale: #7E7E7E. Windows color (decimal): -5151865 or 8872881. OLE color: 8872881.

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

Color convert

RGB17799135-
CMYK00.440.240.31
HSL332.31º33.33%54.12%-
HSV(B)332.31º44.07%69.41%-
XYZ26.9720.0225.36-
YUV126.43132.84164.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=43.07%
G=24.09%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779913500.440.240.31332.3133.3354.12
HexB1638702C181F14c2136
Octal26114320705430375144166
Binary1011000111000111000011101011001100011111101001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16387; }

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

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

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

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

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

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

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

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