COLOR #B7A941

HEX: #B7A941
RGB: (183,169,65)

Color info

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

RGB color model

#B7A941 color RGB value is (183,169,65).

  • red value is 183;
  • green value is 169;
  • blue value is 65.
RGB:
(183,169,65)
(72%,66%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 65 of 255 = 25%

183
169
65

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

Portions of RGB colors in percentages

R + G + B =
183 + 169 + 65 = 417 (100%)
R 183 of 417 ~ 43.88%
G 169 of 417 ~ 40.53%
B 65 of 417 ~ 15.59%

%43.88
%40.53
%15.59

CMYK color model

#B7A941 color CMYK value is (0,8,64,28).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 64.48%
  • key color value is 28.24%
CMYK:
(0,8,64,28)
C0M8Y64K28 
(0%,8%,64%,28%)
(0.00/0.08/0.64/0.28)	

CMYK percentages

%0
%7.65
%64.48
%28.24

Codes

Color #B7A941 in popluar color models

B7A941
RGB18316965
HSL53°47.58%48.63%
HSB/HSV53°64.48%71.76%
CMYK0.00%7.65%64.48%
28.24%

Color #B7A941 in popluar number systems.

HEXB7A941
Decimal18316965
Binary10110111101010011000001
Octal267251101

Shades and tints

Shades of #B7A941

#B7A941
(183,169,65)
#A79A3C
(167,154,60)
#978B37
(151,139,55)
#877C32
(135,124,50)
#776D2D
(119,109,45)
#675E28
(103,94,40)
#574F23
(87,79,35)
#47401E
(71,64,30)
#373119
(55,49,25)
#272214
(39,34,20)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #B7A941

#B7A941
(183,169,65)
#BDB052
(189,176,82)
#C3B763
(195,183,99)
#C9BE74
(201,190,116)
#CFC585
(207,197,133)
#D5CC96
(213,204,150)
#DBD3A7
(219,211,167)
#E1DAB8
(225,218,184)
#E7E1C9
(231,225,201)
#EDE8DA
(237,232,218)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A941 color. Also use rgb(183,169,65) instead hex code.

Text Font Color

.myTextColor { color: #B7A941; }

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

This text font color is #B7A941.


Background Color

.myBgColor { background-color: #B7A941; }

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

This div background color is #B7A941.


Border color

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

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

This div border color is #B7A941.


Opacity

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

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

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

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

This text has shadow with #B7A941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A941 on black background.


Color preview on white background

This text has color #B7A941 on white background.



Black color preview on #B7A941 background

This text has black color on #B7A941 background.


White color preview on #B7A941 background

This text has white color on #B7A941 background.