#B9798E

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

Shades of Tapestry #B9798E

Tints of Tapestry #B9798E

Color information

#B9798E (or 0xB9798E) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 8E. RGB value is (185,121,142). Sum of RGB (Red+Green+Blue) = 185+121+142=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9798E is #468671. Grayscale: #8E8E8E. Windows color (decimal): -4621938 or 9337273. OLE color: 9337273.

HSL color Cylindrical-coordinate representation of color #B9798E: hue angle of 340.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9798E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185121142-
CMYK00.350.230.27
HSL340.31º31.37%60%-
HSV(B)340.31º34.59%72.55%-
XYZ31.7325.9428.93-
YUV142.53127.7158.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=41.29%
G=27.01%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512114200.350.230.27340.3131.3760
HexB9798E023171B1541f3c
Octal27117121604327335243774
Binary101110011111001100011100100011101111101110101010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9798E; }

 p { color: rgb(185,121,142); }

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

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

 a { background-color: rgb(185,121,142); }

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

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

 span { border-color: rgb(185,121,142); }

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