#B16176

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

Shades of Tapestry #B16176

Tints of Tapestry #B16176

Color information

#B16176 (or 0xB16176) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 76. RGB value is (177,97,118). Sum of RGB (Red+Green+Blue) = 177+97+118=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16176 is #4E9E89. Grayscale: #7B7B7B. Windows color (decimal): -5152394 or 7758257. OLE color: 7758257.

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

Color convert

RGB17797118-
CMYK00.450.330.31
HSL344.25º33.9%53.73%-
HSV(B)344.25º45.2%69.41%-
XYZ25.6819.219.49-
YUV123.31125166.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=45.15%
G=24.74%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779711800.450.330.31344.2533.953.73
HexB1617602D211F1582236
Octal26114116605541375304266
Binary1011000111000011110110010110110000111111101011000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16176; }

 p { color: rgb(177,97,118); }

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

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

 a { background-color: rgb(177,97,118); }

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

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

 span { border-color: rgb(177,97,118); }

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