COLOR #B9A349

HEX: #B9A349
RGB: (185,163,73)

Color info

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

RGB color model

#B9A349 color RGB value is (185,163,73).

  • red value is 185;
  • green value is 163;
  • blue value is 73.
RGB:
(185,163,73)
(73%,64%,29%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 73 of 255 = 29%

185
163
73

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 73 = 421 (100%)
R 185 of 421 ~ 43.94%
G 163 of 421 ~ 38.72%
B 73 of 421 ~ 17.34%

%43.94
%38.72
%17.34

CMYK color model

#B9A349 color CMYK value is (0,12,61,27).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 60.54%
  • key color value is 27.45%
CMYK:
(0,12,61,27)
C0M12Y61K27 
(0%,12%,61%,27%)
(0.00/0.12/0.61/0.27)	

CMYK percentages

%0
%11.89
%60.54
%27.45

Codes

Color #B9A349 in popluar color models

B9A349
RGB18516373
HSL48°44.44%50.59%
HSB/HSV48°60.54%72.55%
CMYK0.00%11.89%60.54%
27.45%

Color #B9A349 in popluar number systems.

HEXB9A349
Decimal18516373
Binary10111001101000111001001
Octal271243111

Shades and tints

Shades of #B9A349

#B9A349
(185,163,73)
#A99543
(169,149,67)
#99873D
(153,135,61)
#897937
(137,121,55)
#796B31
(121,107,49)
#695D2B
(105,93,43)
#594F25
(89,79,37)
#49411F
(73,65,31)
#393319
(57,51,25)
#292513
(41,37,19)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #B9A349

#B9A349
(185,163,73)
#BFAB59
(191,171,89)
#C5B369
(197,179,105)
#CBBB79
(203,187,121)
#D1C389
(209,195,137)
#D7CB99
(215,203,153)
#DDD3A9
(221,211,169)
#E3DBB9
(227,219,185)
#E9E3C9
(233,227,201)
#EFEBD9
(239,235,217)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A349 color. Also use rgb(185,163,73) instead hex code.

Text Font Color

.myTextColor { color: #B9A349; }

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

This text font color is #B9A349.


Background Color

.myBgColor { background-color: #B9A349; }

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

This div background color is #B9A349.


Border color

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

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

This div border color is #B9A349.


Opacity

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

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

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

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

This text has shadow with #B9A349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A349 on black background.


Color preview on white background

This text has color #B9A349 on white background.



Black color preview on #B9A349 background

This text has black color on #B9A349 background.


White color preview on #B9A349 background

This text has white color on #B9A349 background.