#B5627E

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

Shades of Tapestry #B5627E

Tints of Tapestry #B5627E

Color information

#B5627E (or 0xB5627E) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 7E. RGB value is (181,98,126). Sum of RGB (Red+Green+Blue) = 181+98+126=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5627E is #4A9D81. Grayscale: #7D7D7D. Windows color (decimal): -4889986 or 8282805. OLE color: 8282805.

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

Color convert

RGB18198126-
CMYK00.460.300.29
HSL339.76º35.93%54.71%-
HSV(B)339.76º45.86%70.98%-
XYZ27.1920.0722.18-
YUV126.01128167.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=44.69%
G=24.20%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819812600.460.300.29339.7635.9354.71
HexB5627E02E1E1D1542437
Octal26514217605636355244467
Binary101101011100010111111001011101111011101101010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5627E; }

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

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

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

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

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

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

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

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