#B17580

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

Shades of Tapestry #B17580

Tints of Tapestry #B17580

Color information

#B17580 (or 0xB17580) is unknown color: approx Tapestry. HEX triplet: B1, 75 and 80. RGB value is (177,117,128). Sum of RGB (Red+Green+Blue) = 177+117+128=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17580 is #4E8A7F. Grayscale: #888888. Windows color (decimal): -5147264 or 8418737. OLE color: 8418737.

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

Color convert

RGB177117128-
CMYK00.340.280.31
HSL349º27.78%57.65%-
HSV(B)349º33.9%69.41%-
XYZ28.3923.6323.49-
YUV136.19123.38157.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=41.94%
G=27.73%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711712800.340.280.3134927.7857.65
HexB175800221C1F15d1c3a
Octal26116520004234375353472
Binary101100011110101100000000100010111001111110101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17580; }

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

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

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

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

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

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

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

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