#B5617B

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

Shades of Tapestry #B5617B

Tints of Tapestry #B5617B

Color information

#B5617B (or 0xB5617B) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 7B. RGB value is (181,97,123). Sum of RGB (Red+Green+Blue) = 181+97+123=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5617B is #4A9E84. Grayscale: #7D7D7D. Windows color (decimal): -4890245 or 8085941. OLE color: 8085941.

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

Color convert

RGB18197123-
CMYK00.460.320.29
HSL341.43º36.21%54.51%-
HSV(B)341.43º46.41%70.98%-
XYZ26.9119.821.14-
YUV125.08126.83167.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=45.14%
G=24.19%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819712300.460.320.29341.4336.2154.51
HexB5617B02E201D1552437
Octal26514117305640355254467
Binary1011010111000011111011010111010000011101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5617B; }

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

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

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

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

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

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

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

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