#B17B8B

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

Shades of Tapestry #B17B8B

Tints of Tapestry #B17B8B

Color information

#B17B8B (or 0xB17B8B) is unknown color: approx Tapestry. HEX triplet: B1, 7B and 8B. RGB value is (177,123,139). Sum of RGB (Red+Green+Blue) = 177+123+139=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B8B is #4E8474. Grayscale: #8C8C8C. Windows color (decimal): -5145717 or 9141169. OLE color: 9141169.

HSL color Cylindrical-coordinate representation of color #B17B8B: hue angle of 342.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17B8B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177123139-
CMYK00.310.210.31
HSL342.22º25.71%58.82%-
HSV(B)342.22º30.51%69.41%-
XYZ29.8725.3827.75-
YUV140.97126.89153.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=40.32%
G=28.02%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712313900.310.210.31342.2225.7158.82
HexB17B8B01F151F1561a3b
Octal26117321303725375263273
Binary10110001111101110001011011111101011111110101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B8B; }

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

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

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

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

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

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

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

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