#B17F8B

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

Shades of Tapestry #B17F8B

Tints of Tapestry #B17F8B

Color information

#B17F8B (or 0xB17F8B) is unknown color: approx Tapestry. HEX triplet: B1, 7F and 8B. RGB value is (177,127,139). Sum of RGB (Red+Green+Blue) = 177+127+139=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F8B is #4E8074. Grayscale: #8F8F8F. Windows color (decimal): -5144693 or 9142193. OLE color: 9142193.

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

Color convert

RGB177127139-
CMYK00.280.210.31
HSL345.6º24.27%59.61%-
HSV(B)345.6º28.25%69.41%-
XYZ30.3826.3927.92-
YUV143.32125.56152.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=39.95%
G=28.67%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712713900.280.210.31345.624.2759.61
HexB17F8B01C151F15a183c
Octal26117721303425375323074
Binary10110001111111110001011011100101011111110101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F8B; }

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

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

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

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

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

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

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

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