#B5617D

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

Shades of Tapestry #B5617D

Tints of Tapestry #B5617D

Color information

#B5617D (or 0xB5617D) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 7D. RGB value is (181,97,125). Sum of RGB (Red+Green+Blue) = 181+97+125=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5617D is #4A9E82. Grayscale: #7D7D7D. Windows color (decimal): -4890243 or 8217013. OLE color: 8217013.

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

Color convert

RGB18197125-
CMYK00.460.310.29
HSL340º36.21%54.51%-
HSV(B)340º46.41%70.98%-
XYZ27.0319.8521.81-
YUV125.31127.83167.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=44.91%
G=24.07%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819712500.460.310.2934036.2154.51
HexB5617D02E1F1D1542437
Octal26514117505637355244467
Binary101101011100001111110101011101111111101101010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5617D; }

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

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

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

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

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

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

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

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