#B2648A

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

Shades of Tapestry #B2648A

Tints of Tapestry #B2648A

Color information

#B2648A (or 0xB2648A) is unknown color: approx Tapestry. HEX triplet: B2, 64 and 8A. RGB value is (178,100,138). Sum of RGB (Red+Green+Blue) = 178+100+138=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648A is #4D9B75. Grayscale: #7F7F7F. Windows color (decimal): -5086070 or 9069746. OLE color: 9069746.

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

Color convert

RGB178100138-
CMYK00.440.220.30
HSL330.77º33.62%54.51%-
HSV(B)330.77º43.82%69.8%-
XYZ27.520.4126.54-
YUV127.65133.84163.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=42.79%
G=24.04%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810013800.440.220.30330.7733.6254.51
HexB2648A02C161E14b2237
Octal26214421205426365134267
Binary1011001011001001000101001011001011011110101001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2648A; }

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

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

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

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

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

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

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

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