#B17C82

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

Shades of Tapestry #B17C82

Tints of Tapestry #B17C82

Color information

#B17C82 (or 0xB17C82) is unknown color: approx Tapestry. HEX triplet: B1, 7C and 82. RGB value is (177,124,130). Sum of RGB (Red+Green+Blue) = 177+124+130=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C82 is #4E837D. Grayscale: #8C8C8C. Windows color (decimal): -5145470 or 8551601. OLE color: 8551601.

HSL color Cylindrical-coordinate representation of color #B17C82: hue angle of 353.21º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C82 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177124130-
CMYK00.300.270.31
HSL353.21º25.36%59.02%-
HSV(B)353.21º29.94%69.41%-
XYZ29.3725.3724.47-
YUV140.53122.06154.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=41.07%
G=28.77%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712413000.300.270.31353.2125.3659.02
HexB17C8201E1B1F161193b
Octal26117420203633375413173
Binary10110001111110010000010011110110111111110110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C82; }

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

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

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

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

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

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

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

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