#B9718D

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

Shades of Tapestry #B9718D

Tints of Tapestry #B9718D

Color information

#B9718D (or 0xB9718D) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 8D. RGB value is (185,113,141). Sum of RGB (Red+Green+Blue) = 185+113+141=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9718D is #468E72. Grayscale: #898989. Windows color (decimal): -4623987 or 9269689. OLE color: 9269689.

HSL color Cylindrical-coordinate representation of color #B9718D: hue angle of 336.67º 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 #B9718D is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185113141-
CMYK00.390.240.27
HSL336.67º33.96%58.43%-
HSV(B)336.67º38.92%72.55%-
XYZ30.7224.0528.22-
YUV137.72129.85161.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=42.14%
G=25.74%
B=32.12%

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
Decimal18511314100.390.240.27336.6733.9658.43
HexB9718D027181B151223a
Octal27116121504730335214272
Binary1011100111100011000110101001111100011011101010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9718D; }

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

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

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

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

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

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

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

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