COLOR #BB4E54

HEX: #BB4E54
RGB: (187,78,84)

Color info

#BB4E54 contains mainly red color. Web safe color of #BB4E54 is #CC6666 (or #C66).

RGB color model

#BB4E54 color RGB value is (187,78,84).

  • red value is 187;
  • green value is 78;
  • blue value is 84.
RGB:
(187,78,84)
(73%,31%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 78 of 255 = 31%
B 84 of 255 = 33%

187
78
84

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

Portions of RGB colors in percentages

R + G + B =
187 + 78 + 84 = 349 (100%)
R 187 of 349 ~ 53.58%
G 78 of 349 ~ 22.35%
B 84 of 349 ~ 24.07%

%53.58
%22.35
%24.07

CMYK color model

#BB4E54 color CMYK value is (0,58,55,27).

  • cyan value is 0.00%
  • magenta value is 58.29%
  • yellow value is 55.08%
  • key color value is 26.67%
CMYK:
(0,58,55,27)
C0M58Y55K27 
(0%,58%,55%,27%)
(0.00/0.58/0.55/0.27)	

CMYK percentages

%0
%58.29
%55.08
%26.67

Codes

Color #BB4E54 in popluar color models

BB4E54
RGB1877884
HSL357°44.49%51.96%
HSB/HSV357°58.29%73.33%
CMYK0.00%58.29%55.08%
26.67%

Color #BB4E54 in popluar number systems.

HEXBB4E54
Decimal1877884
Binary1011101110011101010100
Octal273116124

Shades and tints

Shades of #BB4E54

#BB4E54
(187,78,84)
#AA474D
(170,71,77)
#994046
(153,64,70)
#88393F
(136,57,63)
#773238
(119,50,56)
#662B31
(102,43,49)
#55242A
(85,36,42)
#441D23
(68,29,35)
#33161C
(51,22,28)
#220F15
(34,15,21)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #BB4E54

#BB4E54
(187,78,84)
#C15E63
(193,94,99)
#C76E72
(199,110,114)
#CD7E81
(205,126,129)
#D38E90
(211,142,144)
#D99E9F
(217,158,159)
#DFAEAE
(223,174,174)
#E5BEBD
(229,190,189)
#EBCECC
(235,206,204)
#F1DEDB
(241,222,219)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4E54 color. Also use rgb(187,78,84) instead hex code.

Text Font Color

.myTextColor { color: #BB4E54; }

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

This text font color is #BB4E54.


Background Color

.myBgColor { background-color: #BB4E54; }

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

This div background color is #BB4E54.


Border color

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

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

This div border color is #BB4E54.


Opacity

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

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

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

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

This text has shadow with #BB4E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4E54 on black background.


Color preview on white background

This text has color #BB4E54 on white background.



Black color preview on #BB4E54 background

This text has black color on #BB4E54 background.


White color preview on #BB4E54 background

This text has white color on #BB4E54 background.