COLOR #B7A340

HEX: #B7A340
RGB: (183,163,64)

Color info

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

RGB color model

#B7A340 color RGB value is (183,163,64).

  • red value is 183;
  • green value is 163;
  • blue value is 64.
RGB:
(183,163,64)
(72%,64%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 64 of 255 = 25%

183
163
64

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

Portions of RGB colors in percentages

R + G + B =
183 + 163 + 64 = 410 (100%)
R 183 of 410 ~ 44.63%
G 163 of 410 ~ 39.76%
B 64 of 410 ~ 15.61%

%44.63
%39.76
%15.61

CMYK color model

#B7A340 color CMYK value is (0,11,65,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(0,11,65,28)
C0M11Y65K28 
(0%,11%,65%,28%)
(0.00/0.11/0.65/0.28)	

CMYK percentages

%0
%10.93
%65.03
%28.24

Codes

Color #B7A340 in popluar color models

B7A340
RGB18316364
HSL50°48.18%48.43%
HSB/HSV50°65.03%71.76%
CMYK0.00%10.93%65.03%
28.24%

Color #B7A340 in popluar number systems.

HEXB7A340
Decimal18316364
Binary10110111101000111000000
Octal267243100

Shades and tints

Shades of #B7A340

#B7A340
(183,163,64)
#A7953B
(167,149,59)
#978736
(151,135,54)
#877931
(135,121,49)
#776B2C
(119,107,44)
#675D27
(103,93,39)
#574F22
(87,79,34)
#47411D
(71,65,29)
#373318
(55,51,24)
#272513
(39,37,19)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #B7A340

#B7A340
(183,163,64)
#BDAB51
(189,171,81)
#C3B362
(195,179,98)
#C9BB73
(201,187,115)
#CFC384
(207,195,132)
#D5CB95
(213,203,149)
#DBD3A6
(219,211,166)
#E1DBB7
(225,219,183)
#E7E3C8
(231,227,200)
#EDEBD9
(237,235,217)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A340 color. Also use rgb(183,163,64) instead hex code.

Text Font Color

.myTextColor { color: #B7A340; }

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

This text font color is #B7A340.


Background Color

.myBgColor { background-color: #B7A340; }

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

This div background color is #B7A340.


Border color

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

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

This div border color is #B7A340.


Opacity

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

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

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

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

This text has shadow with #B7A340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A340 on black background.


Color preview on white background

This text has color #B7A340 on white background.



Black color preview on #B7A340 background

This text has black color on #B7A340 background.


White color preview on #B7A340 background

This text has white color on #B7A340 background.