#BB7890

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

Shades of Tapestry #BB7890

Tints of Tapestry #BB7890

Color information

#BB7890 (or 0xBB7890) is unknown color: approx Tapestry. HEX triplet: BB, 78 and 90. RGB value is (187,120,144). Sum of RGB (Red+Green+Blue) = 187+120+144=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7890 is #44876F. Grayscale: #8E8E8E. Windows color (decimal): -4491120 or 9468091. OLE color: 9468091.

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

Color convert

RGB187120144-
CMYK00.360.230.27
HSL338.51º33%60.2%-
HSV(B)338.51º35.83%73.33%-
XYZ32.2426.0129.71-
YUV142.77128.7159.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=41.46%
G=26.61%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712014400.360.230.27338.513360.2
HexBB7890024171B153213c
Octal27317022004427335234174
Binary1011101111110001001000001001001011111011101010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7890; }

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

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

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

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

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

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

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

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