#B4627F

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

Shades of Tapestry #B4627F

Tints of Tapestry #B4627F

Color information

#B4627F (or 0xB4627F) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 7F. RGB value is (180,98,127). Sum of RGB (Red+Green+Blue) = 180+98+127=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4627F is #4B9D80. Grayscale: #7D7D7D. Windows color (decimal): -4955521 or 8348340. OLE color: 8348340.

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

Color convert

RGB18098127-
CMYK00.460.290.29
HSL338.78º35.34%54.51%-
HSV(B)338.78º45.56%70.59%-
XYZ27.0219.9722.51-
YUV125.82128.67166.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 127 (50% from 255) = 31.36%
R=44.44%
G=24.20%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809812700.460.290.29338.7835.3454.51
HexB4627F02E1D1D1532337
Octal26414217705635355234367
Binary101101001100010111111101011101110111101101010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4627F; }

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

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

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

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

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

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

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

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