#BB6884

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

Shades of Tapestry #BB6884

Tints of Tapestry #BB6884

Color information

#BB6884 (or 0xBB6884) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 84. RGB value is (187,104,132). Sum of RGB (Red+Green+Blue) = 187+104+132=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6884 is #44977B. Grayscale: #838383. Windows color (decimal): -4495228 or 8677563. OLE color: 8677563.

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

Color convert

RGB187104132-
CMYK00.440.290.27
HSL339.76º37.9%57.06%-
HSV(B)339.76º44.39%73.33%-
XYZ29.6122.1324.54-
YUV132.01128167.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=44.21%
G=24.59%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710413200.440.290.27339.7637.957.06
HexBB688402C1D1B1542639
Octal27315020405435335244671
Binary1011101111010001000010001011001110111011101010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6884; }

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

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

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

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

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

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

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

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