COLOR #B2A76D

HEX: #B2A76D RGB: (178,167,109)

Color info

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

RGB color model

#B2A76D color RGB value is (178,167,109).

RGB: (178,167,109) (70%, 65%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 109 of 255 = 43%

178
167
109

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

Portions of RGB colors in percentages

R + G + B = 178 + 167 + 109 = 454 (100%)
R 178 of 454 ~ 39.21%
G 167 of 454 ~ 36.78%
B 109 of 454 ~ 24.01'%

%39.21
%36.78
%24.01

CMYK color model

#B2A76D color CMYK value is (0,6,39,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (0,6,39,30)
C0M6Y39K30 (0%, 6%, 39%, 30%)
(0.00 / 0.06 / 0.39 / 0.30)

CMYK percentages

%0
%6.18
%38.76
%30.2

Codes

Color #B2A76D in popluar color models

B2 A7 6D
RGB 178 167 109
HSL 50° 30.94% 56.27%
HSB/HSV 50° 38.76% 69.80%
CMYK 0.00% 6.18% 38.76%
30.20%

Color #B2A76D in popluar number systems.

HEX B2 A7 6D
Decimal 178 167 109
Binary 10110010 10100111 1101101
Octal 262 247 155

Shades and tints

Shades of #B2A76D

#B2A76D
(178,167,109)
#A29864
(162,152,100)
#92895B
(146,137,91)
#827A52
(130,122,82)
#726B49
(114,107,73)
#625C40
(98,92,64)
#524D37
(82,77,55)
#423E2E
(66,62,46)
#322F25
(50,47,37)
#22201C
(34,32,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B2A76D

#B2A76D
(178,167,109)
#B9AF7A
(185,175,122)
#C0B787
(192,183,135)
#C7BF94
(199,191,148)
#CEC7A1
(206,199,161)
#D5CFAE
(213,207,174)
#DCD7BB
(220,215,187)
#E3DFC8
(227,223,200)
#EAE7D5
(234,231,213)
#F1EFE2
(241,239,226)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A76D color. Also use rgb(178,167,109) instead hex code.

Text Font Color

.myTextColor { color: #B2A76D; }

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

This text font color is #B2A76D.

Background Color

.myBgColor { background-color: #B2A76D; }

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

This div background color is #B2A76D.

Border color

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

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

This div border color is #B2A76D.

Opacity

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

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

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

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

This text has shadow with #B2A76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A76D.

Preview

Color preview on black background

This text has color #B2A76D on black background.


Color preview on white background

This text has color #B2A76D on white background.


Black color preview on #B2A76D background

This text has black color on #B2A76D background.


White color preview on #B2A76D background

This text has white color on #B2A76D background.


Related colors

Complementary color

Complementary color for #hex is #4D5892.


I love getcolorcode.com

Triadic colors

1 #6DB2A7 and #A76DB2 with #B2A76D are triadic colors.

2 #6DA7B2 and #A7B26D with #B2A76D are triadic colors.