#B5617F

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

Shades of Tapestry #B5617F

Tints of Tapestry #B5617F

Color information

#B5617F (or 0xB5617F) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 7F. RGB value is (181,97,127). Sum of RGB (Red+Green+Blue) = 181+97+127=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5617F is #4A9E80. Grayscale: #7D7D7D. Windows color (decimal): -4890241 or 8348085. OLE color: 8348085.

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

Color convert

RGB18197127-
CMYK00.460.300.29
HSL338.57º36.21%54.51%-
HSV(B)338.57º46.41%70.98%-
XYZ27.1619.9122.49-
YUV125.54128.83167.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 127 (50% from 255) = 31.36%
R=44.69%
G=23.95%
B=31.36%

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
Decimal1819712700.460.300.29338.5736.2154.51
HexB5617F02E1E1D1532437
Octal26514117705636355234467
Binary101101011100001111111101011101111011101101010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5617F; }

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

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

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

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

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

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

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

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