#B16182

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

Shades of Tapestry #B16182

Tints of Tapestry #B16182

Color information

#B16182 (or 0xB16182) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 82. RGB value is (177,97,130). Sum of RGB (Red+Green+Blue) = 177+97+130=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16182 is #4E9E7D. Grayscale: #7C7C7C. Windows color (decimal): -5152382 or 8544689. OLE color: 8544689.

HSL color Cylindrical-coordinate representation of color #B16182: hue angle of 335.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 #B16182 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17797130-
CMYK00.450.270.31
HSL335.25º33.9%53.73%-
HSV(B)335.25º45.2%69.41%-
XYZ26.4419.5123.49-
YUV124.68131165.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=43.81%
G=24.01%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779713000.450.270.31335.2533.953.73
HexB1618202D1B1F14f2236
Octal26114120205533375174266
Binary1011000111000011000001001011011101111111101001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16182; }

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

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

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

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

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

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

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

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