COLOR #B7A463

HEX: #B7A463
RGB: (183,164,99)

Color info

#B7A463 contains mainly red and green colors. Web safe color of #B7A463 is #CC9966 (or #C96).

RGB color model

#B7A463 color RGB value is (183,164,99).

  • red value is 183;
  • green value is 164;
  • blue value is 99.
RGB:
(183,164,99)
(72%,64%,39%)

RGB channels and saturation

R 183 of 255 = 72%
G 164 of 255 = 64%
B 99 of 255 = 39%

183
164
99

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

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 99 = 446 (100%)
R 183 of 446 ~ 41.03%
G 164 of 446 ~ 36.77%
B 99 of 446 ~ 22.2%

%41.03
%36.77
%22.2

CMYK color model

#B7A463 color CMYK value is (0,10,46,28).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 45.90%
  • key color value is 28.24%
CMYK:
(0,10,46,28)
C0M10Y46K28 
(0%,10%,46%,28%)
(0.00/0.10/0.46/0.28)	

CMYK percentages

%0
%10.38
%45.9
%28.24

Codes

Color #B7A463 in popluar color models

B7A463
RGB18316499
HSL46°36.84%55.29%
HSB/HSV46°45.90%71.76%
CMYK0.00%10.38%45.90%
28.24%

Color #B7A463 in popluar number systems.

HEXB7A463
Decimal18316499
Binary10110111101001001100011
Octal267244143

Shades and tints

Shades of #B7A463

#B7A463
(183,164,99)
#A7965A
(167,150,90)
#978851
(151,136,81)
#877A48
(135,122,72)
#776C3F
(119,108,63)
#675E36
(103,94,54)
#57502D
(87,80,45)
#474224
(71,66,36)
#37341B
(55,52,27)
#272612
(39,38,18)
#171809
(23,24,9)
#000000
(0,0,0)

Tints of #B7A463

#B7A463
(183,164,99)
#BDAC71
(189,172,113)
#C3B47F
(195,180,127)
#C9BC8D
(201,188,141)
#CFC49B
(207,196,155)
#D5CCA9
(213,204,169)
#DBD4B7
(219,212,183)
#E1DCC5
(225,220,197)
#E7E4D3
(231,228,211)
#EDECE1
(237,236,225)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A463 color. Also use rgb(183,164,99) instead hex code.

Text Font Color

.myTextColor { color: #B7A463; }

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

This text font color is #B7A463.


Background Color

.myBgColor { background-color: #B7A463; }

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

This div background color is #B7A463.


Border color

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

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

This div border color is #B7A463.


Opacity

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

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

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

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

This text has shadow with #B7A463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A463 on black background.


Color preview on white background

This text has color #B7A463 on white background.



Black color preview on #B7A463 background

This text has black color on #B7A463 background.


White color preview on #B7A463 background

This text has white color on #B7A463 background.