#B17184

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

Shades of Tapestry #B17184

Tints of Tapestry #B17184

Color information

#B17184 (or 0xB17184) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 84. RGB value is (177,113,132). Sum of RGB (Red+Green+Blue) = 177+113+132=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17184 is #4E8E7B. Grayscale: #868686. Windows color (decimal): -5148284 or 8679857. OLE color: 8679857.

HSL color Cylindrical-coordinate representation of color #B17184: hue angle of 342.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17184 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB177113132-
CMYK00.360.250.31
HSL342.19º29.09%56.86%-
HSV(B)342.19º36.16%69.41%-
XYZ28.222.8224.75-
YUV134.3126.7158.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=41.94%
G=26.78%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711313200.360.250.31342.1929.0956.86
HexB17184024191F1561d39
Octal26116120404431375263571
Binary101100011110001100001000100100110011111110101011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17184; }

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

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

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

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

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

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

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

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