#BB6488

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

Shades of Tapestry #BB6488

Tints of Tapestry #BB6488

Color information

#BB6488 (or 0xBB6488) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 88. RGB value is (187,100,136). Sum of RGB (Red+Green+Blue) = 187+100+136=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6488 is #449B77. Grayscale: #828282. Windows color (decimal): -4496248 or 8938683. OLE color: 8938683.

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

Color convert

RGB187100136-
CMYK00.470.270.27
HSL335.17º39.01%56.27%-
HSV(B)335.17º46.52%73.33%-
XYZ29.4921.4625.88-
YUV130.12131.32168.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=44.21%
G=23.64%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710013600.470.270.27335.1739.0156.27
HexBB648802F1B1B14f2738
Octal27314421005733335174770
Binary1011101111001001000100001011111101111011101001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6488; }

 p { color: rgb(187,100,136); }

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

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

 a { background-color: rgb(187,100,136); }

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

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

 span { border-color: rgb(187,100,136); }

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