#BB6889

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

Shades of Tapestry #BB6889

Tints of Tapestry #BB6889

Color information

#BB6889 (or 0xBB6889) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 89. RGB value is (187,104,137). Sum of RGB (Red+Green+Blue) = 187+104+137=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6889 is #449776. Grayscale: #848484. Windows color (decimal): -4495223 or 9005243. OLE color: 9005243.

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

Color convert

RGB187104137-
CMYK00.440.270.27
HSL336.14º37.9%57.06%-
HSV(B)336.14º44.39%73.33%-
XYZ29.9622.2726.39-
YUV132.58130.5166.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=43.69%
G=24.30%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710413700.440.270.27336.1437.957.06
HexBB688902C1B1B1502639
Octal27315021105433335204671
Binary1011101111010001000100101011001101111011101010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6889; }

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

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

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

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

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

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

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

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