COLOR #B49A6B

HEX: #B49A6B RGB: (180,154,107)

Color info

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

RGB color model

#B49A6B color RGB value is (180,154,107).

RGB: (180,154,107) (71%, 60%, 42%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 107 of 255 = 42%

180
154
107

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

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 107 = 441 (100%)
R 180 of 441 ~ 40.82%
G 154 of 441 ~ 34.92%
B 107 of 441 ~ 24.26'%

%40.82
%34.92
%24.26

CMYK color model

#B49A6B color CMYK value is (0,14,41,29).

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

CMYK: (0,14,41,29)
C0M14Y41K29 (0%, 14%, 41%, 29%)
(0.00 / 0.14 / 0.41 / 0.29)

CMYK percentages

%0
%14.44
%40.56
%29.41

Codes

Color #B49A6B in popluar color models

B4 9A 6B
RGB 180 154 107
HSL 39° 32.74% 56.27%
HSB/HSV 39° 40.56% 70.59%
CMYK 0.00% 14.44% 40.56%
29.41%

Color #B49A6B in popluar number systems.

HEX B4 9A 6B
Decimal 180 154 107
Binary 10110100 10011010 1101011
Octal 264 232 153

Shades and tints

Shades of #B49A6B

#B49A6B
(180,154,107)
#A48C62
(164,140,98)
#947E59
(148,126,89)
#847050
(132,112,80)
#746247
(116,98,71)
#64543E
(100,84,62)
#544635
(84,70,53)
#44382C
(68,56,44)
#342A23
(52,42,35)
#241C1A
(36,28,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B49A6B

#B49A6B
(180,154,107)
#BAA378
(186,163,120)
#C0AC85
(192,172,133)
#C6B592
(198,181,146)
#CCBE9F
(204,190,159)
#D2C7AC
(210,199,172)
#D8D0B9
(216,208,185)
#DED9C6
(222,217,198)
#E4E2D3
(228,226,211)
#EAEBE0
(234,235,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A6B; }

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

This text font color is #B49A6B.

Background Color

.myBgColor { background-color: #B49A6B; }

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

This div background color is #B49A6B.

Border color

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

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

This div border color is #B49A6B.

Opacity

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

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

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

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

This text has shadow with #B49A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49A6B.

Preview

Color preview on black background

This text has color #B49A6B on black background.


Color preview on white background

This text has color #B49A6B on white background.


Black color preview on #B49A6B background

This text has black color on #B49A6B background.


White color preview on #B49A6B background

This text has white color on #B49A6B background.


Related colors

Complementary color

Complementary color for #hex is #4B6594.


I love getcolorcode.com

Triadic colors

1 #6BB49A and #9A6BB4 with #B49A6B are triadic colors.

2 #6B9AB4 and #9AB46B with #B49A6B are triadic colors.