#B6778B

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

Shades of Tapestry #B6778B

Tints of Tapestry #B6778B

Color information

#B6778B (or 0xB6778B) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 8B. RGB value is (182,119,139). Sum of RGB (Red+Green+Blue) = 182+119+139=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778B is #498874. Grayscale: #8C8C8C. Windows color (decimal): -4819061 or 9140150. OLE color: 9140150.

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

Color convert

RGB182119139-
CMYK00.350.240.29
HSL340.95º30.14%59.02%-
HSV(B)340.95º34.62%71.37%-
XYZ30.552527.64-
YUV140.12127.37157.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=41.36%
G=27.05%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211913900.350.240.29340.9530.1459.02
HexB6778B023181D1551e3b
Octal26616721304330355253673
Binary101101101110111100010110100011110001110110101010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6778B; }

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

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

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

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

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

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

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

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