#B4637E

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

Shades of Tapestry #B4637E

Tints of Tapestry #B4637E

Color information

#B4637E (or 0xB4637E) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 7E. RGB value is (180,99,126). Sum of RGB (Red+Green+Blue) = 180+99+126=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637E is #4B9C81. Grayscale: #7E7E7E. Windows color (decimal): -4955266 or 8283060. OLE color: 8283060.

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

Color convert

RGB18099126-
CMYK00.450.30.29
HSL340º35.06%54.71%-
HSV(B)340º45%70.59%-
XYZ27.0520.1322.2-
YUV126.3127.84166.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=44.44%
G=24.44%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809912600.450.30.2934035.0654.71
HexB4637E02D1E1D1542337
Octal26414317605536355244367
Binary101101001100011111111001011011111011101101010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4637E; }

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

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

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

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

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

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

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

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