#B5717D

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

Shades of Tapestry #B5717D

Tints of Tapestry #B5717D

Color information

#B5717D (or 0xB5717D) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 7D. RGB value is (181,113,125). Sum of RGB (Red+Green+Blue) = 181+113+125=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5717D is #4A8E82. Grayscale: #868686. Windows color (decimal): -4886147 or 8221109. OLE color: 8221109.

HSL color Cylindrical-coordinate representation of color #B5717D: hue angle of 349.41º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5717D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181113125-
CMYK00.380.310.29
HSL349.41º31.48%57.65%-
HSV(B)349.41º37.57%70.98%-
XYZ28.6623.1122.35-
YUV134.7122.53161.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=43.20%
G=26.97%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111312500.380.310.29349.4131.4857.65
HexB5717D0261F1D15d1f3a
Octal26516117504637355353772
Binary10110101111000111111010100110111111110110101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5717D; }

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

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

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

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

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

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

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

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