COLOR #B8A86A

HEX: #B8A86A
RGB: (184,168,106)

Color info

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

RGB color model

#B8A86A color RGB value is (184,168,106).

  • red value is 184;
  • green value is 168;
  • blue value is 106.
RGB:
(184,168,106)
(72%,66%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 106 of 255 = 42%

184
168
106

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

Portions of RGB colors in percentages

R + G + B =
184 + 168 + 106 = 458 (100%)
R 184 of 458 ~ 40.17%
G 168 of 458 ~ 36.68%
B 106 of 458 ~ 23.14%

%40.17
%36.68
%23.14

CMYK color model

#B8A86A color CMYK value is (0,9,42,28).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(0,9,42,28)
C0M9Y42K28 
(0%,9%,42%,28%)
(0.00/0.09/0.42/0.28)	

CMYK percentages

%0
%8.7
%42.39
%27.84

Codes

Color #B8A86A in popluar color models

B8A86A
RGB184168106
HSL48°35.45%56.86%
HSB/HSV48°42.39%72.16%
CMYK0.00%8.70%42.39%
27.84%

Color #B8A86A in popluar number systems.

HEXB8A86A
Decimal184168106
Binary10111000101010001101010
Octal270250152

Shades and tints

Shades of #B8A86A

#B8A86A
(184,168,106)
#A89961
(168,153,97)
#988A58
(152,138,88)
#887B4F
(136,123,79)
#786C46
(120,108,70)
#685D3D
(104,93,61)
#584E34
(88,78,52)
#483F2B
(72,63,43)
#383022
(56,48,34)
#282119
(40,33,25)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #B8A86A

#B8A86A
(184,168,106)
#BEAF77
(190,175,119)
#C4B684
(196,182,132)
#CABD91
(202,189,145)
#D0C49E
(208,196,158)
#D6CBAB
(214,203,171)
#DCD2B8
(220,210,184)
#E2D9C5
(226,217,197)
#E8E0D2
(232,224,210)
#EEE7DF
(238,231,223)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A86A color. Also use rgb(184,168,106) instead hex code.

Text Font Color

.myTextColor { color: #B8A86A; }

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

This text font color is #B8A86A.


Background Color

.myBgColor { background-color: #B8A86A; }

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

This div background color is #B8A86A.


Border color

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

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

This div border color is #B8A86A.


Opacity

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

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

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

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

This text has shadow with #B8A86A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A86A on black background.


Color preview on white background

This text has color #B8A86A on white background.



Black color preview on #B8A86A background

This text has black color on #B8A86A background.


White color preview on #B8A86A background

This text has white color on #B8A86A background.