#B17185

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

Shades of Tapestry #B17185

Tints of Tapestry #B17185

Color information

#B17185 (or 0xB17185) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 85. RGB value is (177,113,133). Sum of RGB (Red+Green+Blue) = 177+113+133=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17185 is #4E8E7A. Grayscale: #868686. Windows color (decimal): -5148283 or 8745393. OLE color: 8745393.

HSL color Cylindrical-coordinate representation of color #B17185: hue angle of 341.25º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17185 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB177113133-
CMYK00.360.250.31
HSL341.25º29.09%56.86%-
HSV(B)341.25º36.16%69.41%-
XYZ28.2722.8525.11-
YUV134.42127.2158.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=41.84%
G=26.71%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711313300.360.250.31341.2529.0956.86
HexB17185024191F1551d39
Octal26116120504431375253571
Binary101100011110001100001010100100110011111110101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17185; }

 p { color: rgb(177,113,133); }

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

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

 a { background-color: rgb(177,113,133); }

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

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

 span { border-color: rgb(177,113,133); }

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