#B3648D

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

Shades of Tapestry #B3648D

Tints of Tapestry #B3648D

Color information

#B3648D (or 0xB3648D) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 8D. RGB value is (179,100,141). Sum of RGB (Red+Green+Blue) = 179+100+141=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648D is #4C9B72. Grayscale: #808080. Windows color (decimal): -5020531 or 9266355. OLE color: 9266355.

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

Color convert

RGB179100141-
CMYK00.440.210.30
HSL328.86º34.2%54.71%-
HSV(B)328.86º44.13%70.2%-
XYZ27.9620.6227.71-
YUV128.3135.17164.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=42.62%
G=23.81%
B=33.57%

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
Decimal17910014100.440.210.30328.8634.254.71
HexB3648D02C151E1492237
Octal26314421505425365114267
Binary1011001111001001000110101011001010111110101001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3648D; }

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

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

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

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

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

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

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

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