#B4627D

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

Shades of Tapestry #B4627D

Tints of Tapestry #B4627D

Color information

#B4627D (or 0xB4627D) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 7D. RGB value is (180,98,125). Sum of RGB (Red+Green+Blue) = 180+98+125=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4627D is #4B9D82. Grayscale: #7D7D7D. Windows color (decimal): -4955523 or 8217268. OLE color: 8217268.

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

Color convert

RGB18098125-
CMYK00.460.310.29
HSL340.24º35.34%54.51%-
HSV(B)340.24º45.56%70.59%-
XYZ26.8919.9221.83-
YUV125.6127.67166.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=44.67%
G=24.32%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809812500.460.310.29340.2435.3454.51
HexB4627D02E1F1D1542337
Octal26414217505637355244367
Binary101101001100010111110101011101111111101101010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4627D; }

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

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

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

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

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

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

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

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