#BB5B99

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

Shades of Mulberry #BB5B99

Tints of Mulberry #BB5B99

Color information

#BB5B99 (or 0xBB5B99) is unknown color: approx Mulberry. HEX triplet: BB, 5B and 99. RGB value is (187,91,153). Sum of RGB (Red+Green+Blue) = 187+91+153=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B99 is #44A466. Grayscale: #7E7E7E. Windows color (decimal): -4498535 or 10050491. OLE color: 10050491.

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

Color convert

RGB18791153-
CMYK00.510.180.27
HSL321.25º41.38%54.51%-
HSV(B)321.25º51.34%73.33%-
XYZ29.9820.3532.48-
YUV126.77142.8170.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=43.39%
G=21.11%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879115300.510.180.27321.2541.3854.51
HexBB5B99033121B1412937
Octal27313323106322335015167
Binary1011101110110111001100101100111001011011101000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B99; }

 p { color: rgb(187,91,153); }

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

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

 a { background-color: rgb(187,91,153); }

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

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

 span { border-color: rgb(187,91,153); }

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