#B3617C

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

Shades of Tapestry #B3617C

Tints of Tapestry #B3617C

Color information

#B3617C (or 0xB3617C) is unknown color: approx Tapestry. HEX triplet: B3, 61 and 7C. RGB value is (179,97,124). Sum of RGB (Red+Green+Blue) = 179+97+124=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3617C is #4C9E83. Grayscale: #7C7C7C. Windows color (decimal): -5021316 or 8151475. OLE color: 8151475.

HSL color Cylindrical-coordinate representation of color #B3617C: hue angle of 340.24º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3617C is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17997124-
CMYK00.460.310.30
HSL340.24º35.04%54.12%-
HSV(B)340.24º45.81%70.2%-
XYZ26.519.5921.45-
YUV124.6127.67166.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 124 (48.83% from 255) = 31%
R=44.75%
G=24.25%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799712400.460.310.30340.2435.0454.12
HexB3617C02E1F1E1542336
Octal26314117405637365244366
Binary101100111100001111110001011101111111110101010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3617C; }

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

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

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

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

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

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

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

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