#BB778C

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

Shades of Tapestry #BB778C

Tints of Tapestry #BB778C

Color information

#BB778C (or 0xBB778C) is unknown color: approx Tapestry. HEX triplet: BB, 77 and 8C. RGB value is (187,119,140). Sum of RGB (Red+Green+Blue) = 187+119+140=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB778C is #448873. Grayscale: #8D8D8D. Windows color (decimal): -4491380 or 9205691. OLE color: 9205691.

HSL color Cylindrical-coordinate representation of color #BB778C: hue angle of 341.47º degrees, saturation: 0.33, 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 #BB778C is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187119140-
CMYK00.360.250.27
HSL341.47º33.33%60%-
HSV(B)341.47º36.36%73.33%-
XYZ31.8225.6528.08-
YUV141.73127.03160.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=41.93%
G=26.68%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711914000.360.250.27341.4733.3360
HexBB778C024191B155213c
Octal27316721404431335254174
Binary1011101111101111000110001001001100111011101010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB778C; }

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

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

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

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

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

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

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

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