#B17D8E

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

Shades of Tapestry #B17D8E

Tints of Tapestry #B17D8E

Color information

#B17D8E (or 0xB17D8E) is unknown color: approx Tapestry. HEX triplet: B1, 7D and 8E. RGB value is (177,125,142). Sum of RGB (Red+Green+Blue) = 177+125+142=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D8E is #4E8271. Grayscale: #8E8E8E. Windows color (decimal): -5145202 or 9338289. OLE color: 9338289.

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

Color convert

RGB177125142-
CMYK00.290.200.31
HSL340.38º25%59.22%-
HSV(B)340.38º29.38%69.41%-
XYZ30.3525.9729-
YUV142.49127.73152.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=39.86%
G=28.15%
B=31.98%

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
Decimal17712514200.290.200.31340.382559.22
HexB17D8E01D141F154193b
Octal26117521603524375243173
Binary10110001111110110001110011101101001111110101010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D8E; }

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

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

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

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

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

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

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

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