#B17F8E

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

Shades of Tapestry #B17F8E

Tints of Tapestry #B17F8E

Color information

#B17F8E (or 0xB17F8E) is unknown color: approx Tapestry. HEX triplet: B1, 7F and 8E. RGB value is (177,127,142). Sum of RGB (Red+Green+Blue) = 177+127+142=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F8E is #4E8071. Grayscale: #8F8F8F. Windows color (decimal): -5144690 or 9338801. OLE color: 9338801.

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

Color convert

RGB177127142-
CMYK00.280.200.31
HSL342º24.27%59.61%-
HSV(B)342º28.25%69.41%-
XYZ30.626.4829.09-
YUV143.66127.06151.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=39.69%
G=28.48%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712714200.280.200.3134224.2759.61
HexB17F8E01C141F156183c
Octal26117721603424375263074
Binary10110001111111110001110011100101001111110101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F8E; }

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

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

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

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

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

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

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

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