COLOR #BB5E5C

HEX: #BB5E5C
RGB: (187,94,92)

Color info

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

RGB color model

#BB5E5C color RGB value is (187,94,92).

  • red value is 187;
  • green value is 94;
  • blue value is 92.
RGB:
(187,94,92)
(73%,37%,36%)

RGB channels and saturation

R 187 of 255 = 73%
G 94 of 255 = 37%
B 92 of 255 = 36%

187
94
92

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

Portions of RGB colors in percentages

R + G + B =
187 + 94 + 92 = 373 (100%)
R 187 of 373 ~ 50.13%
G 94 of 373 ~ 25.2%
B 92 of 373 ~ 24.66%

%50.13
%25.2
%24.66

CMYK color model

#BB5E5C color CMYK value is (0,50,51,27).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 50.80%
  • key color value is 26.67%
CMYK:
(0,50,51,27)
C0M50Y51K27 
(0%,50%,51%,27%)
(0.00/0.50/0.51/0.27)	

CMYK percentages

%0
%49.73
%50.8
%26.67

Codes

Color #BB5E5C in popluar color models

BB5E5C
RGB1879492
HSL41.13%54.71%
HSB/HSV50.80%73.33%
CMYK0.00%49.73%50.80%
26.67%

Color #BB5E5C in popluar number systems.

HEXBB5E5C
Decimal1879492
Binary1011101110111101011100
Octal273136134

Shades and tints

Shades of #BB5E5C

#BB5E5C
(187,94,92)
#AA5654
(170,86,84)
#994E4C
(153,78,76)
#884644
(136,70,68)
#773E3C
(119,62,60)
#663634
(102,54,52)
#552E2C
(85,46,44)
#442624
(68,38,36)
#331E1C
(51,30,28)
#221614
(34,22,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #BB5E5C

#BB5E5C
(187,94,92)
#C16C6A
(193,108,106)
#C77A78
(199,122,120)
#CD8886
(205,136,134)
#D39694
(211,150,148)
#D9A4A2
(217,164,162)
#DFB2B0
(223,178,176)
#E5C0BE
(229,192,190)
#EBCECC
(235,206,204)
#F1DCDA
(241,220,218)
#F7EAE8
(247,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5E5C; }

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

This text font color is #BB5E5C.


Background Color

.myBgColor { background-color: #BB5E5C; }

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

This div background color is #BB5E5C.


Border color

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

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

This div border color is #BB5E5C.


Opacity

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

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

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

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

This text has shadow with #BB5E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5E5C on black background.


Color preview on white background

This text has color #BB5E5C on white background.



Black color preview on #BB5E5C background

This text has black color on #BB5E5C background.


White color preview on #BB5E5C background

This text has white color on #BB5E5C background.