#B17182

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

Shades of Tapestry #B17182

Tints of Tapestry #B17182

Color information

#B17182 (or 0xB17182) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 82. RGB value is (177,113,130). Sum of RGB (Red+Green+Blue) = 177+113+130=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B17182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17182 is #4E8E7D. Grayscale: #868686. Windows color (decimal): -5148286 or 8548785. OLE color: 8548785.

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

Color convert

RGB177113130-
CMYK00.360.270.31
HSL344.06º29.09%56.86%-
HSV(B)344.06º36.16%69.41%-
XYZ28.0722.7724.03-
YUV134.07125.7158.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=42.14%
G=26.90%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711313000.360.270.31344.0629.0956.86
HexB171820241B1F1581d39
Octal26116120204433375303571
Binary101100011110001100000100100100110111111110101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17182; }

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

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

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

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

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

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

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

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