COLOR #B49866

HEX: #B49866
RGB: (180,152,102)

Color info

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

RGB color model

#B49866 color RGB value is (180,152,102).

  • red value is 180;
  • green value is 152;
  • blue value is 102.
RGB:
(180,152,102)
(71%,60%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 102 of 255 = 40%

180
152
102

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

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 102 = 434 (100%)
R 180 of 434 ~ 41.47%
G 152 of 434 ~ 35.02%
B 102 of 434 ~ 23.5%

%41.47
%35.02
%23.5

CMYK color model

#B49866 color CMYK value is (0,16,43,29).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 43.33%
  • key color value is 29.41%
CMYK:
(0,16,43,29)
C0M16Y43K29 
(0%,16%,43%,29%)
(0.00/0.16/0.43/0.29)	

CMYK percentages

%0
%15.56
%43.33
%29.41

Codes

Color #B49866 in popluar color models

B49866
RGB180152102
HSL38°34.21%55.29%
HSB/HSV38°43.33%70.59%
CMYK0.00%15.56%43.33%
29.41%

Color #B49866 in popluar number systems.

HEXB49866
Decimal180152102
Binary10110100100110001100110
Octal264230146

Shades and tints

Shades of #B49866

#B49866
(180,152,102)
#A48B5D
(164,139,93)
#947E54
(148,126,84)
#84714B
(132,113,75)
#746442
(116,100,66)
#645739
(100,87,57)
#544A30
(84,74,48)
#443D27
(68,61,39)
#34301E
(52,48,30)
#242315
(36,35,21)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #B49866

#B49866
(180,152,102)
#BAA173
(186,161,115)
#C0AA80
(192,170,128)
#C6B38D
(198,179,141)
#CCBC9A
(204,188,154)
#D2C5A7
(210,197,167)
#D8CEB4
(216,206,180)
#DED7C1
(222,215,193)
#E4E0CE
(228,224,206)
#EAE9DB
(234,233,219)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49866; }

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

This text font color is #B49866.


Background Color

.myBgColor { background-color: #B49866; }

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

This div background color is #B49866.


Border color

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

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

This div border color is #B49866.


Opacity

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

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

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

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

This text has shadow with #B49866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49866 on black background.


Color preview on white background

This text has color #B49866 on white background.



Black color preview on #B49866 background

This text has black color on #B49866 background.


White color preview on #B49866 background

This text has white color on #B49866 background.