COLOR #B49B66

HEX: #B49B66 RGB: (180,155,102)

Color info

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

RGB color model

#B49B66 color RGB value is (180,155,102).

RGB: (180,155,102) (71%, 61%, 40%)

RGB channels and saturation

R 180 of 255 = 71%
G 155 of 255 = 61%
B 102 of 255 = 40%

180
155
102

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

Portions of RGB colors in percentages

R + G + B = 180 + 155 + 102 = 437 (100%)
R 180 of 437 ~ 41.19%
G 155 of 437 ~ 35.47%
B 102 of 437 ~ 23.34'%

%41.19
%35.47
%23.34

CMYK color model

#B49B66 color CMYK value is (0,14,43,29).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 43.33%
  • key color value is 29.41%
CMYK: (0,14,43,29) C0M14Y43K29 (0%,14%,43%,29%) (0.00/0.14/0.43/0.29) 

CMYK percentages

%0
%13.89
%43.33
%29.41

Codes

Color #B49B66 in popluar color models

B4 9B 66
RGB 180 155 102
HSL 41° 34.21% 55.29%
HSB/HSV 41° 43.33% 70.59%
CMYK 0.00% 13.89% 43.33%
29.41%

Color #B49B66 in popluar number systems.

HEX B4 9B 66
Decimal 180 155 102
Binary 10110100 10011011 1100110
Octal 264 233 146

Shades and tints

Shades of #B49B66

#B49B66
(180,155,102)
#A48D5D
(164,141,93)
#947F54
(148,127,84)
#84714B
(132,113,75)
#746342
(116,99,66)
#645539
(100,85,57)
#544730
(84,71,48)
#443927
(68,57,39)
#342B1E
(52,43,30)
#241D15
(36,29,21)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #B49B66

#B49B66
(180,155,102)
#BAA473
(186,164,115)
#C0AD80
(192,173,128)
#C6B68D
(198,182,141)
#CCBF9A
(204,191,154)
#D2C8A7
(210,200,167)
#D8D1B4
(216,209,180)
#DEDAC1
(222,218,193)
#E4E3CE
(228,227,206)
#EAECDB
(234,236,219)
#F0F5E8
(240,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49B66 color. Also use rgb(180,155,102) instead hex code.

Text Font Color

.myTextColor { color: #B49B66; }

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

This text font color is #B49B66.

Background Color

.myBgColor { background-color: #B49B66; }

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

This div background color is #B49B66.

Border color

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

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

This div border color is #B49B66.

Opacity

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

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

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

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

This text has shadow with #B49B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49B66.

Preview

Color preview on black background

This text has color #B49B66 on black background.


Color preview on white background

This text has color #B49B66 on white background.


Black color preview on #B49B66 background

This text has black color on #B49B66 background.


White color preview on #B49B66 background

This text has white color on #B49B66 background.


Related colors

Complementary color

Complementary color for #hex is #4B6499.


I love getcolorcode.com

Triadic colors

1 #66B49B and #9B66B4 with #B49B66 are triadic colors.

2 #669BB4 and #9BB466 with #B49B66 are triadic colors.