COLOR #B8A16E

HEX: #B8A16E
RGB: (184,161,110)

Color info

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

RGB color model

#B8A16E color RGB value is (184,161,110).

  • red value is 184;
  • green value is 161;
  • blue value is 110.
RGB:
(184,161,110)
(72%,63%,43%)

RGB channels and saturation

R 184 of 255 = 72%
G 161 of 255 = 63%
B 110 of 255 = 43%

184
161
110

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

Portions of RGB colors in percentages

R + G + B =
184 + 161 + 110 = 455 (100%)
R 184 of 455 ~ 40.44%
G 161 of 455 ~ 35.38%
B 110 of 455 ~ 24.18%

%40.44
%35.38
%24.18

CMYK color model

#B8A16E color CMYK value is (0,13,40,28).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 40.22%
  • key color value is 27.84%
CMYK:
(0,13,40,28)
C0M13Y40K28 
(0%,13%,40%,28%)
(0.00/0.13/0.40/0.28)	

CMYK percentages

%0
%12.5
%40.22
%27.84

Codes

Color #B8A16E in popluar color models

B8A16E
RGB184161110
HSL41°34.26%57.65%
HSB/HSV41°40.22%72.16%
CMYK0.00%12.50%40.22%
27.84%

Color #B8A16E in popluar number systems.

HEXB8A16E
Decimal184161110
Binary10111000101000011101110
Octal270241156

Shades and tints

Shades of #B8A16E

#B8A16E
(184,161,110)
#A89364
(168,147,100)
#98855A
(152,133,90)
#887750
(136,119,80)
#786946
(120,105,70)
#685B3C
(104,91,60)
#584D32
(88,77,50)
#483F28
(72,63,40)
#38311E
(56,49,30)
#282314
(40,35,20)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #B8A16E

#B8A16E
(184,161,110)
#BEA97B
(190,169,123)
#C4B188
(196,177,136)
#CAB995
(202,185,149)
#D0C1A2
(208,193,162)
#D6C9AF
(214,201,175)
#DCD1BC
(220,209,188)
#E2D9C9
(226,217,201)
#E8E1D6
(232,225,214)
#EEE9E3
(238,233,227)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A16E color. Also use rgb(184,161,110) instead hex code.

Text Font Color

.myTextColor { color: #B8A16E; }

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

This text font color is #B8A16E.


Background Color

.myBgColor { background-color: #B8A16E; }

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

This div background color is #B8A16E.


Border color

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

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

This div border color is #B8A16E.


Opacity

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

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

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

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

This text has shadow with #B8A16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A16E on black background.


Color preview on white background

This text has color #B8A16E on white background.



Black color preview on #B8A16E background

This text has black color on #B8A16E background.


White color preview on #B8A16E background

This text has white color on #B8A16E background.