COLOR #B2A86E

HEX: #B2A86E
RGB: (178,168,110)

Color info

#B2A86E contains mainly red and green colors. Web safe color of #B2A86E is #999966 (or #996).

RGB color model

#B2A86E color RGB value is (178,168,110).

  • red value is 178;
  • green value is 168;
  • blue value is 110.
RGB:
(178,168,110)
(70%,66%,43%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 110 of 255 = 43%

178
168
110

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

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 110 = 456 (100%)
R 178 of 456 ~ 39.04%
G 168 of 456 ~ 36.84%
B 110 of 456 ~ 24.12%

%39.04
%36.84
%24.12

CMYK color model

#B2A86E color CMYK value is (0,6,38,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 38.20%
  • key color value is 30.20%
CMYK:
(0,6,38,30)
C0M6Y38K30 
(0%,6%,38%,30%)
(0.00/0.06/0.38/0.30)	

CMYK percentages

%0
%5.62
%38.2
%30.2

Codes

Color #B2A86E in popluar color models

B2A86E
RGB178168110
HSL51°30.63%56.47%
HSB/HSV51°38.20%69.80%
CMYK0.00%5.62%38.20%
30.20%

Color #B2A86E in popluar number systems.

HEXB2A86E
Decimal178168110
Binary10110010101010001101110
Octal262250156

Shades and tints

Shades of #B2A86E

#B2A86E
(178,168,110)
#A29964
(162,153,100)
#928A5A
(146,138,90)
#827B50
(130,123,80)
#726C46
(114,108,70)
#625D3C
(98,93,60)
#524E32
(82,78,50)
#423F28
(66,63,40)
#32301E
(50,48,30)
#222114
(34,33,20)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #B2A86E

#B2A86E
(178,168,110)
#B9AF7B
(185,175,123)
#C0B688
(192,182,136)
#C7BD95
(199,189,149)
#CEC4A2
(206,196,162)
#D5CBAF
(213,203,175)
#DCD2BC
(220,210,188)
#E3D9C9
(227,217,201)
#EAE0D6
(234,224,214)
#F1E7E3
(241,231,227)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A86E color. Also use rgb(178,168,110) instead hex code.

Text Font Color

.myTextColor { color: #B2A86E; }

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

This text font color is #B2A86E.


Background Color

.myBgColor { background-color: #B2A86E; }

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

This div background color is #B2A86E.


Border color

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

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

This div border color is #B2A86E.


Opacity

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

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

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

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

This text has shadow with #B2A86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A86E on black background.


Color preview on white background

This text has color #B2A86E on white background.



Black color preview on #B2A86E background

This text has black color on #B2A86E background.


White color preview on #B2A86E background

This text has white color on #B2A86E background.