#B16F84

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

Shades of Tapestry #B16F84

Tints of Tapestry #B16F84

Color information

#B16F84 (or 0xB16F84) is unknown color: approx Tapestry. HEX triplet: B1, 6F and 84. RGB value is (177,111,132). Sum of RGB (Red+Green+Blue) = 177+111+132=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F84 is #4E907B. Grayscale: #858585. Windows color (decimal): -5148796 or 8679345. OLE color: 8679345.

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

Color convert

RGB177111132-
CMYK00.370.250.31
HSL340.91º29.73%56.47%-
HSV(B)340.91º37.29%69.41%-
XYZ27.9822.3824.68-
YUV133.13127.37159.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=42.14%
G=26.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711113200.370.250.31340.9129.7356.47
HexB16F84025191F1551e38
Octal26115720404531375253670
Binary101100011101111100001000100101110011111110101010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F84; }

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

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

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

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

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

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

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

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