#B4628D

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

Shades of Tapestry #B4628D

Tints of Tapestry #B4628D

Color information

#B4628D (or 0xB4628D) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 8D. RGB value is (180,98,141). Sum of RGB (Red+Green+Blue) = 180+98+141=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4628D is #4B9D72. Grayscale: #7F7F7F. Windows color (decimal): -4955507 or 9265844. OLE color: 9265844.

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

Color convert

RGB18098141-
CMYK00.460.220.29
HSL328.54º35.34%54.51%-
HSV(B)328.54º45.56%70.59%-
XYZ2820.3627.65-
YUV127.42135.67165.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=42.96%
G=23.39%
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
Decimal1809814100.460.220.29328.5435.3454.51
HexB4628D02E161D1492337
Octal26414221505626355114367
Binary1011010011000101000110101011101011011101101001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4628D; }

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

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

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

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

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

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

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

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