#BB6489

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

Shades of Tapestry #BB6489

Tints of Tapestry #BB6489

Color information

#BB6489 (or 0xBB6489) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 89. RGB value is (187,100,137). Sum of RGB (Red+Green+Blue) = 187+100+137=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6489 is #449B76. Grayscale: #828282. Windows color (decimal): -4496247 or 9004219. OLE color: 9004219.

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

Color convert

RGB187100137-
CMYK00.470.270.27
HSL334.48º39.01%56.27%-
HSV(B)334.48º46.52%73.33%-
XYZ29.5721.4926.26-
YUV130.23131.82168.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=44.10%
G=23.58%
B=32.31%

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
Decimal18710013700.470.270.27334.4839.0156.27
HexBB648902F1B1B14e2738
Octal27314421105733335164770
Binary1011101111001001000100101011111101111011101001110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6489; }

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

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

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

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

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

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

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

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