#B1647F

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

Shades of Tapestry #B1647F

Tints of Tapestry #B1647F

Color information

#B1647F (or 0xB1647F) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 7F. RGB value is (177,100,127). Sum of RGB (Red+Green+Blue) = 177+100+127=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1647F is #4E9B80. Grayscale: #7E7E7E. Windows color (decimal): -5151617 or 8348849. OLE color: 8348849.

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

Color convert

RGB177100127-
CMYK00.440.280.31
HSL338.96º33.05%54.31%-
HSV(B)338.96º43.5%69.41%-
XYZ26.5219.9922.54-
YUV126.1128.51164.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 127 (50% from 255) = 31.44%
R=43.81%
G=24.75%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710012700.440.280.31338.9633.0554.31
HexB1647F02C1C1F1532136
Octal26114417705434375234166
Binary101100011100100111111101011001110011111101010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1647F; }

 p { color: rgb(177,100,127); }

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

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

 a { background-color: rgb(177,100,127); }

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

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

 span { border-color: rgb(177,100,127); }

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