#B4617C

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

Shades of Tapestry #B4617C

Tints of Tapestry #B4617C

Color information

#B4617C (or 0xB4617C) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 7C. RGB value is (180,97,124). Sum of RGB (Red+Green+Blue) = 180+97+124=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617C is #4B9E83. Grayscale: #7C7C7C. Windows color (decimal): -4955780 or 8151476. OLE color: 8151476.

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

Color convert

RGB18097124-
CMYK00.460.310.29
HSL340.48º35.62%54.31%-
HSV(B)340.48º46.11%70.59%-
XYZ26.7419.7121.46-
YUV124.9127.5167.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=44.89%
G=24.19%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809712400.460.310.29340.4835.6254.31
HexB4617C02E1F1D1542436
Octal26414117405637355244466
Binary101101001100001111110001011101111111101101010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4617C; }

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

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

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

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

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

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

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

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