#B5717E

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

Shades of Tapestry #B5717E

Tints of Tapestry #B5717E

Color information

#B5717E (or 0xB5717E) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 7E. RGB value is (181,113,126). Sum of RGB (Red+Green+Blue) = 181+113+126=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5717E is #4A8E81. Grayscale: #868686. Windows color (decimal): -4886146 or 8286645. OLE color: 8286645.

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

Color convert

RGB181113126-
CMYK00.380.300.29
HSL348.53º31.48%57.65%-
HSV(B)348.53º37.57%70.98%-
XYZ28.7323.1422.69-
YUV134.81123.03160.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 126 (49.61% from 255) = 30%
R=43.10%
G=26.90%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111312600.380.300.29348.5331.4857.65
HexB5717E0261E1D15d1f3a
Octal26516117604636355353772
Binary10110101111000111111100100110111101110110101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5717E; }

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

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

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

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

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

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

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

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