#B9798D

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

Shades of Tapestry #B9798D

Tints of Tapestry #B9798D

Color information

#B9798D (or 0xB9798D) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 8D. RGB value is (185,121,141). Sum of RGB (Red+Green+Blue) = 185+121+141=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9798D is #468672. Grayscale: #8E8E8E. Windows color (decimal): -4621939 or 9271737. OLE color: 9271737.

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

Color convert

RGB185121141-
CMYK00.350.240.27
HSL341.25º31.37%60%-
HSV(B)341.25º34.59%72.55%-
XYZ31.6525.9128.53-
YUV142.42127.2158.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=41.39%
G=27.07%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512114100.350.240.27341.2531.3760
HexB9798D023181B1551f3c
Octal27117121504330335253774
Binary101110011111001100011010100011110001101110101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9798D; }

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

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

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

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

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

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

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

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