COLOR #B49994

HEX: #B49994 RGB: (180,153,148)

Color info

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

RGB color model

#B49994 color RGB value is (180,153,148).

RGB: (180,153,148) (71%, 60%, 58%)

RGB channels and saturation

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

180
153
148

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

Portions of RGB colors in percentages

R + G + B = 180 + 153 + 148 = 481 (100%)
R 180 of 481 ~ 37.42%
G 153 of 481 ~ 31.81%
B 148 of 481 ~ 30.77'%

%37.42
%31.81
%30.77

CMYK color model

#B49994 color CMYK value is (0,15,18,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.78%
  • key color value is 29.41%

CMYK: (0,15,18,29)
C0M15Y18K29 (0%, 15%, 18%, 29%)
(0.00 / 0.15 / 0.18 / 0.29)

CMYK percentages

%0
%15
%17.78
%29.41

Codes

Color #B49994 in popluar color models

B4 99 94
RGB 180 153 148
HSL 17.58% 64.31%
HSB/HSV 17.78% 70.59%
CMYK 0.00% 15.00% 17.78%
29.41%

Color #B49994 in popluar number systems.

HEX B4 99 94
Decimal 180 153 148
Binary 10110100 10011001 10010100
Octal 264 231 224

Shades and tints

Shades of #B49994

#B49994
(180,153,148)
#A48C87
(164,140,135)
#947F7A
(148,127,122)
#84726D
(132,114,109)
#746560
(116,101,96)
#645853
(100,88,83)
#544B46
(84,75,70)
#443E39
(68,62,57)
#34312C
(52,49,44)
#24241F
(36,36,31)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #B49994

#B49994
(180,153,148)
#BAA29D
(186,162,157)
#C0ABA6
(192,171,166)
#C6B4AF
(198,180,175)
#CCBDB8
(204,189,184)
#D2C6C1
(210,198,193)
#D8CFCA
(216,207,202)
#DED8D3
(222,216,211)
#E4E1DC
(228,225,220)
#EAEAE5
(234,234,229)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49994; }

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

This text font color is #B49994.

Background Color

.myBgColor { background-color: #B49994; }

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

This div background color is #B49994.

Border color

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

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

This div border color is #B49994.

Opacity

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

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

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

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

This text has shadow with #B49994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49994.

Preview

Color preview on black background

This text has color #B49994 on black background.


Color preview on white background

This text has color #B49994 on white background.


Black color preview on #B49994 background

This text has black color on #B49994 background.


White color preview on #B49994 background

This text has white color on #B49994 background.


Related colors

Complementary color

Complementary color for #hex is #4B666B.


I love getcolorcode.com

Triadic colors

1 #94B499 and #9994B4 with #B49994 are triadic colors.

2 #9499B4 and #99B494 with #B49994 are triadic colors.