#BB6E89

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

Shades of Tapestry #BB6E89

Tints of Tapestry #BB6E89

Color information

#BB6E89 (or 0xBB6E89) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 89. RGB value is (187,110,137). Sum of RGB (Red+Green+Blue) = 187+110+137=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E89 is #449176. Grayscale: #888888. Windows color (decimal): -4493687 or 9006779. OLE color: 9006779.

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

Color convert

RGB187110137-
CMYK00.410.270.27
HSL338.96º36.15%58.24%-
HSV(B)338.96º41.18%73.33%-
XYZ30.5823.5226.6-
YUV136.1128.51164.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=43.09%
G=25.35%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711013700.410.270.27338.9636.1558.24
HexBB6E890291B1B153243a
Octal27315621105133335234472
Binary1011101111011101000100101010011101111011101010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E89; }

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

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

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

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

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

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

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

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