#B17189

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

Shades of Tapestry #B17189

Tints of Tapestry #B17189

Color information

#B17189 (or 0xB17189) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 89. RGB value is (177,113,137). Sum of RGB (Red+Green+Blue) = 177+113+137=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17189 is #4E8E76. Grayscale: #868686. Windows color (decimal): -5148279 or 9007537. OLE color: 9007537.

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

Color convert

RGB177113137-
CMYK00.360.230.31
HSL337.5º29.09%56.86%-
HSV(B)337.5º36.16%69.41%-
XYZ28.5522.9626.59-
YUV134.87129.2158.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=41.45%
G=26.46%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711313700.360.230.31337.529.0956.86
HexB17189024171F1521d39
Octal26116121104427375223571
Binary101100011110001100010010100100101111111110101001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17189; }

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

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

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

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

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

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

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

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