#B17890

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

Shades of Tapestry #B17890

Tints of Tapestry #B17890

Color information

#B17890 (or 0xB17890) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 90. RGB value is (177,120,144). Sum of RGB (Red+Green+Blue) = 177+120+144=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17890 is #4E876F. Grayscale: #8B8B8B. Windows color (decimal): -5146480 or 9468081. OLE color: 9468081.

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

Color convert

RGB177120144-
CMYK00.320.190.31
HSL334.74º26.76%58.24%-
HSV(B)334.74º32.2%69.41%-
XYZ29.8824.7929.6-
YUV139.78130.38154.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=40.14%
G=27.21%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712014400.320.190.31334.7426.7658.24
HexB17890020131F14f1b3a
Octal26117022004023375173372
Binary101100011111000100100000100000100111111110100111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17890; }

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

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

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

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

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

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

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

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