#B16483

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

Shades of Tapestry #B16483

Tints of Tapestry #B16483

Color information

#B16483 (or 0xB16483) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 83. RGB value is (177,100,131). Sum of RGB (Red+Green+Blue) = 177+100+131=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16483 is #4E9B7C. Grayscale: #7E7E7E. Windows color (decimal): -5151613 or 8610993. OLE color: 8610993.

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

Color convert

RGB177100131-
CMYK00.440.260.31
HSL335.84º33.05%54.31%-
HSV(B)335.84º43.5%69.41%-
XYZ26.7920.123.94-
YUV126.56130.51163.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=43.38%
G=24.51%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710013100.440.260.31335.8433.0554.31
HexB1648302C1A1F1502136
Octal26114420305432375204166
Binary1011000111001001000001101011001101011111101010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16483; }

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

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

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

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

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

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

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

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