#B0648E

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

Shades of Tapestry #B0648E

Tints of Tapestry #B0648E

Color information

#B0648E (or 0xB0648E) is unknown color: approx Tapestry. HEX triplet: B0, 64 and 8E. RGB value is (176,100,142). Sum of RGB (Red+Green+Blue) = 176+100+142=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0648E is #4F9B71. Grayscale: #7F7F7F. Windows color (decimal): -5217138 or 9331888. OLE color: 9331888.

HSL color Cylindrical-coordinate representation of color #B0648E: hue angle of 326.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0648E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176100142-
CMYK00.430.190.31
HSL326.84º32.48%54.12%-
HSV(B)326.84º43.18%69.02%-
XYZ27.3420.328.07-
YUV127.51136.18162.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=42.11%
G=23.92%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610014200.430.190.31326.8432.4854.12
HexB0648E02B131F1472036
Octal26014421605323375074066
Binary1011000011001001000111001010111001111111101000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0648E; }

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

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

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

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

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

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

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

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