#B5618E

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

Shades of Tapestry #B5618E

Tints of Tapestry #B5618E

Color information

#B5618E (or 0xB5618E) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 8E. RGB value is (181,97,142). Sum of RGB (Red+Green+Blue) = 181+97+142=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5618E is #4A9E71. Grayscale: #7F7F7F. Windows color (decimal): -4890226 or 9331125. OLE color: 9331125.

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

Color convert

RGB18197142-
CMYK00.460.220.29
HSL327.86º36.21%54.51%-
HSV(B)327.86º46.41%70.98%-
XYZ28.2120.3328.03-
YUV127.25136.33166.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=43.10%
G=23.10%
B=33.81%

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
Decimal1819714200.460.220.29327.8636.2154.51
HexB5618E02E161D1482437
Octal26514121605626355104467
Binary1011010111000011000111001011101011011101101001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5618E; }

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

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

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

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

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

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

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

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