COLOR #B1B460

HEX: #B1B460 RGB: (177,180,96)

Color info

#B1B460 contains mainly red and green colors. Web safe color of #B1B460 is #99CC66 (or #9C6).

RGB color model

#B1B460 color RGB value is (177,180,96).

RGB: (177,180,96) (69%, 71%, 38%)

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 96 of 255 = 38%

177
180
96

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

Portions of RGB colors in percentages

R + G + B = 177 + 180 + 96 = 453 (100%)
R 177 of 453 ~ 39.07%
G 180 of 453 ~ 39.74%
B 96 of 453 ~ 21.19'%

%39.07
%39.74
%21.19

CMYK color model

#B1B460 color CMYK value is (2,0,47,29).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 29.41%
CMYK: (2,0,47,29) C2M0Y47K29 (2%,0%,47%,29%) (0.02/0.00/0.47/0.29) 

CMYK percentages

%1.67
%0
%46.67
%29.41

Codes

Color #B1B460 in popluar color models

B1 B4 60
RGB 177 180 96
HSL 62° 35.90% 54.12%
HSB/HSV 62° 46.67% 70.59%
CMYK 1.67% 0.00% 46.67%
29.41%

Color #B1B460 in popluar number systems.

HEX B1 B4 60
Decimal 177 180 96
Binary 10110001 10110100 1100000
Octal 261 264 140

Shades and tints

Shades of #B1B460

#B1B460
(177,180,96)
#A1A458
(161,164,88)
#919450
(145,148,80)
#818448
(129,132,72)
#717440
(113,116,64)
#616438
(97,100,56)
#515430
(81,84,48)
#414428
(65,68,40)
#313420
(49,52,32)
#212418
(33,36,24)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B1B460

#B1B460
(177,180,96)
#B8BA6E
(184,186,110)
#BFC07C
(191,192,124)
#C6C68A
(198,198,138)
#CDCC98
(205,204,152)
#D4D2A6
(212,210,166)
#DBD8B4
(219,216,180)
#E2DEC2
(226,222,194)
#E9E4D0
(233,228,208)
#F0EADE
(240,234,222)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B460; }

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

This text font color is #B1B460.

Background Color

.myBgColor { background-color: #B1B460; }

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

This div background color is #B1B460.

Border color

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

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

This div border color is #B1B460.

Opacity

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

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

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

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

This text has shadow with #B1B460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B460.

Preview

Color preview on black background

This text has color #B1B460 on black background.


Color preview on white background

This text has color #B1B460 on white background.


Black color preview on #B1B460 background

This text has black color on #B1B460 background.


White color preview on #B1B460 background

This text has white color on #B1B460 background.


Related colors

Complementary color

Complementary color for #hex is #4E4B9F.


I love getcolorcode.com

Triadic colors

1 #60B1B4 and #B460B1 with #B1B460 are triadic colors.

2 #60B4B1 and #B4B160 with #B1B460 are triadic colors.