#B3648E

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

Shades of Tapestry #B3648E

Tints of Tapestry #B3648E

Color information

#B3648E (or 0xB3648E) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 8E. RGB value is (179,100,142). Sum of RGB (Red+Green+Blue) = 179+100+142=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648E is #4C9B71. Grayscale: #808080. Windows color (decimal): -5020530 or 9331891. OLE color: 9331891.

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

Color convert

RGB179100142-
CMYK00.440.210.30
HSL328.1º34.2%54.71%-
HSV(B)328.1º44.13%70.2%-
XYZ28.0320.6528.1-
YUV128.41135.67164.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=42.52%
G=23.75%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910014200.440.210.30328.134.254.71
HexB3648E02C151E1482237
Octal26314421605425365104267
Binary1011001111001001000111001011001010111110101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3648E; }

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

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

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

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

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

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

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

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