COLOR #B1A65E

HEX: #B1A65E RGB: (177,166,94)

Color info

#B1A65E contains mainly red and green colors. Web safe color of #B1A65E is #999966 (or #996).

RGB color model

#B1A65E color RGB value is (177,166,94).

RGB: (177,166,94) (69%, 65%, 37%)

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 94 of 255 = 37%

177
166
94

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

Portions of RGB colors in percentages

R + G + B = 177 + 166 + 94 = 437 (100%)
R 177 of 437 ~ 40.5%
G 166 of 437 ~ 37.99%
B 94 of 437 ~ 21.51'%

%40.5
%37.99
%21.51

CMYK color model

#B1A65E color CMYK value is (0,6,47,31).

  • cyan value is 0.00%
  • magenta value is 6.21%
  • yellow value is 46.89%
  • key color value is 30.59%

CMYK: (0,6,47,31)
C0M6Y47K31 (0%, 6%, 47%, 31%)
(0.00 / 0.06 / 0.47 / 0.31)

CMYK percentages

%0
%6.21
%46.89
%30.59

Codes

Color #B1A65E in popluar color models

B1 A6 5E
RGB 177 166 94
HSL 52° 34.73% 53.14%
HSB/HSV 52° 46.89% 69.41%
CMYK 0.00% 6.21% 46.89%
30.59%

Color #B1A65E in popluar number systems.

HEX B1 A6 5E
Decimal 177 166 94
Binary 10110001 10100110 1011110
Octal 261 246 136

Shades and tints

Shades of #B1A65E

#B1A65E
(177,166,94)
#A19756
(161,151,86)
#91884E
(145,136,78)
#817946
(129,121,70)
#716A3E
(113,106,62)
#615B36
(97,91,54)
#514C2E
(81,76,46)
#413D26
(65,61,38)
#312E1E
(49,46,30)
#211F16
(33,31,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #B1A65E

#B1A65E
(177,166,94)
#B8AE6C
(184,174,108)
#BFB67A
(191,182,122)
#C6BE88
(198,190,136)
#CDC696
(205,198,150)
#D4CEA4
(212,206,164)
#DBD6B2
(219,214,178)
#E2DEC0
(226,222,192)
#E9E6CE
(233,230,206)
#F0EEDC
(240,238,220)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A65E; }

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

This text font color is #B1A65E.

Background Color

.myBgColor { background-color: #B1A65E; }

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

This div background color is #B1A65E.

Border color

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

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

This div border color is #B1A65E.

Opacity

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

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

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

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

This text has shadow with #B1A65E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A65E.

Preview

Color preview on black background

This text has color #B1A65E on black background.


Color preview on white background

This text has color #B1A65E on white background.


Black color preview on #B1A65E background

This text has black color on #B1A65E background.


White color preview on #B1A65E background

This text has white color on #B1A65E background.


Related colors

Complementary color

Complementary color for #hex is #4E59A1.


I love getcolorcode.com

Triadic colors

1 #5EB1A6 and #A65EB1 with #B1A65E are triadic colors.

2 #5EA6B1 and #A6B15E with #B1A65E are triadic colors.