COLOR #BB7396

HEX: #BB7396
RGB: (187,115,150)

Color info

#BB7396 contains mainly red and blue colors. Web safe color of #BB7396 is #CC6699 (or #C69).

RGB color model

#BB7396 color RGB value is (187,115,150).

  • red value is 187;
  • green value is 115;
  • blue value is 150.
RGB:
(187,115,150)
(73%,45%,59%)

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 150 of 255 = 59%

187
115
150

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

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 150 = 452 (100%)
R 187 of 452 ~ 41.37%
G 115 of 452 ~ 25.44%
B 150 of 452 ~ 33.19%

%41.37
%25.44
%33.19

CMYK color model

#BB7396 color CMYK value is (0,39,20,27).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(0,39,20,27)
C0M39Y20K27 
(0%,39%,20%,27%)
(0.00/0.39/0.20/0.27)	

CMYK percentages

%0
%38.5
%19.79
%26.67

Codes

Color #BB7396 in popluar color models

BB7396
RGB187115150
HSL331°34.62%59.22%
HSB/HSV331°38.50%73.33%
CMYK0.00%38.50%19.79%
26.67%

Color #BB7396 in popluar number systems.

HEXBB7396
Decimal187115150
Binary10111011111001110010110
Octal273163226

Shades and tints

Shades of #BB7396

#BB7396
(187,115,150)
#AA6989
(170,105,137)
#995F7C
(153,95,124)
#88556F
(136,85,111)
#774B62
(119,75,98)
#664155
(102,65,85)
#553748
(85,55,72)
#442D3B
(68,45,59)
#33232E
(51,35,46)
#221921
(34,25,33)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BB7396

#BB7396
(187,115,150)
#C17F9F
(193,127,159)
#C78BA8
(199,139,168)
#CD97B1
(205,151,177)
#D3A3BA
(211,163,186)
#D9AFC3
(217,175,195)
#DFBBCC
(223,187,204)
#E5C7D5
(229,199,213)
#EBD3DE
(235,211,222)
#F1DFE7
(241,223,231)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7396; }

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

This text font color is #BB7396.


Background Color

.myBgColor { background-color: #BB7396; }

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

This div background color is #BB7396.


Border color

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

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

This div border color is #BB7396.


Opacity

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

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

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

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

This text has shadow with #BB7396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7396 on black background.


Color preview on white background

This text has color #BB7396 on white background.



Black color preview on #BB7396 background

This text has black color on #BB7396 background.


White color preview on #BB7396 background

This text has white color on #BB7396 background.