COLOR #BB4898

HEX: #BB4898
RGB: (187,72,152)

Color info

#BB4898 contains mainly red and blue colors. Web safe color of #BB4898 is #CC3399 (or #C39).

RGB color model

#BB4898 color RGB value is (187,72,152).

  • red value is 187;
  • green value is 72;
  • blue value is 152.
RGB:
(187,72,152)
(73%,28%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 72 of 255 = 28%
B 152 of 255 = 60%

187
72
152

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

Portions of RGB colors in percentages

R + G + B =
187 + 72 + 152 = 411 (100%)
R 187 of 411 ~ 45.5%
G 72 of 411 ~ 17.52%
B 152 of 411 ~ 36.98%

%45.5
%17.52
%36.98

CMYK color model

#BB4898 color CMYK value is (0,61,19,27).

  • cyan value is 0.00%
  • magenta value is 61.50%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(0,61,19,27)
C0M61Y19K27 
(0%,61%,19%,27%)
(0.00/0.61/0.19/0.27)	

CMYK percentages

%0
%61.5
%18.72
%26.67

Codes

Color #BB4898 in popluar color models

BB4898
RGB18772152
HSL318°45.82%50.78%
HSB/HSV318°61.50%73.33%
CMYK0.00%61.50%18.72%
26.67%

Color #BB4898 in popluar number systems.

HEXBB4898
Decimal18772152
Binary10111011100100010011000
Octal273110230

Shades and tints

Shades of #BB4898

#BB4898
(187,72,152)
#AA428B
(170,66,139)
#993C7E
(153,60,126)
#883671
(136,54,113)
#773064
(119,48,100)
#662A57
(102,42,87)
#55244A
(85,36,74)
#441E3D
(68,30,61)
#331830
(51,24,48)
#221223
(34,18,35)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #BB4898

#BB4898
(187,72,152)
#C158A1
(193,88,161)
#C768AA
(199,104,170)
#CD78B3
(205,120,179)
#D388BC
(211,136,188)
#D998C5
(217,152,197)
#DFA8CE
(223,168,206)
#E5B8D7
(229,184,215)
#EBC8E0
(235,200,224)
#F1D8E9
(241,216,233)
#F7E8F2
(247,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4898 color. Also use rgb(187,72,152) instead hex code.

Text Font Color

.myTextColor { color: #BB4898; }

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

This text font color is #BB4898.


Background Color

.myBgColor { background-color: #BB4898; }

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

This div background color is #BB4898.


Border color

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

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

This div border color is #BB4898.


Opacity

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

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

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

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

This text has shadow with #BB4898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4898 on black background.


Color preview on white background

This text has color #BB4898 on white background.



Black color preview on #BB4898 background

This text has black color on #BB4898 background.


White color preview on #BB4898 background

This text has white color on #BB4898 background.