#B17090

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

Shades of Tapestry #B17090

Tints of Tapestry #B17090

Color information

#B17090 (or 0xB17090) is unknown color: approx Tapestry. HEX triplet: B1, 70 and 90. RGB value is (177,112,144). Sum of RGB (Red+Green+Blue) = 177+112+144=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B17090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17090 is #4E8F6F. Grayscale: #878787. Windows color (decimal): -5148528 or 9466033. OLE color: 9466033.

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

Color convert

RGB177112144-
CMYK00.370.190.31
HSL330.46º29.41%56.67%-
HSV(B)330.46º36.72%69.41%-
XYZ28.9622.9529.29-
YUV135.08133.03157.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=40.88%
G=25.87%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711214400.370.190.31330.4629.4156.67
HexB17090025131F14a1d39
Octal26116022004523375123571
Binary101100011110000100100000100101100111111110100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17090; }

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

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

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

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

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

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

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

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