#B5637E

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

Shades of Tapestry #B5637E

Tints of Tapestry #B5637E

Color information

#B5637E (or 0xB5637E) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 7E. RGB value is (181,99,126). Sum of RGB (Red+Green+Blue) = 181+99+126=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5637E is #4A9C81. Grayscale: #7E7E7E. Windows color (decimal): -4889730 or 8283061. OLE color: 8283061.

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

Color convert

RGB18199126-
CMYK00.450.300.29
HSL340.24º35.65%54.9%-
HSV(B)340.24º45.3%70.98%-
XYZ27.2820.2522.21-
YUV126.6127.67166.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=44.58%
G=24.38%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819912600.450.300.29340.2435.6554.9
HexB5637E02D1E1D1542437
Octal26514317605536355244467
Binary101101011100011111111001011011111011101101010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5637E; }

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

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

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

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

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

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

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

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