#B17782

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

Shades of Tapestry #B17782

Tints of Tapestry #B17782

Color information

#B17782 (or 0xB17782) is unknown color: approx Tapestry. HEX triplet: B1, 77 and 82. RGB value is (177,119,130). Sum of RGB (Red+Green+Blue) = 177+119+130=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17782 is #4E887D. Grayscale: #898989. Windows color (decimal): -5146750 or 8550321. OLE color: 8550321.

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

Color convert

RGB177119130-
CMYK00.330.270.31
HSL348.62º27.1%58.04%-
HSV(B)348.62º32.77%69.41%-
XYZ28.7624.1524.27-
YUV137.6123.72156.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=41.55%
G=27.93%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711913000.330.270.31348.6227.158.04
HexB177820211B1F15d1b3a
Octal26116720204133375353372
Binary101100011110111100000100100001110111111110101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17782; }

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

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

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

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

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

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

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

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