#B5627F

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

Shades of Tapestry #B5627F

Tints of Tapestry #B5627F

Color information

#B5627F (or 0xB5627F) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 7F. RGB value is (181,98,127). Sum of RGB (Red+Green+Blue) = 181+98+127=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5627F is #4A9D80. Grayscale: #7E7E7E. Windows color (decimal): -4889985 or 8348341. OLE color: 8348341.

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

Color convert

RGB18198127-
CMYK00.460.300.29
HSL339.04º35.93%54.71%-
HSV(B)339.04º45.86%70.98%-
XYZ27.2520.0922.52-
YUV126.12128.5167.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 127 (50% from 255) = 31.28%
R=44.58%
G=24.14%
B=31.28%

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
Decimal1819812700.460.300.29339.0435.9354.71
HexB5627F02E1E1D1532437
Octal26514217705636355234467
Binary101101011100010111111101011101111011101101010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5627F; }

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

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

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

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

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

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

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

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