COLOR #BB445B

HEX: #BB445B RGB: (187,68,91)

Color info

#BB445B contains mainly red color. Web safe color of #BB445B is #CC3366 (or #C36).

RGB color model

#BB445B color RGB value is (187,68,91).

RGB: (187,68,91) (73%, 27%, 36%)

RGB channels and saturation

R 187 of 255 = 73%
G 68 of 255 = 27%
B 91 of 255 = 36%

187
68
91

R + G + B ~ 45%. #BB445B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 187 + 68 + 91 = 346 (100%)
R 187 of 346 ~ 54.05%
G 68 of 346 ~ 19.65%
B 91 of 346 ~ 26.3'%

%54.05
%19.65
%26.3

CMYK color model

#BB445B color CMYK value is (0,64,51,27).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 51.34%
  • key color value is 26.67%

CMYK: (0,64,51,27)
C0M64Y51K27 (0%, 64%, 51%, 27%)
(0.00 / 0.64 / 0.51 / 0.27)

CMYK percentages

%0
%63.64
%51.34
%26.67

Codes

Color #BB445B in popluar color models

BB 44 5B
RGB 187 68 91
HSL 348° 46.67% 50.00%
HSB/HSV 348° 63.64% 73.33%
CMYK 0.00% 63.64% 51.34%
26.67%

Color #BB445B in popluar number systems.

HEX BB 44 5B
Decimal 187 68 91
Binary 10111011 1000100 1011011
Octal 273 104 133

Shades and tints

Shades of #BB445B

#BB445B
(187,68,91)
#AA3E53
(170,62,83)
#99384B
(153,56,75)
#883243
(136,50,67)
#772C3B
(119,44,59)
#662633
(102,38,51)
#55202B
(85,32,43)
#441A23
(68,26,35)
#33141B
(51,20,27)
#220E13
(34,14,19)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #BB445B

#BB445B
(187,68,91)
#C15569
(193,85,105)
#C76677
(199,102,119)
#CD7785
(205,119,133)
#D38893
(211,136,147)
#D999A1
(217,153,161)
#DFAAAF
(223,170,175)
#E5BBBD
(229,187,189)
#EBCCCB
(235,204,203)
#F1DDD9
(241,221,217)
#F7EEE7
(247,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB445B color. Also use rgb(187,68,91) instead hex code.

Text Font Color

.myTextColor { color: #BB445B; }

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

This text font color is #BB445B.

Background Color

.myBgColor { background-color: #BB445B; }

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

This div background color is #BB445B.

Border color

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

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

This div border color is #BB445B.

Opacity

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

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

Text with #BB445B 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 #BB445B;}

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

This text has shadow with #BB445B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB445B.

Preview

Color preview on black background

This text has color #BB445B on black background.


Color preview on white background

This text has color #BB445B on white background.


Black color preview on #BB445B background

This text has black color on #BB445B background.


White color preview on #BB445B background

This text has white color on #BB445B background.


Related colors

Complementary color

Complementary color for #hex is #44BBA4.


I love getcolorcode.com

Triadic colors

1 #5BBB44 and #445BBB with #BB445B are triadic colors.

2 #5B44BB and #44BB5B with #BB445B are triadic colors.