#B4637F

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

Shades of Tapestry #B4637F

Tints of Tapestry #B4637F

Color information

#B4637F (or 0xB4637F) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 7F. RGB value is (180,99,127). Sum of RGB (Red+Green+Blue) = 180+99+127=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637F is #4B9C80. Grayscale: #7E7E7E. Windows color (decimal): -4955265 or 8348596. OLE color: 8348596.

HSL color Cylindrical-coordinate representation of color #B4637F: hue angle of 339.26º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4637F is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18099127-
CMYK00.450.290.29
HSL339.26º35.06%54.71%-
HSV(B)339.26º45%70.59%-
XYZ27.1120.1622.54-
YUV126.41128.34166.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 127 (50% from 255) = 31.28%
R=44.33%
G=24.38%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809912700.450.290.29339.2635.0654.71
HexB4637F02D1D1D1532337
Octal26414317705535355234367
Binary101101001100011111111101011011110111101101010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4637F; }

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

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

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

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

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

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

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

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