#B17582

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

Shades of Tapestry #B17582

Tints of Tapestry #B17582

Color information

#B17582 (or 0xB17582) is unknown color: approx Tapestry. HEX triplet: B1, 75 and 82. RGB value is (177,117,130). Sum of RGB (Red+Green+Blue) = 177+117+130=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17582 is #4E8A7D. Grayscale: #888888. Windows color (decimal): -5147262 or 8549809. OLE color: 8549809.

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

Color convert

RGB177117130-
CMYK00.340.270.31
HSL347º27.78%57.65%-
HSV(B)347º33.9%69.41%-
XYZ28.5223.6824.19-
YUV136.42124.38156.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=41.75%
G=27.59%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711713000.340.270.3134727.7857.65
HexB175820221B1F15b1c3a
Octal26116520204233375333472
Binary101100011110101100000100100010110111111110101101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17582; }

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

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

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

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

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

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

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

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