COLOR #B7A80E

HEX: #B7A80E
RGB: (183,168,14)

Color info

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

RGB color model

#B7A80E color RGB value is (183,168,14).

  • red value is 183;
  • green value is 168;
  • blue value is 14.
RGB:
(183,168,14)
(72%,66%,5%)

RGB channels and saturation

R 183 of 255 = 72%
G 168 of 255 = 66%
B 14 of 255 = 5%

183
168
14

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

Portions of RGB colors in percentages

R + G + B =
183 + 168 + 14 = 365 (100%)
R 183 of 365 ~ 50.14%
G 168 of 365 ~ 46.03%
B 14 of 365 ~ 3.84%

%50.14
%46.03

CMYK color model

#B7A80E color CMYK value is (0,8,92,28).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 92.35%
  • key color value is 28.24%
CMYK:
(0,8,92,28)
C0M8Y92K28 
(0%,8%,92%,28%)
(0.00/0.08/0.92/0.28)	

CMYK percentages

%0
%8.2
%92.35
%28.24

Codes

Color #B7A80E in popluar color models

B7A80E
RGB18316814
HSL55°85.79%38.63%
HSB/HSV55°92.35%71.76%
CMYK0.00%8.20%92.35%
28.24%

Color #B7A80E in popluar number systems.

HEXB7A80E
Decimal18316814
Binary10110111101010001110
Octal26725016

Shades and tints

Shades of #B7A80E

#B7A80E
(183,168,14)
#A7990D
(167,153,13)
#978A0C
(151,138,12)
#877B0B
(135,123,11)
#776C0A
(119,108,10)
#675D09
(103,93,9)
#574E08
(87,78,8)
#473F07
(71,63,7)
#373006
(55,48,6)
#272105
(39,33,5)
#171204
(23,18,4)
#000000
(0,0,0)

Tints of #B7A80E

#B7A80E
(183,168,14)
#BDAF23
(189,175,35)
#C3B638
(195,182,56)
#C9BD4D
(201,189,77)
#CFC462
(207,196,98)
#D5CB77
(213,203,119)
#DBD28C
(219,210,140)
#E1D9A1
(225,217,161)
#E7E0B6
(231,224,182)
#EDE7CB
(237,231,203)
#F3EEE0
(243,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A80E color. Also use rgb(183,168,14) instead hex code.

Text Font Color

.myTextColor { color: #B7A80E; }

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

This text font color is #B7A80E.


Background Color

.myBgColor { background-color: #B7A80E; }

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

This div background color is #B7A80E.


Border color

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

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

This div border color is #B7A80E.


Opacity

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

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

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

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

This text has shadow with #B7A80E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A80E on black background.


Color preview on white background

This text has color #B7A80E on white background.



Black color preview on #B7A80E background

This text has black color on #B7A80E background.


White color preview on #B7A80E background

This text has white color on #B7A80E background.