#B17E8D

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

Shades of Tapestry #B17E8D

Tints of Tapestry #B17E8D

Color information

#B17E8D (or 0xB17E8D) is unknown color: approx Tapestry. HEX triplet: B1, 7E and 8D. RGB value is (177,126,141). Sum of RGB (Red+Green+Blue) = 177+126+141=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8D is #4E8172. Grayscale: #8E8E8E. Windows color (decimal): -5144947 or 9273009. OLE color: 9273009.

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

Color convert

RGB177126141-
CMYK00.290.200.31
HSL342.35º24.64%59.41%-
HSV(B)342.35º28.81%69.41%-
XYZ30.426.1928.65-
YUV142.96126.9152.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=39.86%
G=28.38%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712614100.290.200.31342.3524.6459.41
HexB17E8D01D141F156193b
Octal26117621503524375263173
Binary10110001111111010001101011101101001111110101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E8D; }

 p { color: rgb(177,126,141); }

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

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

 a { background-color: rgb(177,126,141); }

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

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

 span { border-color: rgb(177,126,141); }

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