COLOR #B9A779

HEX: #B9A779
RGB: (185,167,121)

Color info

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

RGB color model

#B9A779 color RGB value is (185,167,121).

  • red value is 185;
  • green value is 167;
  • blue value is 121.
RGB:
(185,167,121)
(73%,65%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 121 of 255 = 47%

185
167
121

R + G + B ~ 62%. #B9A779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 167 + 121 = 473 (100%)
R 185 of 473 ~ 39.11%
G 167 of 473 ~ 35.31%
B 121 of 473 ~ 25.58%

%39.11
%35.31
%25.58

CMYK color model

#B9A779 color CMYK value is (0,10,35,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(0,10,35,27)
C0M10Y35K27 
(0%,10%,35%,27%)
(0.00/0.10/0.35/0.27)	

CMYK percentages

%0
%9.73
%34.59
%27.45

Codes

Color #B9A779 in popluar color models

B9A779
RGB185167121
HSL43°31.37%60.00%
HSB/HSV43°34.59%72.55%
CMYK0.00%9.73%34.59%
27.45%

Color #B9A779 in popluar number systems.

HEXB9A779
Decimal185167121
Binary10111001101001111111001
Octal271247171

Shades and tints

Shades of #B9A779

#B9A779
(185,167,121)
#A9986E
(169,152,110)
#998963
(153,137,99)
#897A58
(137,122,88)
#796B4D
(121,107,77)
#695C42
(105,92,66)
#594D37
(89,77,55)
#493E2C
(73,62,44)
#392F21
(57,47,33)
#292016
(41,32,22)
#19110B
(25,17,11)
#000000
(0,0,0)

Tints of #B9A779

#B9A779
(185,167,121)
#BFAF85
(191,175,133)
#C5B791
(197,183,145)
#CBBF9D
(203,191,157)
#D1C7A9
(209,199,169)
#D7CFB5
(215,207,181)
#DDD7C1
(221,215,193)
#E3DFCD
(227,223,205)
#E9E7D9
(233,231,217)
#EFEFE5
(239,239,229)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A779 color. Also use rgb(185,167,121) instead hex code.

Text Font Color

.myTextColor { color: #B9A779; }

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

This text font color is #B9A779.


Background Color

.myBgColor { background-color: #B9A779; }

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

This div background color is #B9A779.


Border color

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

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

This div border color is #B9A779.


Opacity

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

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

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

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

This text has shadow with #B9A779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A779 on black background.


Color preview on white background

This text has color #B9A779 on white background.



Black color preview on #B9A779 background

This text has black color on #B9A779 background.


White color preview on #B9A779 background

This text has white color on #B9A779 background.