#B5637D

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

Shades of Tapestry #B5637D

Tints of Tapestry #B5637D

Color information

#B5637D (or 0xB5637D) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 7D. RGB value is (181,99,125). Sum of RGB (Red+Green+Blue) = 181+99+125=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5637D is #4A9C82. Grayscale: #7E7E7E. Windows color (decimal): -4889731 or 8217525. OLE color: 8217525.

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

Color convert

RGB18199125-
CMYK00.450.310.29
HSL340.98º35.65%54.9%-
HSV(B)340.98º45.3%70.98%-
XYZ27.2220.2321.87-
YUV126.48127.17166.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=44.69%
G=24.44%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819912500.450.310.29340.9835.6554.9
HexB5637D02D1F1D1552437
Octal26514317505537355254467
Binary101101011100011111110101011011111111101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5637D; }

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

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

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

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

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

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

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

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