#B6798A

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

Shades of Tapestry #B6798A

Tints of Tapestry #B6798A

Color information

#B6798A (or 0xB6798A) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 8A. RGB value is (182,121,138). Sum of RGB (Red+Green+Blue) = 182+121+138=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6798A is #498675. Grayscale: #8D8D8D. Windows color (decimal): -4818550 or 9075126. OLE color: 9075126.

HSL color Cylindrical-coordinate representation of color #B6798A: hue angle of 343.28º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6798A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182121138-
CMYK00.340.240.29
HSL343.28º29.47%59.41%-
HSV(B)343.28º33.52%71.37%-
XYZ30.7225.4527.34-
YUV141.18126.21157.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=41.27%
G=27.44%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212113800.340.240.29343.2829.4759.41
HexB6798A022181D1571d3b
Octal26617121204230355273573
Binary101101101111001100010100100010110001110110101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6798A; }

 p { color: rgb(182,121,138); }

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

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

 a { background-color: rgb(182,121,138); }

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

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

 span { border-color: rgb(182,121,138); }

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