COLOR #B1B14D

HEX: #B1B14D
RGB: (177,177,77)

Color info

#B1B14D contains mainly red and green colors. Web safe color of #B1B14D is #999933 (or #993).

RGB color model

#B1B14D color RGB value is (177,177,77).

  • red value is 177;
  • green value is 177;
  • blue value is 77.
RGB:
(177,177,77)
(69%,69%,30%)

RGB channels and saturation

R 177 of 255 = 69%
G 177 of 255 = 69%
B 77 of 255 = 30%

177
177
77

R + G + B ~ 56%. #B1B14D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 77 = 431 (100%)
R 177 of 431 ~ 41.07%
G 177 of 431 ~ 41.07%
B 77 of 431 ~ 17.87%

%41.07
%41.07
%17.87

CMYK color model

#B1B14D color CMYK value is (0,0,56,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 56.50%
  • key color value is 30.59%
CMYK:
(0,0,56,31)
C0M0Y56K31 
(0%,0%,56%,31%)
(0.00/0.00/0.56/0.31)	

CMYK percentages

%0
%0
%56.5
%30.59

Codes

Color #B1B14D in popluar color models

B1B14D
RGB17717777
HSL60°39.37%49.80%
HSB/HSV60°56.50%69.41%
CMYK0.00%0.00%56.50%
30.59%

Color #B1B14D in popluar number systems.

HEXB1B14D
Decimal17717777
Binary10110001101100011001101
Octal261261115

Shades and tints

Shades of #B1B14D

#B1B14D
(177,177,77)
#A1A146
(161,161,70)
#91913F
(145,145,63)
#818138
(129,129,56)
#717131
(113,113,49)
#61612A
(97,97,42)
#515123
(81,81,35)
#41411C
(65,65,28)
#313115
(49,49,21)
#21210E
(33,33,14)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #B1B14D

#B1B14D
(177,177,77)
#B8B85D
(184,184,93)
#BFBF6D
(191,191,109)
#C6C67D
(198,198,125)
#CDCD8D
(205,205,141)
#D4D49D
(212,212,157)
#DBDBAD
(219,219,173)
#E2E2BD
(226,226,189)
#E9E9CD
(233,233,205)
#F0F0DD
(240,240,221)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B14D; }

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

This text font color is #B1B14D.


Background Color

.myBgColor { background-color: #B1B14D; }

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

This div background color is #B1B14D.


Border color

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

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

This div border color is #B1B14D.


Opacity

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

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

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

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

This text has shadow with #B1B14D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B14D on black background.


Color preview on white background

This text has color #B1B14D on white background.



Black color preview on #B1B14D background

This text has black color on #B1B14D background.


White color preview on #B1B14D background

This text has white color on #B1B14D background.