#B17190

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

Shades of Tapestry #B17190

Tints of Tapestry #B17190

Color information

#B17190 (or 0xB17190) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 90. RGB value is (177,113,144). Sum of RGB (Red+Green+Blue) = 177+113+144=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B17190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17190 is #4E8E6F. Grayscale: #878787. Windows color (decimal): -5148272 or 9466289. OLE color: 9466289.

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

Color convert

RGB177113144-
CMYK00.360.190.31
HSL330.94º29.09%56.86%-
HSV(B)330.94º36.16%69.41%-
XYZ29.0723.1729.33-
YUV135.67132.7157.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=40.78%
G=26.04%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711314400.360.190.31330.9429.0956.86
HexB17190024131F14b1d39
Octal26116122004423375133571
Binary101100011110001100100000100100100111111110100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17190; }

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

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

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

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

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

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

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

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