COLOR #BB5E6C

HEX: #BB5E6C
RGB: (187,94,108)

Color info

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

RGB color model

#BB5E6C color RGB value is (187,94,108).

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

RGB channels and saturation

R 187 of 255 = 73%
G 94 of 255 = 37%
B 108 of 255 = 42%

187
94
108

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

Portions of RGB colors in percentages

R + G + B =
187 + 94 + 108 = 389 (100%)
R 187 of 389 ~ 48.07%
G 94 of 389 ~ 24.16%
B 108 of 389 ~ 27.76%

%48.07
%24.16
%27.76

CMYK color model

#BB5E6C color CMYK value is (0,50,42,27).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 42.25%
  • key color value is 26.67%
CMYK:
(0,50,42,27)
C0M50Y42K27 
(0%,50%,42%,27%)
(0.00/0.50/0.42/0.27)	

CMYK percentages

%0
%49.73
%42.25
%26.67

Codes

Color #BB5E6C in popluar color models

BB5E6C
RGB18794108
HSL351°40.61%55.10%
HSB/HSV351°49.73%73.33%
CMYK0.00%49.73%42.25%
26.67%

Color #BB5E6C in popluar number systems.

HEXBB5E6C
Decimal18794108
Binary1011101110111101101100
Octal273136154

Shades and tints

Shades of #BB5E6C

#BB5E6C
(187,94,108)
#AA5663
(170,86,99)
#994E5A
(153,78,90)
#884651
(136,70,81)
#773E48
(119,62,72)
#66363F
(102,54,63)
#552E36
(85,46,54)
#44262D
(68,38,45)
#331E24
(51,30,36)
#22161B
(34,22,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #BB5E6C

#BB5E6C
(187,94,108)
#C16C79
(193,108,121)
#C77A86
(199,122,134)
#CD8893
(205,136,147)
#D396A0
(211,150,160)
#D9A4AD
(217,164,173)
#DFB2BA
(223,178,186)
#E5C0C7
(229,192,199)
#EBCED4
(235,206,212)
#F1DCE1
(241,220,225)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5E6C; }

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

This text font color is #BB5E6C.


Background Color

.myBgColor { background-color: #BB5E6C; }

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

This div background color is #BB5E6C.


Border color

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

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

This div border color is #BB5E6C.


Opacity

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

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

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

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

This text has shadow with #BB5E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5E6C on black background.


Color preview on white background

This text has color #BB5E6C on white background.



Black color preview on #BB5E6C background

This text has black color on #BB5E6C background.


White color preview on #BB5E6C background

This text has white color on #BB5E6C background.