#B4627E

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

Shades of Tapestry #B4627E

Tints of Tapestry #B4627E

Color information

#B4627E (or 0xB4627E) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 7E. RGB value is (180,98,126). Sum of RGB (Red+Green+Blue) = 180+98+126=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4627E is #4B9D81. Grayscale: #7D7D7D. Windows color (decimal): -4955522 or 8282804. OLE color: 8282804.

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

Color convert

RGB18098126-
CMYK00.460.30.29
HSL339.51º35.34%54.51%-
HSV(B)339.51º45.56%70.59%-
XYZ26.9619.9522.17-
YUV125.71128.17166.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=44.55%
G=24.26%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809812600.460.30.29339.5135.3454.51
HexB4627E02E1E1D1542337
Octal26414217605636355244367
Binary101101001100010111111001011101111011101101010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4627E; }

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

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

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

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

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

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

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

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