#B16484

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

Shades of Tapestry #B16484

Tints of Tapestry #B16484

Color information

#B16484 (or 0xB16484) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 84. RGB value is (177,100,132). Sum of RGB (Red+Green+Blue) = 177+100+132=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16484 is #4E9B7B. Grayscale: #7E7E7E. Windows color (decimal): -5151612 or 8676529. OLE color: 8676529.

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

Color convert

RGB177100132-
CMYK00.440.250.31
HSL335.06º33.05%54.31%-
HSV(B)335.06º43.5%69.41%-
XYZ26.8520.1324.3-
YUV126.67131.01163.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=43.28%
G=24.45%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710013200.440.250.31335.0633.0554.31
HexB1648402C191F14f2136
Octal26114420405431375174166
Binary1011000111001001000010001011001100111111101001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16484; }

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

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

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

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

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

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

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

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