#B16F87

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

Shades of Tapestry #B16F87

Tints of Tapestry #B16F87

Color information

#B16F87 (or 0xB16F87) is unknown color: approx Tapestry. HEX triplet: B1, 6F and 87. RGB value is (177,111,135). Sum of RGB (Red+Green+Blue) = 177+111+135=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F87 is #4E9078. Grayscale: #858585. Windows color (decimal): -5148793 or 8875953. OLE color: 8875953.

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

Color convert

RGB177111135-
CMYK00.370.240.31
HSL338.18º29.73%56.47%-
HSV(B)338.18º37.29%69.41%-
XYZ28.1922.4725.77-
YUV133.47128.87159.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=41.84%
G=26.24%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711113500.370.240.31338.1829.7356.47
HexB16F87025181F1521e38
Octal26115720704530375223670
Binary101100011101111100001110100101110001111110101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F87; }

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

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

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

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

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

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

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

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