#B1648D

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

Shades of Tapestry #B1648D

Tints of Tapestry #B1648D

Color information

#B1648D (or 0xB1648D) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 8D. RGB value is (177,100,141). Sum of RGB (Red+Green+Blue) = 177+100+141=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1648D is #4E9B72. Grayscale: #7F7F7F. Windows color (decimal): -5151603 or 9266353. OLE color: 9266353.

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

Color convert

RGB177100141-
CMYK00.440.200.31
HSL328.05º33.05%54.31%-
HSV(B)328.05º43.5%69.41%-
XYZ27.520.3827.68-
YUV127.7135.51163.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=42.34%
G=23.92%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710014100.440.200.31328.0533.0554.31
HexB1648D02C141F1482136
Octal26114421505424375104166
Binary1011000111001001000110101011001010011111101001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1648D; }

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

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

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

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

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

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

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

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