#B17488

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

Shades of Tapestry #B17488

Tints of Tapestry #B17488

Color information

#B17488 (or 0xB17488) is unknown color: approx Tapestry. HEX triplet: B1, 74 and 88. RGB value is (177,116,136). Sum of RGB (Red+Green+Blue) = 177+116+136=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17488 is #4E8B77. Grayscale: #888888. Windows color (decimal): -5147512 or 8942769. OLE color: 8942769.

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

Color convert

RGB177116136-
CMYK00.340.230.31
HSL340.33º28.11%57.45%-
HSV(B)340.33º34.46%69.41%-
XYZ28.8223.6226.33-
YUV136.52127.71156.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=41.26%
G=27.04%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711613600.340.230.31340.3328.1157.45
HexB17488022171F1541c39
Octal26116421004227375243471
Binary101100011110100100010000100010101111111110101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17488; }

 p { color: rgb(177,116,136); }

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

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

 a { background-color: rgb(177,116,136); }

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

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

 span { border-color: rgb(177,116,136); }

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