#B17E8E

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

Shades of Tapestry #B17E8E

Tints of Tapestry #B17E8E

Color information

#B17E8E (or 0xB17E8E) is unknown color: approx Tapestry. HEX triplet: B1, 7E and 8E. RGB value is (177,126,142). Sum of RGB (Red+Green+Blue) = 177+126+142=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8E is #4E8171. Grayscale: #8F8F8F. Windows color (decimal): -5144946 or 9338545. OLE color: 9338545.

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

Color convert

RGB177126142-
CMYK00.290.200.31
HSL341.18º24.64%59.41%-
HSV(B)341.18º28.81%69.41%-
XYZ30.4726.2229.05-
YUV143.07127.4152.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=39.78%
G=28.31%
B=31.91%

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
Decimal17712614200.290.200.31341.1824.6459.41
HexB17E8E01D141F155193b
Octal26117621603524375253173
Binary10110001111111010001110011101101001111110101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E8E; }

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

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

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

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

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

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

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

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