COLOR #BB4B56

HEX: #BB4B56 RGB: (187,75,86)

Color info

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

RGB color model

#BB4B56 color RGB value is (187,75,86).

RGB: (187,75,86) (73%, 29%, 34%)

RGB channels and saturation

R 187 of 255 = 73%
G 75 of 255 = 29%
B 86 of 255 = 34%

187
75
86

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

Portions of RGB colors in percentages

R + G + B = 187 + 75 + 86 = 348 (100%)
R 187 of 348 ~ 53.74%
G 75 of 348 ~ 21.55%
B 86 of 348 ~ 24.71'%

%53.74
%21.55
%24.71

CMYK color model

#BB4B56 color CMYK value is (0,60,54,27).

  • cyan value is 0.00%
  • magenta value is 59.89%
  • yellow value is 54.01%
  • key color value is 26.67%

CMYK: (0,60,54,27)
C0M60Y54K27 (0%, 60%, 54%, 27%)
(0.00 / 0.60 / 0.54 / 0.27)

CMYK percentages

%0
%59.89
%54.01
%26.67

Codes

Color #BB4B56 in popluar color models

BB 4B 56
RGB 187 75 86
HSL 354° 45.16% 51.37%
HSB/HSV 354° 59.89% 73.33%
CMYK 0.00% 59.89% 54.01%
26.67%

Color #BB4B56 in popluar number systems.

HEX BB 4B 56
Decimal 187 75 86
Binary 10111011 1001011 1010110
Octal 273 113 126

Shades and tints

Shades of #BB4B56

#BB4B56
(187,75,86)
#AA454F
(170,69,79)
#993F48
(153,63,72)
#883941
(136,57,65)
#77333A
(119,51,58)
#662D33
(102,45,51)
#55272C
(85,39,44)
#442125
(68,33,37)
#331B1E
(51,27,30)
#221517
(34,21,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #BB4B56

#BB4B56
(187,75,86)
#C15B65
(193,91,101)
#C76B74
(199,107,116)
#CD7B83
(205,123,131)
#D38B92
(211,139,146)
#D99BA1
(217,155,161)
#DFABB0
(223,171,176)
#E5BBBF
(229,187,191)
#EBCBCE
(235,203,206)
#F1DBDD
(241,219,221)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4B56 color. Also use rgb(187,75,86) instead hex code.

Text Font Color

.myTextColor { color: #BB4B56; }

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

This text font color is #BB4B56.

Background Color

.myBgColor { background-color: #BB4B56; }

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

This div background color is #BB4B56.

Border color

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

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

This div border color is #BB4B56.

Opacity

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

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

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

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

This text has shadow with #BB4B56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB4B56.

Preview

Color preview on black background

This text has color #BB4B56 on black background.


Color preview on white background

This text has color #BB4B56 on white background.


Black color preview on #BB4B56 background

This text has black color on #BB4B56 background.


White color preview on #BB4B56 background

This text has white color on #BB4B56 background.


Related colors

Complementary color

Complementary color for #hex is #44B4A9.


I love getcolorcode.com

Triadic colors

1 #56BB4B and #4B56BB with #BB4B56 are triadic colors.

2 #564BBB and #4BBB56 with #BB4B56 are triadic colors.