#B16282

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

Shades of Tapestry #B16282

Tints of Tapestry #B16282

Color information

#B16282 (or 0xB16282) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 82. RGB value is (177,98,130). Sum of RGB (Red+Green+Blue) = 177+98+130=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16282 is #4E9D7D. Grayscale: #7D7D7D. Windows color (decimal): -5152126 or 8544945. OLE color: 8544945.

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

Color convert

RGB17798130-
CMYK00.450.270.31
HSL335.7º33.62%53.92%-
HSV(B)335.7º44.63%69.41%-
XYZ26.5319.6923.52-
YUV125.27130.67164.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=43.70%
G=24.20%
B=32.10%

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
Decimal1779813000.450.270.31335.733.6253.92
HexB1628202D1B1F1502236
Octal26114220205533375204266
Binary1011000111000101000001001011011101111111101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16282; }

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

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

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

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

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

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

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

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