#B5718B

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

Shades of Tapestry #B5718B

Tints of Tapestry #B5718B

Color information

#B5718B (or 0xB5718B) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 8B. RGB value is (181,113,139). Sum of RGB (Red+Green+Blue) = 181+113+139=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5718B is #4A8E74. Grayscale: #888888. Windows color (decimal): -4886133 or 9138613. OLE color: 9138613.

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

Color convert

RGB181113139-
CMYK00.380.230.29
HSL337.06º31.48%57.65%-
HSV(B)337.06º37.57%70.98%-
XYZ29.6223.527.4-
YUV136.3129.53159.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=41.80%
G=26.10%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111313900.380.230.29337.0631.4857.65
HexB5718B026171D1511f3a
Octal26516121304627355213772
Binary101101011110001100010110100110101111110110101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5718B; }

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

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

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

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

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

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

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

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