COLOR #B49A78

HEX: #B49A78 RGB: (180,154,120)

Color info

#B49A78 contains mainly red and green colors. Web safe color of #B49A78 is #CC9966 (or #C96).

RGB color model

#B49A78 color RGB value is (180,154,120).

RGB: (180,154,120) (71%, 60%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 120 of 255 = 47%

180
154
120

R + G + B ~ 59%. #B49A78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 120 = 454 (100%)
R 180 of 454 ~ 39.65%
G 154 of 454 ~ 33.92%
B 120 of 454 ~ 26.43'%

%39.65
%33.92
%26.43

CMYK color model

#B49A78 color CMYK value is (0,14,33,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (0,14,33,29)
C0M14Y33K29 (0%, 14%, 33%, 29%)
(0.00 / 0.14 / 0.33 / 0.29)

CMYK percentages

%0
%14.44
%33.33
%29.41

Codes

Color #B49A78 in popluar color models

B4 9A 78
RGB 180 154 120
HSL 34° 28.57% 58.82%
HSB/HSV 34° 33.33% 70.59%
CMYK 0.00% 14.44% 33.33%
29.41%

Color #B49A78 in popluar number systems.

HEX B4 9A 78
Decimal 180 154 120
Binary 10110100 10011010 1111000
Octal 264 232 170

Shades and tints

Shades of #B49A78

#B49A78
(180,154,120)
#A48C6E
(164,140,110)
#947E64
(148,126,100)
#84705A
(132,112,90)
#746250
(116,98,80)
#645446
(100,84,70)
#54463C
(84,70,60)
#443832
(68,56,50)
#342A28
(52,42,40)
#241C1E
(36,28,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B49A78

#B49A78
(180,154,120)
#BAA384
(186,163,132)
#C0AC90
(192,172,144)
#C6B59C
(198,181,156)
#CCBEA8
(204,190,168)
#D2C7B4
(210,199,180)
#D8D0C0
(216,208,192)
#DED9CC
(222,217,204)
#E4E2D8
(228,226,216)
#EAEBE4
(234,235,228)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A78; }

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

This text font color is #B49A78.

Background Color

.myBgColor { background-color: #B49A78; }

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

This div background color is #B49A78.

Border color

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

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

This div border color is #B49A78.

Opacity

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

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

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

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

This text has shadow with #B49A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49A78.

Preview

Color preview on black background

This text has color #B49A78 on black background.


Color preview on white background

This text has color #B49A78 on white background.


Black color preview on #B49A78 background

This text has black color on #B49A78 background.


White color preview on #B49A78 background

This text has white color on #B49A78 background.


Related colors

Complementary color

Complementary color for #hex is #4B6587.


I love getcolorcode.com

Triadic colors

1 #78B49A and #9A78B4 with #B49A78 are triadic colors.

2 #789AB4 and #9AB478 with #B49A78 are triadic colors.