#B2648F

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

Shades of Tapestry #B2648F

Tints of Tapestry #B2648F

Color information

#B2648F (or 0xB2648F) is unknown color: approx Tapestry. HEX triplet: B2, 64 and 8F. RGB value is (178,100,143). Sum of RGB (Red+Green+Blue) = 178+100+143=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648F is #4D9B70. Grayscale: #808080. Windows color (decimal): -5086065 or 9397426. OLE color: 9397426.

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

Color convert

RGB178100143-
CMYK00.440.200.30
HSL326.92º33.62%54.51%-
HSV(B)326.92º43.82%69.8%-
XYZ27.8820.5628.49-
YUV128.22136.34163.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=42.28%
G=23.75%
B=33.97%

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
Decimal17810014300.440.200.30326.9233.6254.51
HexB2648F02C141E1472237
Octal26214421705424365074267
Binary1011001011001001000111101011001010011110101000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2648F; }

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

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

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

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

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

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

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

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