COLOR #B1B984

HEX: #B1B984 RGB: (177,185,132)

Color info

#B1B984 contains red, green and blue colors in about the same proportion. Web safe color of #B1B984 is #99CC99 (or #9C9).

RGB color model

#B1B984 color RGB value is (177,185,132).

RGB: (177,185,132) (69%, 73%, 52%)

RGB channels and saturation

R 177 of 255 = 69%
G 185 of 255 = 73%
B 132 of 255 = 52%

177
185
132

R + G + B ~ 65%. #B1B984 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 185 + 132 = 494 (100%)
R 177 of 494 ~ 35.83%
G 185 of 494 ~ 37.45%
B 132 of 494 ~ 26.72'%

%35.83
%37.45
%26.72

CMYK color model

#B1B984 color CMYK value is (4,0,29,27).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 27.45%

CMYK: (4,0,29,27)
C4M0Y29K27 (4%, 0%, 29%, 27%)
(0.04 / 0.00 / 0.29 / 0.27)

CMYK percentages

%4.32
%0
%28.65
%27.45

Codes

Color #B1B984 in popluar color models

B1 B9 84
RGB 177 185 132
HSL 69° 27.46% 62.16%
HSB/HSV 69° 28.65% 72.55%
CMYK 4.32% 0.00% 28.65%
27.45%

Color #B1B984 in popluar number systems.

HEX B1 B9 84
Decimal 177 185 132
Binary 10110001 10111001 10000100
Octal 261 271 204

Shades and tints

Shades of #B1B984

#B1B984
(177,185,132)
#A1A978
(161,169,120)
#91996C
(145,153,108)
#818960
(129,137,96)
#717954
(113,121,84)
#616948
(97,105,72)
#51593C
(81,89,60)
#414930
(65,73,48)
#313924
(49,57,36)
#212918
(33,41,24)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #B1B984

#B1B984
(177,185,132)
#B8BF8F
(184,191,143)
#BFC59A
(191,197,154)
#C6CBA5
(198,203,165)
#CDD1B0
(205,209,176)
#D4D7BB
(212,215,187)
#DBDDC6
(219,221,198)
#E2E3D1
(226,227,209)
#E9E9DC
(233,233,220)
#F0EFE7
(240,239,231)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B984; }

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

This text font color is #B1B984.

Background Color

.myBgColor { background-color: #B1B984; }

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

This div background color is #B1B984.

Border color

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

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

This div border color is #B1B984.

Opacity

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

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

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

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

This text has shadow with #B1B984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B984.

Preview

Color preview on black background

This text has color #B1B984 on black background.


Color preview on white background

This text has color #B1B984 on white background.


Black color preview on #B1B984 background

This text has black color on #B1B984 background.


White color preview on #B1B984 background

This text has white color on #B1B984 background.


Related colors

Complementary color

Complementary color for #hex is #4E467B.


I love getcolorcode.com

Triadic colors

1 #84B1B9 and #B984B1 with #B1B984 are triadic colors.

2 #84B9B1 and #B9B184 with #B1B984 are triadic colors.