#B4618E

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

Shades of Tapestry #B4618E

Tints of Tapestry #B4618E

Color information

#B4618E (or 0xB4618E) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 8E. RGB value is (180,97,142). Sum of RGB (Red+Green+Blue) = 180+97+142=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4618E is #4B9E71. Grayscale: #7E7E7E. Windows color (decimal): -4955762 or 9331124. OLE color: 9331124.

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

Color convert

RGB18097142-
CMYK00.460.210.29
HSL327.47º35.62%54.31%-
HSV(B)327.47º46.11%70.59%-
XYZ27.9820.2128.02-
YUV126.95136.5165.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=42.96%
G=23.15%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809714200.460.210.29327.4735.6254.31
HexB4618E02E151D1472436
Octal26414121605625355074466
Binary1011010011000011000111001011101010111101101000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4618E; }

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

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

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

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

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

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

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

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