#B17581

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

Shades of Tapestry #B17581

Tints of Tapestry #B17581

Color information

#B17581 (or 0xB17581) is unknown color: approx Tapestry. HEX triplet: B1, 75 and 81. RGB value is (177,117,129). Sum of RGB (Red+Green+Blue) = 177+117+129=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17581 is #4E8A7E. Grayscale: #888888. Windows color (decimal): -5147263 or 8484273. OLE color: 8484273.

HSL color Cylindrical-coordinate representation of color #B17581: hue angle of 348º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17581 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177117129-
CMYK00.340.270.31
HSL348º27.78%57.65%-
HSV(B)348º33.9%69.41%-
XYZ28.4623.6523.83-
YUV136.31123.88157.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=41.84%
G=27.66%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711712900.340.270.3134827.7857.65
HexB175810221B1F15c1c3a
Octal26116520104233375343472
Binary101100011110101100000010100010110111111110101110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17581; }

 p { color: rgb(177,117,129); }

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

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

 a { background-color: rgb(177,117,129); }

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

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

 span { border-color: rgb(177,117,129); }

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