#B17A8A

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

Shades of Tapestry #B17A8A

Tints of Tapestry #B17A8A

Color information

#B17A8A (or 0xB17A8A) is unknown color: approx Tapestry. HEX triplet: B1, 7A and 8A. RGB value is (177,122,138). Sum of RGB (Red+Green+Blue) = 177+122+138=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8A is #4E8575. Grayscale: #8C8C8C. Windows color (decimal): -5145974 or 9075377. OLE color: 9075377.

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

Color convert

RGB177122138-
CMYK00.310.220.31
HSL342.55º26.07%58.63%-
HSV(B)342.55º31.07%69.41%-
XYZ29.6825.127.33-
YUV140.27126.72154.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=40.50%
G=27.92%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712213800.310.220.31342.5526.0758.63
HexB17A8A01F161F1571a3b
Octal26117221203726375273273
Binary10110001111101010001010011111101101111110101011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A8A; }

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

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

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

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

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

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

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

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