#BB5289

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

Shades of Mulberry #BB5289

Tints of Mulberry #BB5289

Color information

#BB5289 (or 0xBB5289) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 89. RGB value is (187,82,137). Sum of RGB (Red+Green+Blue) = 187+82+137=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5289 is #44AD76. Grayscale: #777777. Windows color (decimal): -4500855 or 8999611. OLE color: 8999611.

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

Color convert

RGB18782137-
CMYK00.560.270.27
HSL328.57º43.57%52.75%-
HSV(B)328.57º56.15%73.33%-
XYZ28.0318.4125.74-
YUV119.66137.79176.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=46.06%
G=20.20%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878213700.560.270.27328.5743.5752.75
HexBB52890381B1B1492c35
Octal27312221107033335115465
Binary1011101110100101000100101110001101111011101001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5289; }

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

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

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

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

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

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

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

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