#B6798D

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

Shades of Tapestry #B6798D

Tints of Tapestry #B6798D

Color information

#B6798D (or 0xB6798D) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 8D. RGB value is (182,121,141). Sum of RGB (Red+Green+Blue) = 182+121+141=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6798D is #498672. Grayscale: #8D8D8D. Windows color (decimal): -4818547 or 9271734. OLE color: 9271734.

HSL color Cylindrical-coordinate representation of color #B6798D: hue angle of 340.33º 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 #B6798D is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182121141-
CMYK00.340.230.29
HSL340.33º29.47%59.41%-
HSV(B)340.33º33.52%71.37%-
XYZ30.9425.5428.5-
YUV141.52127.71156.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=40.99%
G=27.25%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212114100.340.230.29340.3329.4759.41
HexB6798D022171D1541d3b
Octal26617121504227355243573
Binary101101101111001100011010100010101111110110101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6798D; }

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

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

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

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

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

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

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

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