#B9718C

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

Shades of Tapestry #B9718C

Tints of Tapestry #B9718C

Color information

#B9718C (or 0xB9718C) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 8C. RGB value is (185,113,140). Sum of RGB (Red+Green+Blue) = 185+113+140=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9718C is #468E73. Grayscale: #898989. Windows color (decimal): -4623988 or 9204153. OLE color: 9204153.

HSL color Cylindrical-coordinate representation of color #B9718C: hue angle of 337.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9718C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185113140-
CMYK00.390.240.27
HSL337.5º33.96%58.43%-
HSV(B)337.5º38.92%72.55%-
XYZ30.6524.0227.83-
YUV137.61129.35161.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=42.24%
G=25.80%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511314000.390.240.27337.533.9658.43
HexB9718C027181B152223a
Octal27116121404730335224272
Binary1011100111100011000110001001111100011011101010010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9718C; }

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

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

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

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

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

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

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

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