#B17886

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

Shades of Tapestry #B17886

Tints of Tapestry #B17886

Color information

#B17886 (or 0xB17886) is unknown color: approx Tapestry. HEX triplet: B1, 78 and 86. RGB value is (177,120,134). Sum of RGB (Red+Green+Blue) = 177+120+134=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B17886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17886 is #4E8779. Grayscale: #8A8A8A. Windows color (decimal): -5146490 or 8812721. OLE color: 8812721.

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

Color convert

RGB177120134-
CMYK00.320.240.31
HSL345.26º26.76%58.24%-
HSV(B)345.26º32.2%69.41%-
XYZ29.1524.525.75-
YUV138.64125.38155.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=41.07%
G=27.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712013400.320.240.31345.2626.7658.24
HexB17886020181F1591b3a
Octal26117020604030375313372
Binary101100011111000100001100100000110001111110101100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17886; }

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

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

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

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

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

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

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

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