COLOR #B7A96B

HEX: #B7A96B
RGB: (183,169,107)

Color info

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

RGB color model

#B7A96B color RGB value is (183,169,107).

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

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 107 of 255 = 42%

183
169
107

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

Portions of RGB colors in percentages

R + G + B =
183 + 169 + 107 = 459 (100%)
R 183 of 459 ~ 39.87%
G 169 of 459 ~ 36.82%
B 107 of 459 ~ 23.31%

%39.87
%36.82
%23.31

CMYK color model

#B7A96B color CMYK value is (0,8,42,28).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 41.53%
  • key color value is 28.24%
CMYK:
(0,8,42,28)
C0M8Y42K28 
(0%,8%,42%,28%)
(0.00/0.08/0.42/0.28)	

CMYK percentages

%0
%7.65
%41.53
%28.24

Codes

Color #B7A96B in popluar color models

B7A96B
RGB183169107
HSL49°34.55%56.86%
HSB/HSV49°41.53%71.76%
CMYK0.00%7.65%41.53%
28.24%

Color #B7A96B in popluar number systems.

HEXB7A96B
Decimal183169107
Binary10110111101010011101011
Octal267251153

Shades and tints

Shades of #B7A96B

#B7A96B
(183,169,107)
#A79A62
(167,154,98)
#978B59
(151,139,89)
#877C50
(135,124,80)
#776D47
(119,109,71)
#675E3E
(103,94,62)
#574F35
(87,79,53)
#47402C
(71,64,44)
#373123
(55,49,35)
#27221A
(39,34,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #B7A96B

#B7A96B
(183,169,107)
#BDB078
(189,176,120)
#C3B785
(195,183,133)
#C9BE92
(201,190,146)
#CFC59F
(207,197,159)
#D5CCAC
(213,204,172)
#DBD3B9
(219,211,185)
#E1DAC6
(225,218,198)
#E7E1D3
(231,225,211)
#EDE8E0
(237,232,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A96B; }

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

This text font color is #B7A96B.


Background Color

.myBgColor { background-color: #B7A96B; }

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

This div background color is #B7A96B.


Border color

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

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

This div border color is #B7A96B.


Opacity

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

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

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

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

This text has shadow with #B7A96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A96B on black background.


Color preview on white background

This text has color #B7A96B on white background.



Black color preview on #B7A96B background

This text has black color on #B7A96B background.


White color preview on #B7A96B background

This text has white color on #B7A96B background.