COLOR #B1B75E

HEX: #B1B75E RGB: (177,183,94)

Color info

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

RGB color model

#B1B75E color RGB value is (177,183,94).

RGB: (177,183,94) (69%, 72%, 37%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 94 of 255 = 37%

177
183
94

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

Portions of RGB colors in percentages

R + G + B = 177 + 183 + 94 = 454 (100%)
R 177 of 454 ~ 38.99%
G 183 of 454 ~ 40.31%
B 94 of 454 ~ 20.7'%

%38.99
%40.31
%20.7

CMYK color model

#B1B75E color CMYK value is (3,0,49,28).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 28.24%
CMYK: (3,0,49,28) C3M0Y49K28 (3%,0%,49%,28%) (0.03/0.00/0.49/0.28) 

CMYK percentages

%3.28
%0
%48.63
%28.24

Codes

Color #B1B75E in popluar color models

B1 B7 5E
RGB 177 183 94
HSL 64° 38.20% 54.31%
HSB/HSV 64° 48.63% 71.76%
CMYK 3.28% 0.00% 48.63%
28.24%

Color #B1B75E in popluar number systems.

HEX B1 B7 5E
Decimal 177 183 94
Binary 10110001 10110111 1011110
Octal 261 267 136

Shades and tints

Shades of #B1B75E

#B1B75E
(177,183,94)
#A1A756
(161,167,86)
#91974E
(145,151,78)
#818746
(129,135,70)
#71773E
(113,119,62)
#616736
(97,103,54)
#51572E
(81,87,46)
#414726
(65,71,38)
#31371E
(49,55,30)
#212716
(33,39,22)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #B1B75E

#B1B75E
(177,183,94)
#B8BD6C
(184,189,108)
#BFC37A
(191,195,122)
#C6C988
(198,201,136)
#CDCF96
(205,207,150)
#D4D5A4
(212,213,164)
#DBDBB2
(219,219,178)
#E2E1C0
(226,225,192)
#E9E7CE
(233,231,206)
#F0EDDC
(240,237,220)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B75E; }

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

This text font color is #B1B75E.

Background Color

.myBgColor { background-color: #B1B75E; }

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

This div background color is #B1B75E.

Border color

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

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

This div border color is #B1B75E.

Opacity

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

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

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

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

This text has shadow with #B1B75E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B75E.

Preview

Color preview on black background

This text has color #B1B75E on black background.


Color preview on white background

This text has color #B1B75E on white background.


Black color preview on #B1B75E background

This text has black color on #B1B75E background.


White color preview on #B1B75E background

This text has white color on #B1B75E background.


Related colors

Complementary color

Complementary color for #hex is #4E48A1.


I love getcolorcode.com

Triadic colors

1 #5EB1B7 and #B75EB1 with #B1B75E are triadic colors.

2 #5EB7B1 and #B7B15E with #B1B75E are triadic colors.