COLOR #B6A84F

HEX: #B6A84F RGB: (182,168,79)

Color info

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

RGB color model

#B6A84F color RGB value is (182,168,79).

RGB: (182,168,79) (71%, 66%, 31%)

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 79 of 255 = 31%

182
168
79

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

Portions of RGB colors in percentages

R + G + B = 182 + 168 + 79 = 429 (100%)
R 182 of 429 ~ 42.42%
G 168 of 429 ~ 39.16%
B 79 of 429 ~ 18.41'%

%42.42
%39.16
%18.41

CMYK color model

#B6A84F color CMYK value is (0,8,57,29).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 56.59%
  • key color value is 28.63%

CMYK: (0,8,57,29)
C0M8Y57K29 (0%, 8%, 57%, 29%)
(0.00 / 0.08 / 0.57 / 0.29)

CMYK percentages

%0
%7.69
%56.59
%28.63

Codes

Color #B6A84F in popluar color models

B6 A8 4F
RGB 182 168 79
HSL 52° 41.37% 51.18%
HSB/HSV 52° 56.59% 71.37%
CMYK 0.00% 7.69% 56.59%
28.63%

Color #B6A84F in popluar number systems.

HEX B6 A8 4F
Decimal 182 168 79
Binary 10110110 10101000 1001111
Octal 266 250 117

Shades and tints

Shades of #B6A84F

#B6A84F
(182,168,79)
#A69948
(166,153,72)
#968A41
(150,138,65)
#867B3A
(134,123,58)
#766C33
(118,108,51)
#665D2C
(102,93,44)
#564E25
(86,78,37)
#463F1E
(70,63,30)
#363017
(54,48,23)
#262110
(38,33,16)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #B6A84F

#B6A84F
(182,168,79)
#BCAF5F
(188,175,95)
#C2B66F
(194,182,111)
#C8BD7F
(200,189,127)
#CEC48F
(206,196,143)
#D4CB9F
(212,203,159)
#DAD2AF
(218,210,175)
#E0D9BF
(224,217,191)
#E6E0CF
(230,224,207)
#ECE7DF
(236,231,223)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A84F color. Also use rgb(182,168,79) instead hex code.

Text Font Color

.myTextColor { color: #B6A84F; }

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

This text font color is #B6A84F.

Background Color

.myBgColor { background-color: #B6A84F; }

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

This div background color is #B6A84F.

Border color

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

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

This div border color is #B6A84F.

Opacity

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

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

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

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

This text has shadow with #B6A84F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A84F.

Preview

Color preview on black background

This text has color #B6A84F on black background.


Color preview on white background

This text has color #B6A84F on white background.


Black color preview on #B6A84F background

This text has black color on #B6A84F background.


White color preview on #B6A84F background

This text has white color on #B6A84F background.


Related colors

Complementary color

Complementary color for #hex is #4957B0.


I love getcolorcode.com

Triadic colors

1 #4FB6A8 and #A84FB6 with #B6A84F are triadic colors.

2 #4FA8B6 and #A8B64F with #B6A84F are triadic colors.