#B17C8E

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

Shades of Tapestry #B17C8E

Tints of Tapestry #B17C8E

Color information

#B17C8E (or 0xB17C8E) is unknown color: approx Tapestry. HEX triplet: B1, 7C and 8E. RGB value is (177,124,142). Sum of RGB (Red+Green+Blue) = 177+124+142=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C8E is #4E8371. Grayscale: #8D8D8D. Windows color (decimal): -5145458 or 9338033. OLE color: 9338033.

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

Color convert

RGB177124142-
CMYK00.300.200.31
HSL339.62º25.36%59.02%-
HSV(B)339.62º29.94%69.41%-
XYZ30.2225.7228.96-
YUV141.9128.06153.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=39.95%
G=27.99%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712414200.300.200.31339.6225.3659.02
HexB17C8E01E141F154193b
Octal26117421603624375243173
Binary10110001111110010001110011110101001111110101010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C8E; }

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

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

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

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

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

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

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

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