COLOR #B9939A

HEX: #B9939A
RGB: (185,147,154)

Color info

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

RGB color model

#B9939A color RGB value is (185,147,154).

  • red value is 185;
  • green value is 147;
  • blue value is 154.
RGB:
(185,147,154)
(73%,58%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 154 of 255 = 60%

185
147
154

R + G + B ~ 64%. #B9939A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 154 = 486 (100%)
R 185 of 486 ~ 38.07%
G 147 of 486 ~ 30.25%
B 154 of 486 ~ 31.69%

%38.07
%30.25
%31.69

CMYK color model

#B9939A color CMYK value is (0,21,17,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(0,21,17,27)
C0M21Y17K27 
(0%,21%,17%,27%)
(0.00/0.21/0.17/0.27)	

CMYK percentages

%0
%20.54
%16.76
%27.45

Codes

Color #B9939A in popluar color models

B9939A
RGB185147154
HSL349°21.35%65.10%
HSB/HSV349°20.54%72.55%
CMYK0.00%20.54%16.76%
27.45%

Color #B9939A in popluar number systems.

HEXB9939A
Decimal185147154
Binary101110011001001110011010
Octal271223232

Shades and tints

Shades of #B9939A

#B9939A
(185,147,154)
#A9868C
(169,134,140)
#99797E
(153,121,126)
#896C70
(137,108,112)
#795F62
(121,95,98)
#695254
(105,82,84)
#594546
(89,69,70)
#493838
(73,56,56)
#392B2A
(57,43,42)
#291E1C
(41,30,28)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #B9939A

#B9939A
(185,147,154)
#BF9CA3
(191,156,163)
#C5A5AC
(197,165,172)
#CBAEB5
(203,174,181)
#D1B7BE
(209,183,190)
#D7C0C7
(215,192,199)
#DDC9D0
(221,201,208)
#E3D2D9
(227,210,217)
#E9DBE2
(233,219,226)
#EFE4EB
(239,228,235)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9939A color. Also use rgb(185,147,154) instead hex code.

Text Font Color

.myTextColor { color: #B9939A; }

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

This text font color is #B9939A.


Background Color

.myBgColor { background-color: #B9939A; }

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

This div background color is #B9939A.


Border color

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

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

This div border color is #B9939A.


Opacity

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

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

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

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

This text has shadow with #B9939A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9939A on black background.


Color preview on white background

This text has color #B9939A on white background.



Black color preview on #B9939A background

This text has black color on #B9939A background.


White color preview on #B9939A background

This text has white color on #B9939A background.