COLOR #B49995

HEX: #B49995
RGB: (180,153,149)

Color info

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

RGB color model

#B49995 color RGB value is (180,153,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 149 of 255 = 58%

180
153
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 149 = 482 (100%)
R 180 of 482 ~ 37.34%
G 153 of 482 ~ 31.74%
B 149 of 482 ~ 30.91%

%37.34
%31.74
%30.91

CMYK color model

#B49995 color CMYK value is (0,15,17,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,15,17,29)
C0M15Y17K29 
(0%,15%,17%,29%)
(0.00/0.15/0.17/0.29)	

CMYK percentages

%0
%15
%17.22
%29.41

Codes

Color #B49995 in popluar color models

B49995
RGB180153149
HSL17.13%64.51%
HSB/HSV17.22%70.59%
CMYK0.00%15.00%17.22%
29.41%

Color #B49995 in popluar number systems.

HEXB49995
Decimal180153149
Binary101101001001100110010101
Octal264231225

Shades and tints

Shades of #B49995

#B49995
(180,153,149)
#A48C88
(164,140,136)
#947F7B
(148,127,123)
#84726E
(132,114,110)
#746561
(116,101,97)
#645854
(100,88,84)
#544B47
(84,75,71)
#443E3A
(68,62,58)
#34312D
(52,49,45)
#242420
(36,36,32)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B49995

#B49995
(180,153,149)
#BAA29E
(186,162,158)
#C0ABA7
(192,171,167)
#C6B4B0
(198,180,176)
#CCBDB9
(204,189,185)
#D2C6C2
(210,198,194)
#D8CFCB
(216,207,203)
#DED8D4
(222,216,212)
#E4E1DD
(228,225,221)
#EAEAE6
(234,234,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49995; }

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

This text font color is #B49995.


Background Color

.myBgColor { background-color: #B49995; }

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

This div background color is #B49995.


Border color

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

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

This div border color is #B49995.


Opacity

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

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

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

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

This text has shadow with #B49995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49995 on black background.


Color preview on white background

This text has color #B49995 on white background.



Black color preview on #B49995 background

This text has black color on #B49995 background.


White color preview on #B49995 background

This text has white color on #B49995 background.