#B9718A

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

Shades of Tapestry #B9718A

Tints of Tapestry #B9718A

Color information

#B9718A (or 0xB9718A) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 8A. RGB value is (185,113,138). Sum of RGB (Red+Green+Blue) = 185+113+138=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9718A is #468E75. Grayscale: #898989. Windows color (decimal): -4623990 or 9073081. OLE color: 9073081.

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

Color convert

RGB185113138-
CMYK00.390.250.27
HSL339.17º33.96%58.43%-
HSV(B)339.17º38.92%72.55%-
XYZ30.523.9627.06-
YUV137.38128.35161.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=42.43%
G=25.92%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511313800.390.250.27339.1733.9658.43
HexB9718A027191B153223a
Octal27116121204731335234272
Binary1011100111100011000101001001111100111011101010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9718A; }

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

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

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

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

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

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

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

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