#B9778C

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

Shades of Tapestry #B9778C

Tints of Tapestry #B9778C

Color information

#B9778C (or 0xB9778C) is unknown color: approx Tapestry. HEX triplet: B9, 77 and 8C. RGB value is (185,119,140). Sum of RGB (Red+Green+Blue) = 185+119+140=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9778C is #468873. Grayscale: #8D8D8D. Windows color (decimal): -4622452 or 9205689. OLE color: 9205689.

HSL color Cylindrical-coordinate representation of color #B9778C: hue angle of 340.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9778C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185119140-
CMYK00.360.240.27
HSL340.91º32.04%59.61%-
HSV(B)340.91º35.68%72.55%-
XYZ31.3425.428.06-
YUV141.13127.37159.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=41.67%
G=26.80%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511914000.360.240.27340.9132.0459.61
HexB9778C024181B155203c
Octal27116721404430335254074
Binary1011100111101111000110001001001100011011101010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9778C; }

 p { color: rgb(185,119,140); }

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

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

 a { background-color: rgb(185,119,140); }

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

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

 span { border-color: rgb(185,119,140); }

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