#B2648E

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

Shades of Tapestry #B2648E

Tints of Tapestry #B2648E

Color information

#B2648E (or 0xB2648E) is unknown color: approx Tapestry. HEX triplet: B2, 64 and 8E. RGB value is (178,100,142). Sum of RGB (Red+Green+Blue) = 178+100+142=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648E is #4D9B71. Grayscale: #808080. Windows color (decimal): -5086066 or 9331890. OLE color: 9331890.

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

Color convert

RGB178100142-
CMYK00.440.200.30
HSL327.69º33.62%54.51%-
HSV(B)327.69º43.82%69.8%-
XYZ27.820.5328.09-
YUV128.11135.84163.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=42.38%
G=23.81%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810014200.440.200.30327.6933.6254.51
HexB2648E02C141E1482237
Octal26214421605424365104267
Binary1011001011001001000111001011001010011110101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2648E; }

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

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

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

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

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

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

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

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