#B5617C

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

Shades of Tapestry #B5617C

Tints of Tapestry #B5617C

Color information

#B5617C (or 0xB5617C) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 7C. RGB value is (181,97,124). Sum of RGB (Red+Green+Blue) = 181+97+124=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5617C is #4A9E83. Grayscale: #7D7D7D. Windows color (decimal): -4890244 or 8151477. OLE color: 8151477.

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

Color convert

RGB18197124-
CMYK00.460.310.29
HSL340.71º36.21%54.51%-
HSV(B)340.71º46.41%70.98%-
XYZ26.9719.8321.47-
YUV125.19127.33167.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=45.02%
G=24.13%
B=30.85%

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
Decimal1819712400.460.310.29340.7136.2154.51
HexB5617C02E1F1D1552437
Octal26514117405637355254467
Binary101101011100001111110001011101111111101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5617C; }

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

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

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

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

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

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

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

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