#B16482

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

Shades of Tapestry #B16482

Tints of Tapestry #B16482

Color information

#B16482 (or 0xB16482) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 82. RGB value is (177,100,130). Sum of RGB (Red+Green+Blue) = 177+100+130=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16482 is #4E9B7D. Grayscale: #7E7E7E. Windows color (decimal): -5151614 or 8545457. OLE color: 8545457.

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

Color convert

RGB177100130-
CMYK00.440.270.31
HSL336.62º33.05%54.31%-
HSV(B)336.62º43.5%69.41%-
XYZ26.7220.0723.59-
YUV126.44130.01164.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=43.49%
G=24.57%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710013000.440.270.31336.6233.0554.31
HexB1648202C1B1F1512136
Octal26114420205433375214166
Binary1011000111001001000001001011001101111111101010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16482; }

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

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

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

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

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

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

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

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