#B6788D

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

Shades of Tapestry #B6788D

Tints of Tapestry #B6788D

Color information

#B6788D (or 0xB6788D) is unknown color: approx Tapestry. HEX triplet: B6, 78 and 8D. RGB value is (182,120,141). Sum of RGB (Red+Green+Blue) = 182+120+141=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6788D is #498772. Grayscale: #8C8C8C. Windows color (decimal): -4818803 or 9271478. OLE color: 9271478.

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

Color convert

RGB182120141-
CMYK00.340.230.29
HSL339.68º29.81%59.22%-
HSV(B)339.68º34.07%71.37%-
XYZ30.8225.328.46-
YUV140.93128.04157.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=41.08%
G=27.09%
B=31.83%

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
Decimal18212014100.340.230.29339.6829.8159.22
HexB6788D022171D1541e3b
Octal26617021504227355243673
Binary101101101111000100011010100010101111110110101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6788D; }

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

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

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

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

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

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

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

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