COLOR #B9A15E

HEX: #B9A15E
RGB: (185,161,94)

Color info

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

RGB color model

#B9A15E color RGB value is (185,161,94).

  • red value is 185;
  • green value is 161;
  • blue value is 94.
RGB:
(185,161,94)
(73%,63%,37%)

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 94 of 255 = 37%

185
161
94

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

Portions of RGB colors in percentages

R + G + B =
185 + 161 + 94 = 440 (100%)
R 185 of 440 ~ 42.05%
G 161 of 440 ~ 36.59%
B 94 of 440 ~ 21.36%

%42.05
%36.59
%21.36

CMYK color model

#B9A15E color CMYK value is (0,13,49,27).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 49.19%
  • key color value is 27.45%
CMYK:
(0,13,49,27)
C0M13Y49K27 
(0%,13%,49%,27%)
(0.00/0.13/0.49/0.27)	

CMYK percentages

%0
%12.97
%49.19
%27.45

Codes

Color #B9A15E in popluar color models

B9A15E
RGB18516194
HSL44°39.39%54.71%
HSB/HSV44°49.19%72.55%
CMYK0.00%12.97%49.19%
27.45%

Color #B9A15E in popluar number systems.

HEXB9A15E
Decimal18516194
Binary10111001101000011011110
Octal271241136

Shades and tints

Shades of #B9A15E

#B9A15E
(185,161,94)
#A99356
(169,147,86)
#99854E
(153,133,78)
#897746
(137,119,70)
#79693E
(121,105,62)
#695B36
(105,91,54)
#594D2E
(89,77,46)
#493F26
(73,63,38)
#39311E
(57,49,30)
#292316
(41,35,22)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B9A15E

#B9A15E
(185,161,94)
#BFA96C
(191,169,108)
#C5B17A
(197,177,122)
#CBB988
(203,185,136)
#D1C196
(209,193,150)
#D7C9A4
(215,201,164)
#DDD1B2
(221,209,178)
#E3D9C0
(227,217,192)
#E9E1CE
(233,225,206)
#EFE9DC
(239,233,220)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A15E color. Also use rgb(185,161,94) instead hex code.

Text Font Color

.myTextColor { color: #B9A15E; }

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

This text font color is #B9A15E.


Background Color

.myBgColor { background-color: #B9A15E; }

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

This div background color is #B9A15E.


Border color

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

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

This div border color is #B9A15E.


Opacity

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

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

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

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

This text has shadow with #B9A15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A15E on black background.


Color preview on white background

This text has color #B9A15E on white background.



Black color preview on #B9A15E background

This text has black color on #B9A15E background.


White color preview on #B9A15E background

This text has white color on #B9A15E background.