#B17491

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

Shades of Tapestry #B17491

Tints of Tapestry #B17491

Color information

#B17491 (or 0xB17491) is unknown color: approx Tapestry. HEX triplet: B1, 74 and 91. RGB value is (177,116,145). Sum of RGB (Red+Green+Blue) = 177+116+145=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17491 is #4E8B6E. Grayscale: #898989. Windows color (decimal): -5147503 or 9532593. OLE color: 9532593.

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

Color convert

RGB177116145-
CMYK00.340.180.31
HSL331.48º28.11%57.45%-
HSV(B)331.48º34.46%69.41%-
XYZ29.4923.8829.84-
YUV137.54132.21156.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=40.41%
G=26.48%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711614500.340.180.31331.4828.1157.45
HexB17491022121F14b1c39
Octal26116422104222375133471
Binary101100011110100100100010100010100101111110100101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17491; }

 p { color: rgb(177,116,145); }

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

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

 a { background-color: rgb(177,116,145); }

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

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

 span { border-color: rgb(177,116,145); }

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