#BB6887

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

Shades of Tapestry #BB6887

Tints of Tapestry #BB6887

Color information

#BB6887 (or 0xBB6887) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 87. RGB value is (187,104,135). Sum of RGB (Red+Green+Blue) = 187+104+135=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6887 is #449778. Grayscale: #848484. Windows color (decimal): -4495225 or 8874171. OLE color: 8874171.

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

Color convert

RGB187104135-
CMYK00.440.280.27
HSL337.59º37.9%57.06%-
HSV(B)337.59º44.39%73.33%-
XYZ29.8222.2125.64-
YUV132.35129.5166.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=43.90%
G=24.41%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710413500.440.280.27337.5937.957.06
HexBB688702C1C1B1522639
Octal27315020705434335224671
Binary1011101111010001000011101011001110011011101010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6887; }

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

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

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

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

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

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

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

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