COLOR #B7A95E

HEX: #B7A95E RGB: (183,169,94)

Color info

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

RGB color model

#B7A95E color RGB value is (183,169,94).

RGB: (183,169,94) (72%, 66%, 37%)

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 94 of 255 = 37%

183
169
94

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

Portions of RGB colors in percentages

R + G + B = 183 + 169 + 94 = 446 (100%)
R 183 of 446 ~ 41.03%
G 169 of 446 ~ 37.89%
B 94 of 446 ~ 21.08'%

%41.03
%37.89
%21.08

CMYK color model

#B7A95E color CMYK value is (0,8,49,28).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 48.63%
  • key color value is 28.24%

CMYK: (0,8,49,28)
C0M8Y49K28 (0%, 8%, 49%, 28%)
(0.00 / 0.08 / 0.49 / 0.28)

CMYK percentages

%0
%7.65
%48.63
%28.24

Codes

Color #B7A95E in popluar color models

B7 A9 5E
RGB 183 169 94
HSL 51° 38.20% 54.31%
HSB/HSV 51° 48.63% 71.76%
CMYK 0.00% 7.65% 48.63%
28.24%

Color #B7A95E in popluar number systems.

HEX B7 A9 5E
Decimal 183 169 94
Binary 10110111 10101001 1011110
Octal 267 251 136

Shades and tints

Shades of #B7A95E

#B7A95E
(183,169,94)
#A79A56
(167,154,86)
#978B4E
(151,139,78)
#877C46
(135,124,70)
#776D3E
(119,109,62)
#675E36
(103,94,54)
#574F2E
(87,79,46)
#474026
(71,64,38)
#37311E
(55,49,30)
#272216
(39,34,22)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #B7A95E

#B7A95E
(183,169,94)
#BDB06C
(189,176,108)
#C3B77A
(195,183,122)
#C9BE88
(201,190,136)
#CFC596
(207,197,150)
#D5CCA4
(213,204,164)
#DBD3B2
(219,211,178)
#E1DAC0
(225,218,192)
#E7E1CE
(231,225,206)
#EDE8DC
(237,232,220)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A95E; }

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

This text font color is #B7A95E.

Background Color

.myBgColor { background-color: #B7A95E; }

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

This div background color is #B7A95E.

Border color

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

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

This div border color is #B7A95E.

Opacity

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

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

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

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

This text has shadow with #B7A95E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A95E.

Preview

Color preview on black background

This text has color #B7A95E on black background.


Color preview on white background

This text has color #B7A95E on white background.


Black color preview on #B7A95E background

This text has black color on #B7A95E background.


White color preview on #B7A95E background

This text has white color on #B7A95E background.


Related colors

Complementary color

Complementary color for #hex is #4856A1.


I love getcolorcode.com

Triadic colors

1 #5EB7A9 and #A95EB7 with #B7A95E are triadic colors.

2 #5EA9B7 and #A9B75E with #B7A95E are triadic colors.