COLOR #B7A62E

HEX: #B7A62E
RGB: (183,166,46)

Color info

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

RGB color model

#B7A62E color RGB value is (183,166,46).

  • red value is 183;
  • green value is 166;
  • blue value is 46.
RGB:
(183,166,46)
(72%,65%,18%)

RGB channels and saturation

R 183 of 255 = 72%
G 166 of 255 = 65%
B 46 of 255 = 18%

183
166
46

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

Portions of RGB colors in percentages

R + G + B =
183 + 166 + 46 = 395 (100%)
R 183 of 395 ~ 46.33%
G 166 of 395 ~ 42.03%
B 46 of 395 ~ 11.65%

%46.33
%42.03
%11.65

CMYK color model

#B7A62E color CMYK value is (0,9,75,28).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 74.86%
  • key color value is 28.24%
CMYK:
(0,9,75,28)
C0M9Y75K28 
(0%,9%,75%,28%)
(0.00/0.09/0.75/0.28)	

CMYK percentages

%0
%9.29
%74.86
%28.24

Codes

Color #B7A62E in popluar color models

B7A62E
RGB18316646
HSL53°59.83%44.90%
HSB/HSV53°74.86%71.76%
CMYK0.00%9.29%74.86%
28.24%

Color #B7A62E in popluar number systems.

HEXB7A62E
Decimal18316646
Binary1011011110100110101110
Octal26724656

Shades and tints

Shades of #B7A62E

#B7A62E
(183,166,46)
#A7972A
(167,151,42)
#978826
(151,136,38)
#877922
(135,121,34)
#776A1E
(119,106,30)
#675B1A
(103,91,26)
#574C16
(87,76,22)
#473D12
(71,61,18)
#372E0E
(55,46,14)
#271F0A
(39,31,10)
#171006
(23,16,6)
#000000
(0,0,0)

Tints of #B7A62E

#B7A62E
(183,166,46)
#BDAE41
(189,174,65)
#C3B654
(195,182,84)
#C9BE67
(201,190,103)
#CFC67A
(207,198,122)
#D5CE8D
(213,206,141)
#DBD6A0
(219,214,160)
#E1DEB3
(225,222,179)
#E7E6C6
(231,230,198)
#EDEED9
(237,238,217)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A62E color. Also use rgb(183,166,46) instead hex code.

Text Font Color

.myTextColor { color: #B7A62E; }

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

This text font color is #B7A62E.


Background Color

.myBgColor { background-color: #B7A62E; }

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

This div background color is #B7A62E.


Border color

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

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

This div border color is #B7A62E.


Opacity

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

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

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

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

This text has shadow with #B7A62E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A62E on black background.


Color preview on white background

This text has color #B7A62E on white background.



Black color preview on #B7A62E background

This text has black color on #B7A62E background.


White color preview on #B7A62E background

This text has white color on #B7A62E background.