#B4628E

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

Shades of Tapestry #B4628E

Tints of Tapestry #B4628E

Color information

#B4628E (or 0xB4628E) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 8E. RGB value is (180,98,142). Sum of RGB (Red+Green+Blue) = 180+98+142=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4628E is #4B9D71. Grayscale: #7F7F7F. Windows color (decimal): -4955506 or 9331380. OLE color: 9331380.

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

Color convert

RGB18098142-
CMYK00.460.210.29
HSL327.8º35.34%54.51%-
HSV(B)327.8º45.56%70.59%-
XYZ28.0720.3928.05-
YUV127.53136.17165.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=42.86%
G=23.33%
B=33.81%

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
Decimal1809814200.460.210.29327.835.3454.51
HexB4628E02E151D1482337
Octal26414221605625355104367
Binary1011010011000101000111001011101010111101101001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4628E; }

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

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

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

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

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

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

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

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