#BB6589

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

Shades of Tapestry #BB6589

Tints of Tapestry #BB6589

Color information

#BB6589 (or 0xBB6589) is unknown color: approx Tapestry. HEX triplet: BB, 65 and 89. RGB value is (187,101,137). Sum of RGB (Red+Green+Blue) = 187+101+137=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6589 is #449A76. Grayscale: #828282. Windows color (decimal): -4495991 or 9004475. OLE color: 9004475.

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

Color convert

RGB187101137-
CMYK00.460.270.27
HSL334.88º38.74%56.47%-
HSV(B)334.88º45.99%73.33%-
XYZ29.6621.6826.29-
YUV130.82131.49168.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=44%
G=23.76%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710113700.460.270.27334.8838.7456.47
HexBB658902E1B1B14f2738
Octal27314521105633335174770
Binary1011101111001011000100101011101101111011101001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6589; }

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

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

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

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

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

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

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

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