#B17A8C

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

Shades of Tapestry #B17A8C

Tints of Tapestry #B17A8C

Color information

#B17A8C (or 0xB17A8C) is unknown color: approx Tapestry. HEX triplet: B1, 7A and 8C. RGB value is (177,122,140). Sum of RGB (Red+Green+Blue) = 177+122+140=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8C is #4E8573. Grayscale: #8C8C8C. Windows color (decimal): -5145972 or 9206449. OLE color: 9206449.

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

Color convert

RGB177122140-
CMYK00.310.210.31
HSL340.36º26.07%58.63%-
HSV(B)340.36º31.07%69.41%-
XYZ29.8225.1628.1-
YUV140.5127.72154.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=40.32%
G=27.79%
B=31.89%

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
Decimal17712214000.310.210.31340.3626.0758.63
HexB17A8C01F151F1541a3b
Octal26117221403725375243273
Binary10110001111101010001100011111101011111110101010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A8C; }

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

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

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

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

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

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

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

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