#B2648B

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

Shades of Tapestry #B2648B

Tints of Tapestry #B2648B

Color information

#B2648B (or 0xB2648B) is unknown color: approx Tapestry. HEX triplet: B2, 64 and 8B. RGB value is (178,100,139). Sum of RGB (Red+Green+Blue) = 178+100+139=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648B is #4D9B74. Grayscale: #7F7F7F. Windows color (decimal): -5086069 or 9135282. OLE color: 9135282.

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

Color convert

RGB178100139-
CMYK00.440.220.30
HSL330º33.62%54.51%-
HSV(B)330º43.82%69.8%-
XYZ27.5820.4426.92-
YUV127.77134.34163.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=42.69%
G=23.98%
B=33.33%

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
Decimal17810013900.440.220.3033033.6254.51
HexB2648B02C161E14a2237
Octal26214421305426365124267
Binary1011001011001001000101101011001011011110101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2648B; }

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

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

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

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

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

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

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

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