COLOR #BB5E6A

HEX: #BB5E6A
RGB: (187,94,106)

Color info

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

RGB color model

#BB5E6A color RGB value is (187,94,106).

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

RGB channels and saturation

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

187
94
106

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

Portions of RGB colors in percentages

R + G + B =
187 + 94 + 106 = 387 (100%)
R 187 of 387 ~ 48.32%
G 94 of 387 ~ 24.29%
B 106 of 387 ~ 27.39%

%48.32
%24.29
%27.39

CMYK color model

#BB5E6A color CMYK value is (0,50,43,27).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 43.32%
  • key color value is 26.67%
CMYK:
(0,50,43,27)
C0M50Y43K27 
(0%,50%,43%,27%)
(0.00/0.50/0.43/0.27)	

CMYK percentages

%0
%49.73
%43.32
%26.67

Codes

Color #BB5E6A in popluar color models

BB5E6A
RGB18794106
HSL352°40.61%55.10%
HSB/HSV352°49.73%73.33%
CMYK0.00%49.73%43.32%
26.67%

Color #BB5E6A in popluar number systems.

HEXBB5E6A
Decimal18794106
Binary1011101110111101101010
Octal273136152

Shades and tints

Shades of #BB5E6A

#BB5E6A
(187,94,106)
#AA5661
(170,86,97)
#994E58
(153,78,88)
#88464F
(136,70,79)
#773E46
(119,62,70)
#66363D
(102,54,61)
#552E34
(85,46,52)
#44262B
(68,38,43)
#331E22
(51,30,34)
#221619
(34,22,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #BB5E6A

#BB5E6A
(187,94,106)
#C16C77
(193,108,119)
#C77A84
(199,122,132)
#CD8891
(205,136,145)
#D3969E
(211,150,158)
#D9A4AB
(217,164,171)
#DFB2B8
(223,178,184)
#E5C0C5
(229,192,197)
#EBCED2
(235,206,210)
#F1DCDF
(241,220,223)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5E6A; }

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

This text font color is #BB5E6A.


Background Color

.myBgColor { background-color: #BB5E6A; }

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

This div background color is #BB5E6A.


Border color

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

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

This div border color is #BB5E6A.


Opacity

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

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

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

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

This text has shadow with #BB5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5E6A on black background.


Color preview on white background

This text has color #BB5E6A on white background.



Black color preview on #BB5E6A background

This text has black color on #BB5E6A background.


White color preview on #BB5E6A background

This text has white color on #BB5E6A background.