COLOR #B1A44A

HEX: #B1A44A
RGB: (177,164,74)

Color info

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

RGB color model

#B1A44A color RGB value is (177,164,74).

  • red value is 177;
  • green value is 164;
  • blue value is 74.
RGB:
(177,164,74)
(69%,64%,29%)

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 74 of 255 = 29%

177
164
74

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

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 74 = 415 (100%)
R 177 of 415 ~ 42.65%
G 164 of 415 ~ 39.52%
B 74 of 415 ~ 17.83%

%42.65
%39.52
%17.83

CMYK color model

#B1A44A color CMYK value is (0,7,58,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(0,7,58,31)
C0M7Y58K31 
(0%,7%,58%,31%)
(0.00/0.07/0.58/0.31)	

CMYK percentages

%0
%7.34
%58.19
%30.59

Codes

Color #B1A44A in popluar color models

B1A44A
RGB17716474
HSL52°41.04%49.22%
HSB/HSV52°58.19%69.41%
CMYK0.00%7.34%58.19%
30.59%

Color #B1A44A in popluar number systems.

HEXB1A44A
Decimal17716474
Binary10110001101001001001010
Octal261244112

Shades and tints

Shades of #B1A44A

#B1A44A
(177,164,74)
#A19644
(161,150,68)
#91883E
(145,136,62)
#817A38
(129,122,56)
#716C32
(113,108,50)
#615E2C
(97,94,44)
#515026
(81,80,38)
#414220
(65,66,32)
#31341A
(49,52,26)
#212614
(33,38,20)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #B1A44A

#B1A44A
(177,164,74)
#B8AC5A
(184,172,90)
#BFB46A
(191,180,106)
#C6BC7A
(198,188,122)
#CDC48A
(205,196,138)
#D4CC9A
(212,204,154)
#DBD4AA
(219,212,170)
#E2DCBA
(226,220,186)
#E9E4CA
(233,228,202)
#F0ECDA
(240,236,218)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A44A; }

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

This text font color is #B1A44A.


Background Color

.myBgColor { background-color: #B1A44A; }

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

This div background color is #B1A44A.


Border color

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

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

This div border color is #B1A44A.


Opacity

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

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

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

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

This text has shadow with #B1A44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A44A on black background.


Color preview on white background

This text has color #B1A44A on white background.



Black color preview on #B1A44A background

This text has black color on #B1A44A background.


White color preview on #B1A44A background

This text has white color on #B1A44A background.