#b3647c

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

Shades of Tapestry #B3647C

Tints of Tapestry #B3647C

Color information

#B3647C (or 0xB3647C) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 7C. RGB value is (179,100,124). Sum of RGB (Red+Green+Blue) = 179+100+124=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3647C is #4C9B83. Grayscale: #7E7E7E. Windows color (decimal): -5020548 or 8152243. OLE color: 8152243.

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

Color convert

RGB179100124-
CMYK00.440.310.30
HSL341.77º34.2%54.71%-
HSV(B)341.77º44.13%70.2%-
XYZ26.7920.1521.55-
YUV126.36126.67165.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=44.42%
G=24.81%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910012400.440.310.30341.7734.254.71
HexB3647C02C1F1E1562237
Octal26314417405437365264267
Binary101100111100100111110001011001111111110101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3647c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3647c; }

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

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

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

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

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

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

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

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