COLOR #B9AD80

HEX: #B9AD80 RGB: (185,173,128)

Color info

#B9AD80 contains red, green and blue colors in about the same proportion. Web safe color of #B9AD80 is #CC9966 (or #C96).

RGB color model

#B9AD80 color RGB value is (185,173,128).

RGB: (185,173,128) (73%, 68%, 50%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 128 of 255 = 50%

185
173
128

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

Portions of RGB colors in percentages

R + G + B = 185 + 173 + 128 = 486 (100%)
R 185 of 486 ~ 38.07%
G 173 of 486 ~ 35.6%
B 128 of 486 ~ 26.34'%

%38.07
%35.6
%26.34

CMYK color model

#B9AD80 color CMYK value is (0,6,31,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 30.81%
  • key color value is 27.45%

CMYK: (0,6,31,27)
C0M6Y31K27 (0%, 6%, 31%, 27%)
(0.00 / 0.06 / 0.31 / 0.27)

CMYK percentages

%0
%6.49
%30.81
%27.45

Codes

Color #B9AD80 in popluar color models

B9 AD 80
RGB 185 173 128
HSL 47° 28.93% 61.37%
HSB/HSV 47° 30.81% 72.55%
CMYK 0.00% 6.49% 30.81%
27.45%

Color #B9AD80 in popluar number systems.

HEX B9 AD 80
Decimal 185 173 128
Binary 10111001 10101101 10000000
Octal 271 255 200

Shades and tints

Shades of #B9AD80

#B9AD80
(185,173,128)
#A99E75
(169,158,117)
#998F6A
(153,143,106)
#89805F
(137,128,95)
#797154
(121,113,84)
#696249
(105,98,73)
#59533E
(89,83,62)
#494433
(73,68,51)
#393528
(57,53,40)
#29261D
(41,38,29)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #B9AD80

#B9AD80
(185,173,128)
#BFB48B
(191,180,139)
#C5BB96
(197,187,150)
#CBC2A1
(203,194,161)
#D1C9AC
(209,201,172)
#D7D0B7
(215,208,183)
#DDD7C2
(221,215,194)
#E3DECD
(227,222,205)
#E9E5D8
(233,229,216)
#EFECE3
(239,236,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AD80 color. Also use rgb(185,173,128) instead hex code.

Text Font Color

.myTextColor { color: #B9AD80; }

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

This text font color is #B9AD80.

Background Color

.myBgColor { background-color: #B9AD80; }

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

This div background color is #B9AD80.

Border color

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

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

This div border color is #B9AD80.

Opacity

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

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

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

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

This text has shadow with #B9AD80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AD80.

Preview

Color preview on black background

This text has color #B9AD80 on black background.


Color preview on white background

This text has color #B9AD80 on white background.


Black color preview on #B9AD80 background

This text has black color on #B9AD80 background.


White color preview on #B9AD80 background

This text has white color on #B9AD80 background.


Related colors

Complementary color

Complementary color for #hex is #46527F.


I love getcolorcode.com

Triadic colors

1 #80B9AD and #AD80B9 with #B9AD80 are triadic colors.

2 #80ADB9 and #ADB980 with #B9AD80 are triadic colors.