COLOR #B6A827

HEX: #B6A827
RGB: (182,168,39)

Color info

#B6A827 contains mainly red and green colors. Web safe color of #B6A827 is #CC9933 (or #C93).

RGB color model

#B6A827 color RGB value is (182,168,39).

  • red value is 182;
  • green value is 168;
  • blue value is 39.
RGB:
(182,168,39)
(71%,66%,15%)

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 39 of 255 = 15%

182
168
39

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

Portions of RGB colors in percentages

R + G + B =
182 + 168 + 39 = 389 (100%)
R 182 of 389 ~ 46.79%
G 168 of 389 ~ 43.19%
B 39 of 389 ~ 10.03%

%46.79
%43.19
%10.03

CMYK color model

#B6A827 color CMYK value is (0,8,79,29).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 78.57%
  • key color value is 28.63%
CMYK:
(0,8,79,29)
C0M8Y79K29 
(0%,8%,79%,29%)
(0.00/0.08/0.79/0.29)	

CMYK percentages

%0
%7.69
%78.57
%28.63

Codes

Color #B6A827 in popluar color models

B6A827
RGB18216839
HSL54°64.71%43.33%
HSB/HSV54°78.57%71.37%
CMYK0.00%7.69%78.57%
28.63%

Color #B6A827 in popluar number systems.

HEXB6A827
Decimal18216839
Binary1011011010101000100111
Octal26625047

Shades and tints

Shades of #B6A827

#B6A827
(182,168,39)
#A69924
(166,153,36)
#968A21
(150,138,33)
#867B1E
(134,123,30)
#766C1B
(118,108,27)
#665D18
(102,93,24)
#564E15
(86,78,21)
#463F12
(70,63,18)
#36300F
(54,48,15)
#26210C
(38,33,12)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #B6A827

#B6A827
(182,168,39)
#BCAF3A
(188,175,58)
#C2B64D
(194,182,77)
#C8BD60
(200,189,96)
#CEC473
(206,196,115)
#D4CB86
(212,203,134)
#DAD299
(218,210,153)
#E0D9AC
(224,217,172)
#E6E0BF
(230,224,191)
#ECE7D2
(236,231,210)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A827; }

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

This text font color is #B6A827.


Background Color

.myBgColor { background-color: #B6A827; }

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

This div background color is #B6A827.


Border color

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

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

This div border color is #B6A827.


Opacity

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

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

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

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

This text has shadow with #B6A827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A827 on black background.


Color preview on white background

This text has color #B6A827 on white background.



Black color preview on #B6A827 background

This text has black color on #B6A827 background.


White color preview on #B6A827 background

This text has white color on #B6A827 background.