COLOR #B9B879

HEX: #B9B879 RGB: (185,184,121)

Color info

#B9B879 contains mainly red and green colors. Web safe color of #B9B879 is #CCCC66 (or #CC6).

RGB color model

#B9B879 color RGB value is (185,184,121).

RGB: (185,184,121) (73%, 72%, 47%)

RGB channels and saturation

R 185 of 255 = 73%
G 184 of 255 = 72%
B 121 of 255 = 47%

185
184
121

R + G + B ~ 64%. #B9B879 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 184 + 121 = 490 (100%)
R 185 of 490 ~ 37.76%
G 184 of 490 ~ 37.55%
B 121 of 490 ~ 24.69'%

%37.76
%37.55
%24.69

CMYK color model

#B9B879 color CMYK value is (0,1,35,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 34.59%
  • key color value is 27.45%

CMYK: (0,1,35,27)
C0M1Y35K27 (0%, 1%, 35%, 27%)
(0.00 / 0.01 / 0.35 / 0.27)

CMYK percentages

%0
%0.54
%34.59
%27.45

Codes

Color #B9B879 in popluar color models

B9 B8 79
RGB 185 184 121
HSL 59° 31.37% 60.00%
HSB/HSV 59° 34.59% 72.55%
CMYK 0.00% 0.54% 34.59%
27.45%

Color #B9B879 in popluar number systems.

HEX B9 B8 79
Decimal 185 184 121
Binary 10111001 10111000 1111001
Octal 271 270 171

Shades and tints

Shades of #B9B879

#B9B879
(185,184,121)
#A9A86E
(169,168,110)
#999863
(153,152,99)
#898858
(137,136,88)
#79784D
(121,120,77)
#696842
(105,104,66)
#595837
(89,88,55)
#49482C
(73,72,44)
#393821
(57,56,33)
#292816
(41,40,22)
#19180B
(25,24,11)
#000000
(0,0,0)

Tints of #B9B879

#B9B879
(185,184,121)
#BFBE85
(191,190,133)
#C5C491
(197,196,145)
#CBCA9D
(203,202,157)
#D1D0A9
(209,208,169)
#D7D6B5
(215,214,181)
#DDDCC1
(221,220,193)
#E3E2CD
(227,226,205)
#E9E8D9
(233,232,217)
#EFEEE5
(239,238,229)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B879; }

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

This text font color is #B9B879.

Background Color

.myBgColor { background-color: #B9B879; }

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

This div background color is #B9B879.

Border color

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

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

This div border color is #B9B879.

Opacity

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

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

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

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

This text has shadow with #B9B879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B879.

Preview

Color preview on black background

This text has color #B9B879 on black background.


Color preview on white background

This text has color #B9B879 on white background.


Black color preview on #B9B879 background

This text has black color on #B9B879 background.


White color preview on #B9B879 background

This text has white color on #B9B879 background.


Related colors

Complementary color

Complementary color for #hex is #464786.


I love getcolorcode.com

Triadic colors

1 #79B9B8 and #B879B9 with #B9B879 are triadic colors.

2 #79B8B9 and #B8B979 with #B9B879 are triadic colors.