COLOR #B49A65

HEX: #B49A65 RGB: (180,154,101)

Color info

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

RGB color model

#B49A65 color RGB value is (180,154,101).

RGB: (180,154,101) (71%, 60%, 40%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 101 of 255 = 40%

180
154
101

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

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 101 = 435 (100%)
R 180 of 435 ~ 41.38%
G 154 of 435 ~ 35.4%
B 101 of 435 ~ 23.22'%

%41.38
%35.4
%23.22

CMYK color model

#B49A65 color CMYK value is (0,14,44,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 43.89%
  • key color value is 29.41%
CMYK: (0,14,44,29) C0M14Y44K29 (0%,14%,44%,29%) (0.00/0.14/0.44/0.29) 

CMYK percentages

%0
%14.44
%43.89
%29.41

Codes

Color #B49A65 in popluar color models

B4 9A 65
RGB 180 154 101
HSL 40° 34.50% 55.10%
HSB/HSV 40° 43.89% 70.59%
CMYK 0.00% 14.44% 43.89%
29.41%

Color #B49A65 in popluar number systems.

HEX B4 9A 65
Decimal 180 154 101
Binary 10110100 10011010 1100101
Octal 264 232 145

Shades and tints

Shades of #B49A65

#B49A65
(180,154,101)
#A48C5C
(164,140,92)
#947E53
(148,126,83)
#84704A
(132,112,74)
#746241
(116,98,65)
#645438
(100,84,56)
#54462F
(84,70,47)
#443826
(68,56,38)
#342A1D
(52,42,29)
#241C14
(36,28,20)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #B49A65

#B49A65
(180,154,101)
#BAA373
(186,163,115)
#C0AC81
(192,172,129)
#C6B58F
(198,181,143)
#CCBE9D
(204,190,157)
#D2C7AB
(210,199,171)
#D8D0B9
(216,208,185)
#DED9C7
(222,217,199)
#E4E2D5
(228,226,213)
#EAEBE3
(234,235,227)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A65; }

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

This text font color is #B49A65.

Background Color

.myBgColor { background-color: #B49A65; }

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

This div background color is #B49A65.

Border color

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

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

This div border color is #B49A65.

Opacity

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

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

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

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

This text has shadow with #B49A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49A65.

Preview

Color preview on black background

This text has color #B49A65 on black background.


Color preview on white background

This text has color #B49A65 on white background.


Black color preview on #B49A65 background

This text has black color on #B49A65 background.


White color preview on #B49A65 background

This text has white color on #B49A65 background.


Related colors

Complementary color

Complementary color for #hex is #4B659A.


I love getcolorcode.com

Triadic colors

1 #65B49A and #9A65B4 with #B49A65 are triadic colors.

2 #659AB4 and #9AB465 with #B49A65 are triadic colors.