COLOR #B1A04B

HEX: #B1A04B RGB: (177,160,75)

Color info

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

RGB color model

#B1A04B color RGB value is (177,160,75).

RGB: (177,160,75) (69%, 63%, 29%)

RGB channels and saturation

R 177 of 255 = 69%
G 160 of 255 = 63%
B 75 of 255 = 29%

177
160
75

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

Portions of RGB colors in percentages

R + G + B = 177 + 160 + 75 = 412 (100%)
R 177 of 412 ~ 42.96%
G 160 of 412 ~ 38.83%
B 75 of 412 ~ 18.2'%

%42.96
%38.83
%18.2

CMYK color model

#B1A04B color CMYK value is (0,10,58,31).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 57.63%
  • key color value is 30.59%
CMYK: (0,10,58,31) C0M10Y58K31 (0%,10%,58%,31%) (0.00/0.10/0.58/0.31) 

CMYK percentages

%0
%9.6
%57.63
%30.59

Codes

Color #B1A04B in popluar color models

B1 A0 4B
RGB 177 160 75
HSL 50° 40.48% 49.41%
HSB/HSV 50° 57.63% 69.41%
CMYK 0.00% 9.60% 57.63%
30.59%

Color #B1A04B in popluar number systems.

HEX B1 A0 4B
Decimal 177 160 75
Binary 10110001 10100000 1001011
Octal 261 240 113

Shades and tints

Shades of #B1A04B

#B1A04B
(177,160,75)
#A19245
(161,146,69)
#91843F
(145,132,63)
#817639
(129,118,57)
#716833
(113,104,51)
#615A2D
(97,90,45)
#514C27
(81,76,39)
#413E21
(65,62,33)
#31301B
(49,48,27)
#212215
(33,34,21)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #B1A04B

#B1A04B
(177,160,75)
#B8A85B
(184,168,91)
#BFB06B
(191,176,107)
#C6B87B
(198,184,123)
#CDC08B
(205,192,139)
#D4C89B
(212,200,155)
#DBD0AB
(219,208,171)
#E2D8BB
(226,216,187)
#E9E0CB
(233,224,203)
#F0E8DB
(240,232,219)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A04B; }

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

This text font color is #B1A04B.

Background Color

.myBgColor { background-color: #B1A04B; }

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

This div background color is #B1A04B.

Border color

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

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

This div border color is #B1A04B.

Opacity

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

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

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

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

This text has shadow with #B1A04B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A04B.

Preview

Color preview on black background

This text has color #B1A04B on black background.


Color preview on white background

This text has color #B1A04B on white background.


Black color preview on #B1A04B background

This text has black color on #B1A04B background.


White color preview on #B1A04B background

This text has white color on #B1A04B background.


Related colors

Complementary color

Complementary color for #hex is #4E5FB4.


I love getcolorcode.com

Triadic colors

1 #4BB1A0 and #A04BB1 with #B1A04B are triadic colors.

2 #4BA0B1 and #A0B14B with #B1A04B are triadic colors.