COLOR #BB0060

HEX: #BB0060 RGB: (187,0,96)

Color info

#BB0060 contains mainly red color. Web safe color of #BB0060 is #CC0066 (or #C06).

RGB color model

#BB0060 color RGB value is (187,0,96).

RGB: (187,0,96) (73%, 0%, 38%)

RGB channels and saturation

R 187 of 255 = 73%
G 0 of 255 = 0%
B 96 of 255 = 38%

187
0
96

R + G + B ~ 37%. #BB0060 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 187 + 0 + 96 = 283 (100%)
R 187 of 283 ~ 66.08%
G 0 of 283 ~ 0%
B 96 of 283 ~ 33.92'%

%66.08
%33.92

CMYK color model

#BB0060 color CMYK value is (0,100,49,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 48.66%
  • key color value is 26.67%

CMYK: (0,100,49,27)
C0M100Y49K27 (0%, 100%, 49%, 27%)
(0.00 / 1.00 / 0.49 / 0.27)

CMYK percentages

%0
%100
%48.66
%26.67

Codes

Color #BB0060 in popluar color models

BB 00 60
RGB 187 0 96
HSL 329° 100.00% 36.67%
HSB/HSV 329° 100.00% 73.33%
CMYK 0.00% 100.00% 48.66%
26.67%

Color #BB0060 in popluar number systems.

HEX BB 00 60
Decimal 187 0 96
Binary 10111011 0 1100000
Octal 273 0 140

Shades and tints

Shades of #BB0060

#BB0060
(187,0,96)
#AA0058
(170,0,88)
#990050
(153,0,80)
#880048
(136,0,72)
#770040
(119,0,64)
#660038
(102,0,56)
#550030
(85,0,48)
#440028
(68,0,40)
#330020
(51,0,32)
#220018
(34,0,24)
#110010
(17,0,16)
#000000
(0,0,0)

Tints of #BB0060

#BB0060
(187,0,96)
#C1176E
(193,23,110)
#C72E7C
(199,46,124)
#CD458A
(205,69,138)
#D35C98
(211,92,152)
#D973A6
(217,115,166)
#DF8AB4
(223,138,180)
#E5A1C2
(229,161,194)
#EBB8D0
(235,184,208)
#F1CFDE
(241,207,222)
#F7E6EC
(247,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB0060 color. Also use rgb(187,0,96) instead hex code.

Text Font Color

.myTextColor { color: #BB0060; }

<p style="color:#BB0060">This sample text font color is #BB0060.</p>

This text font color is #BB0060.

Background Color

.myBgColor { background-color: #BB0060; }

<div style="background-color:#BB0060">Inner text</div>

This div background color is #BB0060.

Border color

.myBorderColor { border: 1px solid #BB0060; }

<div style="border:3px solid #BB0060">Div</div>

This div border color is #BB0060.

Opacity

.myOpacity80 { color: #BB0060; opacity: 0.8; }

<p style="color:#BB0060;opacity:0.8;">80%</p>

Text with #BB0060 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB0060;}

<p style="text-shadow: 3px 3px 1px #BB0060">Text here.</p>

This text has shadow with #BB0060 color.


.textShadow {text-shadow: 3px 3px 1px #BB0060', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB0060, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB0060 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB0060, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB0060, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB0060 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB0060;
-webkit-box-shadow: 1px 1px 3px 2px #BB0060;
box-shadow: 1px 1px 3px 2px #BB0060;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB0060; -webkit-box-shadow: 1px 1px 3px 2px #BB0060; box-shadow:1px 1px 3px 2px #BB0060;">
Div content here
</div>

This div box has shadow with color #BB0060.

Preview

Color preview on black background

This text has color #BB0060 on black background.


Color preview on white background

This text has color #BB0060 on white background.


Black color preview on #BB0060 background

This text has black color on #BB0060 background.


White color preview on #BB0060 background

This text has white color on #BB0060 background.


Related colors

Complementary color

Complementary color for #hex is #44FF9F.


I love getcolorcode.com

Triadic colors

1 #60BB00 and #0060BB with #BB0060 are triadic colors.

2 #6000BB and #00BB60 with #BB0060 are triadic colors.