#B17686

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

Shades of Tapestry #B17686

Tints of Tapestry #B17686

Color information

#B17686 (or 0xB17686) is unknown color: approx Tapestry. HEX triplet: B1, 76 and 86. RGB value is (177,118,134). Sum of RGB (Red+Green+Blue) = 177+118+134=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17686 is #4E8979. Grayscale: #898989. Windows color (decimal): -5147002 or 8812209. OLE color: 8812209.

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

Color convert

RGB177118134-
CMYK00.330.240.31
HSL343.73º27.44%57.84%-
HSV(B)343.73º33.33%69.41%-
XYZ28.9124.0325.67-
YUV137.46126.05156.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=41.26%
G=27.51%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711813400.330.240.31343.7327.4457.84
HexB17686021181F1581b3a
Octal26116620604130375303372
Binary101100011110110100001100100001110001111110101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17686; }

 p { color: rgb(177,118,134); }

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

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

 a { background-color: rgb(177,118,134); }

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

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

 span { border-color: rgb(177,118,134); }

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