COLOR #B4939A

HEX: #B4939A
RGB: (180,147,154)

Color info

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

RGB color model

#B4939A color RGB value is (180,147,154).

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

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 154 of 255 = 60%

180
147
154

R + G + B ~ 63%. #B4939A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 154 = 481 (100%)
R 180 of 481 ~ 37.42%
G 147 of 481 ~ 30.56%
B 154 of 481 ~ 32.02%

%37.42
%30.56
%32.02

CMYK color model

#B4939A color CMYK value is (0,18,14,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,18,14,29)
C0M18Y14K29 
(0%,18%,14%,29%)
(0.00/0.18/0.14/0.29)	

CMYK percentages

%0
%18.33
%14.44
%29.41

Codes

Color #B4939A in popluar color models

B4939A
RGB180147154
HSL347°18.03%64.12%
HSB/HSV347°18.33%70.59%
CMYK0.00%18.33%14.44%
29.41%

Color #B4939A in popluar number systems.

HEXB4939A
Decimal180147154
Binary101101001001001110011010
Octal264223232

Shades and tints

Shades of #B4939A

#B4939A
(180,147,154)
#A4868C
(164,134,140)
#94797E
(148,121,126)
#846C70
(132,108,112)
#745F62
(116,95,98)
#645254
(100,82,84)
#544546
(84,69,70)
#443838
(68,56,56)
#342B2A
(52,43,42)
#241E1C
(36,30,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #B4939A

#B4939A
(180,147,154)
#BA9CA3
(186,156,163)
#C0A5AC
(192,165,172)
#C6AEB5
(198,174,181)
#CCB7BE
(204,183,190)
#D2C0C7
(210,192,199)
#D8C9D0
(216,201,208)
#DED2D9
(222,210,217)
#E4DBE2
(228,219,226)
#EAE4EB
(234,228,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4939A; }

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

This text font color is #B4939A.


Background Color

.myBgColor { background-color: #B4939A; }

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

This div background color is #B4939A.


Border color

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

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

This div border color is #B4939A.


Opacity

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

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

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

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

This text has shadow with #B4939A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4939A on black background.


Color preview on white background

This text has color #B4939A on white background.



Black color preview on #B4939A background

This text has black color on #B4939A background.


White color preview on #B4939A background

This text has white color on #B4939A background.