#B16791

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

Shades of Tapestry #B16791

Tints of Tapestry #B16791

Color information

#B16791 (or 0xB16791) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 91. RGB value is (177,103,145). Sum of RGB (Red+Green+Blue) = 177+103+145=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16791 is #4E986E. Grayscale: #818181. Windows color (decimal): -5150831 or 9529265. OLE color: 9529265.

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

Color convert

RGB177103145-
CMYK00.420.180.31
HSL325.95º32.17%54.9%-
HSV(B)325.95º41.81%69.41%-
XYZ28.0921.0929.38-
YUV129.91136.52161.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=41.65%
G=24.24%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710314500.420.180.31325.9532.1754.9
HexB1679102A121F1462037
Octal26114722105222375064067
Binary1011000111001111001000101010101001011111101000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16791; }

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

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

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

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

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

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

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

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