COLOR #BB5454

HEX: #BB5454
RGB: (187,84,84)

Color info

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

RGB color model

#BB5454 color RGB value is (187,84,84).

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

RGB channels and saturation

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

187
84
84

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

Portions of RGB colors in percentages

R + G + B =
187 + 84 + 84 = 355 (100%)
R 187 of 355 ~ 52.68%
G 84 of 355 ~ 23.66%
B 84 of 355 ~ 23.66%

%52.68
%23.66
%23.66

CMYK color model

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

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

CMYK percentages

%0
%55.08
%55.08
%26.67

Codes

Color #BB5454 in popluar color models

BB5454
RGB1878484
HSL43.10%53.14%
HSB/HSV55.08%73.33%
CMYK0.00%55.08%55.08%
26.67%

Color #BB5454 in popluar number systems.

HEXBB5454
Decimal1878484
Binary1011101110101001010100
Octal273124124

Shades and tints

Shades of #BB5454

#BB5454
(187,84,84)
#AA4D4D
(170,77,77)
#994646
(153,70,70)
#883F3F
(136,63,63)
#773838
(119,56,56)
#663131
(102,49,49)
#552A2A
(85,42,42)
#442323
(68,35,35)
#331C1C
(51,28,28)
#221515
(34,21,21)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #BB5454

#BB5454
(187,84,84)
#C16363
(193,99,99)
#C77272
(199,114,114)
#CD8181
(205,129,129)
#D39090
(211,144,144)
#D99F9F
(217,159,159)
#DFAEAE
(223,174,174)
#E5BDBD
(229,189,189)
#EBCCCC
(235,204,204)
#F1DBDB
(241,219,219)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5454; }

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

This text font color is #BB5454.


Background Color

.myBgColor { background-color: #BB5454; }

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

This div background color is #BB5454.


Border color

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

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

This div border color is #BB5454.


Opacity

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

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

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

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

This text has shadow with #BB5454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5454 on black background.


Color preview on white background

This text has color #BB5454 on white background.



Black color preview on #BB5454 background

This text has black color on #BB5454 background.


White color preview on #BB5454 background

This text has white color on #BB5454 background.