COLOR #B49096

HEX: #B49096
RGB: (180,144,150)

Color info

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

RGB color model

#B49096 color RGB value is (180,144,150).

  • red value is 180;
  • green value is 144;
  • blue value is 150.
RGB:
(180,144,150)
(71%,56%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 150 of 255 = 59%

180
144
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 150 = 474 (100%)
R 180 of 474 ~ 37.97%
G 144 of 474 ~ 30.38%
B 150 of 474 ~ 31.65%

%37.97
%30.38
%31.65

CMYK color model

#B49096 color CMYK value is (0,20,17,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,20,17,29)
C0M20Y17K29 
(0%,20%,17%,29%)
(0.00/0.20/0.17/0.29)	

CMYK percentages

%0
%20
%16.67
%29.41

Codes

Color #B49096 in popluar color models

B49096
RGB180144150
HSL350°19.35%63.53%
HSB/HSV350°20.00%70.59%
CMYK0.00%20.00%16.67%
29.41%

Color #B49096 in popluar number systems.

HEXB49096
Decimal180144150
Binary101101001001000010010110
Octal264220226

Shades and tints

Shades of #B49096

#B49096
(180,144,150)
#A48389
(164,131,137)
#94767C
(148,118,124)
#84696F
(132,105,111)
#745C62
(116,92,98)
#644F55
(100,79,85)
#544248
(84,66,72)
#44353B
(68,53,59)
#34282E
(52,40,46)
#241B21
(36,27,33)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B49096

#B49096
(180,144,150)
#BA9A9F
(186,154,159)
#C0A4A8
(192,164,168)
#C6AEB1
(198,174,177)
#CCB8BA
(204,184,186)
#D2C2C3
(210,194,195)
#D8CCCC
(216,204,204)
#DED6D5
(222,214,213)
#E4E0DE
(228,224,222)
#EAEAE7
(234,234,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49096 color. Also use rgb(180,144,150) instead hex code.

Text Font Color

.myTextColor { color: #B49096; }

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

This text font color is #B49096.


Background Color

.myBgColor { background-color: #B49096; }

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

This div background color is #B49096.


Border color

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

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

This div border color is #B49096.


Opacity

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

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

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

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

This text has shadow with #B49096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49096 on black background.


Color preview on white background

This text has color #B49096 on white background.



Black color preview on #B49096 background

This text has black color on #B49096 background.


White color preview on #B49096 background

This text has white color on #B49096 background.