#BB7785

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

Shades of Tapestry #BB7785

Tints of Tapestry #BB7785

Color information

#BB7785 (or 0xBB7785) is unknown color: approx Tapestry. HEX triplet: BB, 77 and 85. RGB value is (187,119,133). Sum of RGB (Red+Green+Blue) = 187+119+133=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7785 is #44887A. Grayscale: #8C8C8C. Windows color (decimal): -4491387 or 8746939. OLE color: 8746939.

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

Color convert

RGB187119133-
CMYK00.360.290.27
HSL347.65º33.33%60%-
HSV(B)347.65º36.36%73.33%-
XYZ31.3225.4525.45-
YUV140.93123.53160.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=42.60%
G=27.11%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711913300.360.290.27347.6533.3360
HexBB77850241D1B15c213c
Octal27316720504435335344174
Binary1011101111101111000010101001001110111011101011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7785; }

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

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

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

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

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

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

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

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