#BB7390

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

Shades of Tapestry #BB7390

Tints of Tapestry #BB7390

Color information

#BB7390 (or 0xBB7390) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 90. RGB value is (187,115,144). Sum of RGB (Red+Green+Blue) = 187+115+144=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7390 is #448C6F. Grayscale: #8B8B8B. Windows color (decimal): -4492400 or 9466811. OLE color: 9466811.

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

Color convert

RGB187115144-
CMYK00.390.230.27
HSL335.83º34.62%59.22%-
HSV(B)335.83º38.5%73.33%-
XYZ31.6624.8429.51-
YUV139.83130.35161.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=41.93%
G=25.78%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711514400.390.230.27335.8334.6259.22
HexBB7390027171B150233b
Octal27316322004727335204373
Binary1011101111100111001000001001111011111011101010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7390; }

 p { color: rgb(187,115,144); }

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

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

 a { background-color: rgb(187,115,144); }

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

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

 span { border-color: rgb(187,115,144); }

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