COLOR #B9BD84

HEX: #B9BD84 RGB: (185,189,132)

Color info

#B9BD84 contains red, green and blue colors in about the same proportion. Web safe color of #B9BD84 is #CCCC99 (or #CC9).

RGB color model

#B9BD84 color RGB value is (185,189,132).

RGB: (185,189,132) (73%, 74%, 52%)

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 132 of 255 = 52%

185
189
132

R + G + B ~ 66%. #B9BD84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 189 + 132 = 506 (100%)
R 185 of 506 ~ 36.56%
G 189 of 506 ~ 37.35%
B 132 of 506 ~ 26.09'%

%36.56
%37.35
%26.09

CMYK color model

#B9BD84 color CMYK value is (2,0,30,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%

CMYK: (2,0,30,26)
C2M0Y30K26 (2%, 0%, 30%, 26%)
(0.02 / 0.00 / 0.30 / 0.26)

CMYK percentages

%2.12
%0
%30.16
%25.88

Codes

Color #B9BD84 in popluar color models

B9 BD 84
RGB 185 189 132
HSL 64° 30.16% 62.94%
HSB/HSV 64° 30.16% 74.12%
CMYK 2.12% 0.00% 30.16%
25.88%

Color #B9BD84 in popluar number systems.

HEX B9 BD 84
Decimal 185 189 132
Binary 10111001 10111101 10000100
Octal 271 275 204

Shades and tints

Shades of #B9BD84

#B9BD84
(185,189,132)
#A9AC78
(169,172,120)
#999B6C
(153,155,108)
#898A60
(137,138,96)
#797954
(121,121,84)
#696848
(105,104,72)
#59573C
(89,87,60)
#494630
(73,70,48)
#393524
(57,53,36)
#292418
(41,36,24)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #B9BD84

#B9BD84
(185,189,132)
#BFC38F
(191,195,143)
#C5C99A
(197,201,154)
#CBCFA5
(203,207,165)
#D1D5B0
(209,213,176)
#D7DBBB
(215,219,187)
#DDE1C6
(221,225,198)
#E3E7D1
(227,231,209)
#E9EDDC
(233,237,220)
#EFF3E7
(239,243,231)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BD84 color. Also use rgb(185,189,132) instead hex code.

Text Font Color

.myTextColor { color: #B9BD84; }

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

This text font color is #B9BD84.

Background Color

.myBgColor { background-color: #B9BD84; }

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

This div background color is #B9BD84.

Border color

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

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

This div border color is #B9BD84.

Opacity

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

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

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

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

This text has shadow with #B9BD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BD84.

Preview

Color preview on black background

This text has color #B9BD84 on black background.


Color preview on white background

This text has color #B9BD84 on white background.


Black color preview on #B9BD84 background

This text has black color on #B9BD84 background.


White color preview on #B9BD84 background

This text has white color on #B9BD84 background.


Related colors

Complementary color

Complementary color for #hex is #46427B.


I love getcolorcode.com

Triadic colors

1 #84B9BD and #BD84B9 with #B9BD84 are triadic colors.

2 #84BDB9 and #BDB984 with #B9BD84 are triadic colors.