COLOR #B9848B

HEX: #B9848B
RGB: (185,132,139)

Color info

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

RGB color model

#B9848B color RGB value is (185,132,139).

  • red value is 185;
  • green value is 132;
  • blue value is 139.
RGB:
(185,132,139)
(73%,52%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 132 of 255 = 52%
B 139 of 255 = 55%

185
132
139

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

Portions of RGB colors in percentages

R + G + B =
185 + 132 + 139 = 456 (100%)
R 185 of 456 ~ 40.57%
G 132 of 456 ~ 28.95%
B 139 of 456 ~ 30.48%

%40.57
%28.95
%30.48

CMYK color model

#B9848B color CMYK value is (0,29,25,27).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(0,29,25,27)
C0M29Y25K27 
(0%,29%,25%,27%)
(0.00/0.29/0.25/0.27)	

CMYK percentages

%0
%28.65
%24.86
%27.45

Codes

Color #B9848B in popluar color models

B9848B
RGB185132139
HSL352°27.46%62.16%
HSB/HSV352°28.65%72.55%
CMYK0.00%28.65%24.86%
27.45%

Color #B9848B in popluar number systems.

HEXB9848B
Decimal185132139
Binary101110011000010010001011
Octal271204213

Shades and tints

Shades of #B9848B

#B9848B
(185,132,139)
#A9787F
(169,120,127)
#996C73
(153,108,115)
#896067
(137,96,103)
#79545B
(121,84,91)
#69484F
(105,72,79)
#593C43
(89,60,67)
#493037
(73,48,55)
#39242B
(57,36,43)
#29181F
(41,24,31)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #B9848B

#B9848B
(185,132,139)
#BF8F95
(191,143,149)
#C59A9F
(197,154,159)
#CBA5A9
(203,165,169)
#D1B0B3
(209,176,179)
#D7BBBD
(215,187,189)
#DDC6C7
(221,198,199)
#E3D1D1
(227,209,209)
#E9DCDB
(233,220,219)
#EFE7E5
(239,231,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9848B color. Also use rgb(185,132,139) instead hex code.

Text Font Color

.myTextColor { color: #B9848B; }

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

This text font color is #B9848B.


Background Color

.myBgColor { background-color: #B9848B; }

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

This div background color is #B9848B.


Border color

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

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

This div border color is #B9848B.


Opacity

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

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

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

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

This text has shadow with #B9848B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9848B on black background.


Color preview on white background

This text has color #B9848B on white background.



Black color preview on #B9848B background

This text has black color on #B9848B background.


White color preview on #B9848B background

This text has white color on #B9848B background.