#B17A8B

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

Shades of Tapestry #B17A8B

Tints of Tapestry #B17A8B

Color information

#B17A8B (or 0xB17A8B) is unknown color: approx Tapestry. HEX triplet: B1, 7A and 8B. RGB value is (177,122,139). Sum of RGB (Red+Green+Blue) = 177+122+139=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8B is #4E8574. Grayscale: #8C8C8C. Windows color (decimal): -5145973 or 9140913. OLE color: 9140913.

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

Color convert

RGB177122139-
CMYK00.310.210.31
HSL341.45º26.07%58.63%-
HSV(B)341.45º31.07%69.41%-
XYZ29.7525.1327.71-
YUV140.38127.22154.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=40.41%
G=27.85%
B=31.74%

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
Decimal17712213900.310.210.31341.4526.0758.63
HexB17A8B01F151F1551a3b
Octal26117221303725375253273
Binary10110001111101010001011011111101011111110101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A8B; }

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

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

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

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

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

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

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

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