COLOR #BB849D

HEX: #BB849D
RGB: (187,132,157)

Color info

#BB849D contains red, green and blue colors in about the same proportion. Web safe color of #BB849D is #CC9999 (or #C99).

RGB color model

#BB849D color RGB value is (187,132,157).

  • red value is 187;
  • green value is 132;
  • blue value is 157.
RGB:
(187,132,157)
(73%,52%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 157 of 255 = 62%

187
132
157

R + G + B ~ 62%. #BB849D is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 132 + 157 = 476 (100%)
R 187 of 476 ~ 39.29%
G 132 of 476 ~ 27.73%
B 157 of 476 ~ 32.98%

%39.29
%27.73
%32.98

CMYK color model

#BB849D color CMYK value is (0,29,16,27).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(0,29,16,27)
C0M29Y16K27 
(0%,29%,16%,27%)
(0.00/0.29/0.16/0.27)	

CMYK percentages

%0
%29.41
%16.04
%26.67

Codes

Color #BB849D in popluar color models

BB849D
RGB187132157
HSL333°28.80%62.55%
HSB/HSV333°29.41%73.33%
CMYK0.00%29.41%16.04%
26.67%

Color #BB849D in popluar number systems.

HEXBB849D
Decimal187132157
Binary101110111000010010011101
Octal273204235

Shades and tints

Shades of #BB849D

#BB849D
(187,132,157)
#AA788F
(170,120,143)
#996C81
(153,108,129)
#886073
(136,96,115)
#775465
(119,84,101)
#664857
(102,72,87)
#553C49
(85,60,73)
#44303B
(68,48,59)
#33242D
(51,36,45)
#22181F
(34,24,31)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #BB849D

#BB849D
(187,132,157)
#C18FA5
(193,143,165)
#C79AAD
(199,154,173)
#CDA5B5
(205,165,181)
#D3B0BD
(211,176,189)
#D9BBC5
(217,187,197)
#DFC6CD
(223,198,205)
#E5D1D5
(229,209,213)
#EBDCDD
(235,220,221)
#F1E7E5
(241,231,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB849D color. Also use rgb(187,132,157) instead hex code.

Text Font Color

.myTextColor { color: #BB849D; }

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

This text font color is #BB849D.


Background Color

.myBgColor { background-color: #BB849D; }

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

This div background color is #BB849D.


Border color

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

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

This div border color is #BB849D.


Opacity

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

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

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

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

This text has shadow with #BB849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB849D on black background.


Color preview on white background

This text has color #BB849D on white background.



Black color preview on #BB849D background

This text has black color on #BB849D background.


White color preview on #BB849D background

This text has white color on #BB849D background.