COLOR #B6A915

HEX: #B6A915
RGB: (182,169,21)

Color info

#B6A915 contains mainly red and green colors. Web safe color of #B6A915 is #CC9900 (or #C90).

RGB color model

#B6A915 color RGB value is (182,169,21).

  • red value is 182;
  • green value is 169;
  • blue value is 21.
RGB:
(182,169,21)
(71%,66%,8%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 21 of 255 = 8%

182
169
21

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

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 21 = 372 (100%)
R 182 of 372 ~ 48.92%
G 169 of 372 ~ 45.43%
B 21 of 372 ~ 5.65%

%48.92
%45.43

CMYK color model

#B6A915 color CMYK value is (0,7,88,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 88.46%
  • key color value is 28.63%
CMYK:
(0,7,88,29)
C0M7Y88K29 
(0%,7%,88%,29%)
(0.00/0.07/0.88/0.29)	

CMYK percentages

%0
%7.14
%88.46
%28.63

Codes

Color #B6A915 in popluar color models

B6A915
RGB18216921
HSL55°79.31%39.80%
HSB/HSV55°88.46%71.37%
CMYK0.00%7.14%88.46%
28.63%

Color #B6A915 in popluar number systems.

HEXB6A915
Decimal18216921
Binary101101101010100110101
Octal26625125

Shades and tints

Shades of #B6A915

#B6A915
(182,169,21)
#A69A14
(166,154,20)
#968B13
(150,139,19)
#867C12
(134,124,18)
#766D11
(118,109,17)
#665E10
(102,94,16)
#564F0F
(86,79,15)
#46400E
(70,64,14)
#36310D
(54,49,13)
#26220C
(38,34,12)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #B6A915

#B6A915
(182,169,21)
#BCB02A
(188,176,42)
#C2B73F
(194,183,63)
#C8BE54
(200,190,84)
#CEC569
(206,197,105)
#D4CC7E
(212,204,126)
#DAD393
(218,211,147)
#E0DAA8
(224,218,168)
#E6E1BD
(230,225,189)
#ECE8D2
(236,232,210)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A915 color. Also use rgb(182,169,21) instead hex code.

Text Font Color

.myTextColor { color: #B6A915; }

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

This text font color is #B6A915.


Background Color

.myBgColor { background-color: #B6A915; }

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

This div background color is #B6A915.


Border color

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

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

This div border color is #B6A915.


Opacity

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

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

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

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

This text has shadow with #B6A915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A915 on black background.


Color preview on white background

This text has color #B6A915 on white background.



Black color preview on #B6A915 background

This text has black color on #B6A915 background.


White color preview on #B6A915 background

This text has white color on #B6A915 background.