#B1648C

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

Shades of Tapestry #B1648C

Tints of Tapestry #B1648C

Color information

#B1648C (or 0xB1648C) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 8C. RGB value is (177,100,140). Sum of RGB (Red+Green+Blue) = 177+100+140=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1648C is #4E9B73. Grayscale: #7F7F7F. Windows color (decimal): -5151604 or 9200817. OLE color: 9200817.

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

Color convert

RGB177100140-
CMYK00.440.210.31
HSL328.83º33.05%54.31%-
HSV(B)328.83º43.5%69.41%-
XYZ27.4220.3527.29-
YUV127.58135.01163.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=42.45%
G=23.98%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710014000.440.210.31328.8333.0554.31
HexB1648C02C151F1492136
Octal26114421405425375114166
Binary1011000111001001000110001011001010111111101001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1648C; }

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

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

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

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

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

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

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

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