#B17F86

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

Shades of Tapestry #B17F86

Tints of Tapestry #B17F86

Color information

#B17F86 (or 0xB17F86) is unknown color: approx Tapestry. HEX triplet: B1, 7F and 86. RGB value is (177,127,134). Sum of RGB (Red+Green+Blue) = 177+127+134=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F86 is #4E8079. Grayscale: #8E8E8E. Windows color (decimal): -5144698 or 8814513. OLE color: 8814513.

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

Color convert

RGB177127134-
CMYK00.280.240.31
HSL351.6º24.27%59.61%-
HSV(B)351.6º28.25%69.41%-
XYZ30.0226.2526.04-
YUV142.75123.06152.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=40.41%
G=29.00%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712713400.280.240.31351.624.2759.61
HexB17F8601C181F160183c
Octal26117720603430375403074
Binary10110001111111110000110011100110001111110110000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F86; }

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

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

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

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

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

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

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

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