#BB7289

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

Shades of Tapestry #BB7289

Tints of Tapestry #BB7289

Color information

#BB7289 (or 0xBB7289) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 89. RGB value is (187,114,137). Sum of RGB (Red+Green+Blue) = 187+114+137=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7289 is #448D76. Grayscale: #8A8A8A. Windows color (decimal): -4492663 or 9007803. OLE color: 9007803.

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

Color convert

RGB187114137-
CMYK00.390.270.27
HSL341.1º34.93%59.02%-
HSV(B)341.1º39.04%73.33%-
XYZ31.0324.4126.74-
YUV138.45127.18162.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=42.69%
G=26.03%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711413700.390.270.27341.134.9359.02
HexBB72890271B1B155233b
Octal27316221104733335254373
Binary1011101111100101000100101001111101111011101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7289; }

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

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

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

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

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

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

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

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