COLOR #B1A547

HEX: #B1A547
RGB: (177,165,71)

Color info

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

RGB color model

#B1A547 color RGB value is (177,165,71).

  • red value is 177;
  • green value is 165;
  • blue value is 71.
RGB:
(177,165,71)
(69%,65%,28%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 71 of 255 = 28%

177
165
71

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

Portions of RGB colors in percentages

R + G + B =
177 + 165 + 71 = 413 (100%)
R 177 of 413 ~ 42.86%
G 165 of 413 ~ 39.95%
B 71 of 413 ~ 17.19%

%42.86
%39.95
%17.19

CMYK color model

#B1A547 color CMYK value is (0,7,60,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 59.89%
  • key color value is 30.59%
CMYK:
(0,7,60,31)
C0M7Y60K31 
(0%,7%,60%,31%)
(0.00/0.07/0.60/0.31)	

CMYK percentages

%0
%6.78
%59.89
%30.59

Codes

Color #B1A547 in popluar color models

B1A547
RGB17716571
HSL53°42.74%48.63%
HSB/HSV53°59.89%69.41%
CMYK0.00%6.78%59.89%
30.59%

Color #B1A547 in popluar number systems.

HEXB1A547
Decimal17716571
Binary10110001101001011000111
Octal261245107

Shades and tints

Shades of #B1A547

#B1A547
(177,165,71)
#A19641
(161,150,65)
#91873B
(145,135,59)
#817835
(129,120,53)
#71692F
(113,105,47)
#615A29
(97,90,41)
#514B23
(81,75,35)
#413C1D
(65,60,29)
#312D17
(49,45,23)
#211E11
(33,30,17)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #B1A547

#B1A547
(177,165,71)
#B8AD57
(184,173,87)
#BFB567
(191,181,103)
#C6BD77
(198,189,119)
#CDC587
(205,197,135)
#D4CD97
(212,205,151)
#DBD5A7
(219,213,167)
#E2DDB7
(226,221,183)
#E9E5C7
(233,229,199)
#F0EDD7
(240,237,215)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A547 color. Also use rgb(177,165,71) instead hex code.

Text Font Color

.myTextColor { color: #B1A547; }

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

This text font color is #B1A547.


Background Color

.myBgColor { background-color: #B1A547; }

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

This div background color is #B1A547.


Border color

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

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

This div border color is #B1A547.


Opacity

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

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

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

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

This text has shadow with #B1A547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A547 on black background.


Color preview on white background

This text has color #B1A547 on white background.



Black color preview on #B1A547 background

This text has black color on #B1A547 background.


White color preview on #B1A547 background

This text has white color on #B1A547 background.