#BB7A89

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

Shades of Tapestry #BB7A89

Tints of Tapestry #BB7A89

Color information

#BB7A89 (or 0xBB7A89) is unknown color: approx Tapestry. HEX triplet: BB, 7A and 89. RGB value is (187,122,137). Sum of RGB (Red+Green+Blue) = 187+122+137=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A89 is #448576. Grayscale: #8F8F8F. Windows color (decimal): -4490615 or 9009851. OLE color: 9009851.

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

Color convert

RGB187122137-
CMYK00.350.270.27
HSL346.15º32.34%60.59%-
HSV(B)346.15º34.76%73.33%-
XYZ31.9726.2927.06-
YUV143.14124.53159.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=41.93%
G=27.35%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712213700.350.270.27346.1532.3460.59
HexBB7A890231B1B15a203d
Octal27317221104333335324075
Binary1011101111110101000100101000111101111011101011010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A89; }

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

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

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

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

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

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

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

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