#BB778B

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

Shades of Tapestry #BB778B

Tints of Tapestry #BB778B

Color information

#BB778B (or 0xBB778B) is unknown color: approx Tapestry. HEX triplet: BB, 77 and 8B. RGB value is (187,119,139). Sum of RGB (Red+Green+Blue) = 187+119+139=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB778B is #448874. Grayscale: #8D8D8D. Windows color (decimal): -4491381 or 9140155. OLE color: 9140155.

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

Color convert

RGB187119139-
CMYK00.360.260.27
HSL342.35º33.33%60%-
HSV(B)342.35º36.36%73.33%-
XYZ31.7525.6227.7-
YUV141.61126.53160.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=42.02%
G=26.74%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711913900.360.260.27342.3533.3360
HexBB778B0241A1B156213c
Octal27316721304432335264174
Binary1011101111101111000101101001001101011011101010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB778B; }

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

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

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

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

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

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

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

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