#B2648C

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

Shades of Tapestry #B2648C

Tints of Tapestry #B2648C

Color information

#B2648C (or 0xB2648C) is unknown color: approx Tapestry. HEX triplet: B2, 64 and 8C. RGB value is (178,100,140). Sum of RGB (Red+Green+Blue) = 178+100+140=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648C is #4D9B73. Grayscale: #7F7F7F. Windows color (decimal): -5086068 or 9200818. OLE color: 9200818.

HSL color Cylindrical-coordinate representation of color #B2648C: hue angle of 329.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2648C is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178100140-
CMYK00.440.210.30
HSL329.23º33.62%54.51%-
HSV(B)329.23º43.82%69.8%-
XYZ27.6520.4727.31-
YUV127.88134.84163.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=42.58%
G=23.92%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810014000.440.210.30329.2333.6254.51
HexB2648C02C151E1492237
Octal26214421405425365114267
Binary1011001011001001000110001011001010111110101001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2648C; }

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

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

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

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

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

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

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

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