#BB7189

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

Shades of Tapestry #BB7189

Tints of Tapestry #BB7189

Color information

#BB7189 (or 0xBB7189) is unknown color: approx Tapestry. HEX triplet: BB, 71 and 89. RGB value is (187,113,137). Sum of RGB (Red+Green+Blue) = 187+113+137=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7189 is #448E76. Grayscale: #898989. Windows color (decimal): -4492919 or 9007547. OLE color: 9007547.

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

Color convert

RGB187113137-
CMYK00.400.270.27
HSL340.54º35.24%58.82%-
HSV(B)340.54º39.57%73.33%-
XYZ30.9124.1826.71-
YUV137.86127.52163.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=42.79%
G=25.86%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711313700.400.270.27340.5435.2458.82
HexBB71890281B1B155233b
Octal27316121105033335254373
Binary1011101111100011000100101010001101111011101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7189; }

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

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

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

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

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

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

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

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