COLOR #B1B146

HEX: #B1B146
RGB: (177,177,70)

Color info

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

RGB color model

#B1B146 color RGB value is (177,177,70).

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

RGB channels and saturation

R 177 of 255 = 69%
G 177 of 255 = 69%
B 70 of 255 = 27%

177
177
70

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

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 70 = 424 (100%)
R 177 of 424 ~ 41.75%
G 177 of 424 ~ 41.75%
B 70 of 424 ~ 16.51%

%41.75
%41.75
%16.51

CMYK color model

#B1B146 color CMYK value is (0,0,60,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 60.45%
  • key color value is 30.59%
CMYK:
(0,0,60,31)
C0M0Y60K31 
(0%,0%,60%,31%)
(0.00/0.00/0.60/0.31)	

CMYK percentages

%0
%0
%60.45
%30.59

Codes

Color #B1B146 in popluar color models

B1B146
RGB17717770
HSL60°43.32%48.43%
HSB/HSV60°60.45%69.41%
CMYK0.00%0.00%60.45%
30.59%

Color #B1B146 in popluar number systems.

HEXB1B146
Decimal17717770
Binary10110001101100011000110
Octal261261106

Shades and tints

Shades of #B1B146

#B1B146
(177,177,70)
#A1A140
(161,161,64)
#91913A
(145,145,58)
#818134
(129,129,52)
#71712E
(113,113,46)
#616128
(97,97,40)
#515122
(81,81,34)
#41411C
(65,65,28)
#313116
(49,49,22)
#212110
(33,33,16)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #B1B146

#B1B146
(177,177,70)
#B8B856
(184,184,86)
#BFBF66
(191,191,102)
#C6C676
(198,198,118)
#CDCD86
(205,205,134)
#D4D496
(212,212,150)
#DBDBA6
(219,219,166)
#E2E2B6
(226,226,182)
#E9E9C6
(233,233,198)
#F0F0D6
(240,240,214)
#F7F7E6
(247,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B146; }

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

This text font color is #B1B146.


Background Color

.myBgColor { background-color: #B1B146; }

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

This div background color is #B1B146.


Border color

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

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

This div border color is #B1B146.


Opacity

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

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

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

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

This text has shadow with #B1B146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B146 on black background.


Color preview on white background

This text has color #B1B146 on white background.



Black color preview on #B1B146 background

This text has black color on #B1B146 background.


White color preview on #B1B146 background

This text has white color on #B1B146 background.