#B5718C

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

Shades of Tapestry #B5718C

Tints of Tapestry #B5718C

Color information

#B5718C (or 0xB5718C) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 8C. RGB value is (181,113,140). Sum of RGB (Red+Green+Blue) = 181+113+140=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5718C is #4A8E73. Grayscale: #888888. Windows color (decimal): -4886132 or 9204149. OLE color: 9204149.

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

Color convert

RGB181113140-
CMYK00.380.230.29
HSL336.18º31.48%57.65%-
HSV(B)336.18º37.57%70.98%-
XYZ29.6923.5327.79-
YUV136.41130.03159.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=41.71%
G=26.04%
B=32.26%

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
Decimal18111314000.380.230.29336.1831.4857.65
HexB5718C026171D1501f3a
Octal26516121404627355203772
Binary101101011110001100011000100110101111110110101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5718C; }

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

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

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

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

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

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

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

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