#b6788b

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

Shades of Tapestry #B6788B

Tints of Tapestry #B6788B

Color information

#B6788B (or 0xB6788B) is unknown color: approx Tapestry. HEX triplet: B6, 78 and 8B. RGB value is (182,120,139). Sum of RGB (Red+Green+Blue) = 182+120+139=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6788B is #498774. Grayscale: #8C8C8C. Windows color (decimal): -4818805 or 9140406. OLE color: 9140406.

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

Color convert

RGB182120139-
CMYK00.340.240.29
HSL341.61º29.81%59.22%-
HSV(B)341.61º34.07%71.37%-
XYZ30.6725.2427.68-
YUV140.7127.04157.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=41.27%
G=27.21%
B=31.52%

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
Decimal18212013900.340.240.29341.6129.8159.22
HexB6788B022181D1561e3b
Octal26617021304230355263673
Binary101101101111000100010110100010110001110110101011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6788b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6788b; }

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

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

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

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

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

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

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

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