COLOR #B49395

HEX: #B49395
RGB: (180,147,149)

Color info

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

RGB color model

#B49395 color RGB value is (180,147,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 149 of 255 = 58%

180
147
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 149 = 476 (100%)
R 180 of 476 ~ 37.82%
G 147 of 476 ~ 30.88%
B 149 of 476 ~ 31.3%

%37.82
%30.88
%31.3

CMYK color model

#B49395 color CMYK value is (0,18,17,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,18,17,29)
C0M18Y17K29 
(0%,18%,17%,29%)
(0.00/0.18/0.17/0.29)	

CMYK percentages

%0
%18.33
%17.22
%29.41

Codes

Color #B49395 in popluar color models

B49395
RGB180147149
HSL356°18.03%64.12%
HSB/HSV356°18.33%70.59%
CMYK0.00%18.33%17.22%
29.41%

Color #B49395 in popluar number systems.

HEXB49395
Decimal180147149
Binary101101001001001110010101
Octal264223225

Shades and tints

Shades of #B49395

#B49395
(180,147,149)
#A48688
(164,134,136)
#94797B
(148,121,123)
#846C6E
(132,108,110)
#745F61
(116,95,97)
#645254
(100,82,84)
#544547
(84,69,71)
#44383A
(68,56,58)
#342B2D
(52,43,45)
#241E20
(36,30,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B49395

#B49395
(180,147,149)
#BA9C9E
(186,156,158)
#C0A5A7
(192,165,167)
#C6AEB0
(198,174,176)
#CCB7B9
(204,183,185)
#D2C0C2
(210,192,194)
#D8C9CB
(216,201,203)
#DED2D4
(222,210,212)
#E4DBDD
(228,219,221)
#EAE4E6
(234,228,230)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49395; }

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

This text font color is #B49395.


Background Color

.myBgColor { background-color: #B49395; }

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

This div background color is #B49395.


Border color

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

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

This div border color is #B49395.


Opacity

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

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

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

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

This text has shadow with #B49395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49395 on black background.


Color preview on white background

This text has color #B49395 on white background.



Black color preview on #B49395 background

This text has black color on #B49395 background.


White color preview on #B49395 background

This text has white color on #B49395 background.