#B5618D

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

Shades of Tapestry #B5618D

Tints of Tapestry #B5618D

Color information

#B5618D (or 0xB5618D) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 8D. RGB value is (181,97,141). Sum of RGB (Red+Green+Blue) = 181+97+141=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5618D is #4A9E72. Grayscale: #7F7F7F. Windows color (decimal): -4890227 or 9265589. OLE color: 9265589.

HSL color Cylindrical-coordinate representation of color #B5618D: hue angle of 328.57º 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 #B5618D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18197141-
CMYK00.460.220.29
HSL328.57º36.21%54.51%-
HSV(B)328.57º46.41%70.98%-
XYZ28.1420.327.63-
YUV127.13135.83166.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=43.20%
G=23.15%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819714100.460.220.29328.5736.2154.51
HexB5618D02E161D1492437
Octal26514121505626355114467
Binary1011010111000011000110101011101011011101101001001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5618D; }

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

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

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

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

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

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

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

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