COLOR #BB839D

HEX: #BB839D
RGB: (187,131,157)

Color info

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

RGB color model

#BB839D color RGB value is (187,131,157).

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

RGB channels and saturation

R 187 of 255 = 73%
G 131 of 255 = 51%
B 157 of 255 = 62%

187
131
157

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

Portions of RGB colors in percentages

R + G + B =
187 + 131 + 157 = 475 (100%)
R 187 of 475 ~ 39.37%
G 131 of 475 ~ 27.58%
B 157 of 475 ~ 33.05%

%39.37
%27.58
%33.05

CMYK color model

#BB839D color CMYK value is (0,30,16,27).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(0,30,16,27)
C0M30Y16K27 
(0%,30%,16%,27%)
(0.00/0.30/0.16/0.27)	

CMYK percentages

%0
%29.95
%16.04
%26.67

Codes

Color #BB839D in popluar color models

BB839D
RGB187131157
HSL332°29.17%62.35%
HSB/HSV332°29.95%73.33%
CMYK0.00%29.95%16.04%
26.67%

Color #BB839D in popluar number systems.

HEXBB839D
Decimal187131157
Binary101110111000001110011101
Octal273203235

Shades and tints

Shades of #BB839D

#BB839D
(187,131,157)
#AA788F
(170,120,143)
#996D81
(153,109,129)
#886273
(136,98,115)
#775765
(119,87,101)
#664C57
(102,76,87)
#554149
(85,65,73)
#44363B
(68,54,59)
#332B2D
(51,43,45)
#22201F
(34,32,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BB839D

#BB839D
(187,131,157)
#C18EA5
(193,142,165)
#C799AD
(199,153,173)
#CDA4B5
(205,164,181)
#D3AFBD
(211,175,189)
#D9BAC5
(217,186,197)
#DFC5CD
(223,197,205)
#E5D0D5
(229,208,213)
#EBDBDD
(235,219,221)
#F1E6E5
(241,230,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB839D; }

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

This text font color is #BB839D.


Background Color

.myBgColor { background-color: #BB839D; }

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

This div background color is #BB839D.


Border color

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

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

This div border color is #BB839D.


Opacity

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

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

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

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

This text has shadow with #BB839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB839D on black background.


Color preview on white background

This text has color #BB839D on white background.



Black color preview on #BB839D background

This text has black color on #BB839D background.


White color preview on #BB839D background

This text has white color on #BB839D background.