#BB6089

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

Shades of Tapestry #BB6089

Tints of Tapestry #BB6089

Color information

#BB6089 (or 0xBB6089) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 89. RGB value is (187,96,137). Sum of RGB (Red+Green+Blue) = 187+96+137=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6089 is #449F76. Grayscale: #7F7F7F. Windows color (decimal): -4497271 or 9003195. OLE color: 9003195.

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

Color convert

RGB18796137-
CMYK00.490.270.27
HSL332.97º40.09%55.49%-
HSV(B)332.97º48.66%73.33%-
XYZ29.1920.7426.13-
YUV127.88133.15170.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=44.52%
G=22.86%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879613700.490.270.27332.9740.0955.49
HexBB60890311B1B14d2837
Octal27314021106133335155067
Binary1011101111000001000100101100011101111011101001101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6089; }

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

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

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

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

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

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

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

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