#BB7689

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

Shades of Tapestry #BB7689

Tints of Tapestry #BB7689

Color information

#BB7689 (or 0xBB7689) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 89. RGB value is (187,118,137). Sum of RGB (Red+Green+Blue) = 187+118+137=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7689 is #448976. Grayscale: #8C8C8C. Windows color (decimal): -4491639 or 9008827. OLE color: 9008827.

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

Color convert

RGB187118137-
CMYK00.370.270.27
HSL343.48º33.66%59.8%-
HSV(B)343.48º36.9%73.33%-
XYZ31.4925.3326.9-
YUV140.8125.86160.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=42.31%
G=26.70%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711813700.370.270.27343.4833.6659.8
HexBB76890251B1B157223c
Octal27316621104533335274274
Binary1011101111101101000100101001011101111011101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7689; }

 p { color: rgb(187,118,137); }

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

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

 a { background-color: rgb(187,118,137); }

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

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

 span { border-color: rgb(187,118,137); }

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