COLOR #BB5A6E

HEX: #BB5A6E
RGB: (187,90,110)

Color info

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

RGB color model

#BB5A6E color RGB value is (187,90,110).

  • red value is 187;
  • green value is 90;
  • blue value is 110.
RGB:
(187,90,110)
(73%,35%,43%)

RGB channels and saturation

R 187 of 255 = 73%
G 90 of 255 = 35%
B 110 of 255 = 43%

187
90
110

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

Portions of RGB colors in percentages

R + G + B =
187 + 90 + 110 = 387 (100%)
R 187 of 387 ~ 48.32%
G 90 of 387 ~ 23.26%
B 110 of 387 ~ 28.42%

%48.32
%23.26
%28.42

CMYK color model

#BB5A6E color CMYK value is (0,52,41,27).

  • cyan value is 0.00%
  • magenta value is 51.87%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(0,52,41,27)
C0M52Y41K27 
(0%,52%,41%,27%)
(0.00/0.52/0.41/0.27)	

CMYK percentages

%0
%51.87
%41.18
%26.67

Codes

Color #BB5A6E in popluar color models

BB5A6E
RGB18790110
HSL348°41.63%54.31%
HSB/HSV348°51.87%73.33%
CMYK0.00%51.87%41.18%
26.67%

Color #BB5A6E in popluar number systems.

HEXBB5A6E
Decimal18790110
Binary1011101110110101101110
Octal273132156

Shades and tints

Shades of #BB5A6E

#BB5A6E
(187,90,110)
#AA5264
(170,82,100)
#994A5A
(153,74,90)
#884250
(136,66,80)
#773A46
(119,58,70)
#66323C
(102,50,60)
#552A32
(85,42,50)
#442228
(68,34,40)
#331A1E
(51,26,30)
#221214
(34,18,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #BB5A6E

#BB5A6E
(187,90,110)
#C1697B
(193,105,123)
#C77888
(199,120,136)
#CD8795
(205,135,149)
#D396A2
(211,150,162)
#D9A5AF
(217,165,175)
#DFB4BC
(223,180,188)
#E5C3C9
(229,195,201)
#EBD2D6
(235,210,214)
#F1E1E3
(241,225,227)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5A6E; }

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

This text font color is #BB5A6E.


Background Color

.myBgColor { background-color: #BB5A6E; }

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

This div background color is #BB5A6E.


Border color

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

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

This div border color is #BB5A6E.


Opacity

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

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

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

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

This text has shadow with #BB5A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5A6E on black background.


Color preview on white background

This text has color #BB5A6E on white background.



Black color preview on #BB5A6E background

This text has black color on #BB5A6E background.


White color preview on #BB5A6E background

This text has white color on #BB5A6E background.