COLOR #B1A571

HEX: #B1A571
RGB: (177,165,113)

Color info

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

RGB color model

#B1A571 color RGB value is (177,165,113).

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

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 113 of 255 = 44%

177
165
113

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

Portions of RGB colors in percentages

R + G + B =
177 + 165 + 113 = 455 (100%)
R 177 of 455 ~ 38.9%
G 165 of 455 ~ 36.26%
B 113 of 455 ~ 24.84%

%38.9
%36.26
%24.84

CMYK color model

#B1A571 color CMYK value is (0,7,36,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 36.16%
  • key color value is 30.59%
CMYK:
(0,7,36,31)
C0M7Y36K31 
(0%,7%,36%,31%)
(0.00/0.07/0.36/0.31)	

CMYK percentages

%0
%6.78
%36.16
%30.59

Codes

Color #B1A571 in popluar color models

B1A571
RGB177165113
HSL49°29.09%56.86%
HSB/HSV49°36.16%69.41%
CMYK0.00%6.78%36.16%
30.59%

Color #B1A571 in popluar number systems.

HEXB1A571
Decimal177165113
Binary10110001101001011110001
Octal261245161

Shades and tints

Shades of #B1A571

#B1A571
(177,165,113)
#A19667
(161,150,103)
#91875D
(145,135,93)
#817853
(129,120,83)
#716949
(113,105,73)
#615A3F
(97,90,63)
#514B35
(81,75,53)
#413C2B
(65,60,43)
#312D21
(49,45,33)
#211E17
(33,30,23)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #B1A571

#B1A571
(177,165,113)
#B8AD7D
(184,173,125)
#BFB589
(191,181,137)
#C6BD95
(198,189,149)
#CDC5A1
(205,197,161)
#D4CDAD
(212,205,173)
#DBD5B9
(219,213,185)
#E2DDC5
(226,221,197)
#E9E5D1
(233,229,209)
#F0EDDD
(240,237,221)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A571; }

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

This text font color is #B1A571.


Background Color

.myBgColor { background-color: #B1A571; }

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

This div background color is #B1A571.


Border color

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

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

This div border color is #B1A571.


Opacity

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

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

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

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

This text has shadow with #B1A571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A571 on black background.


Color preview on white background

This text has color #B1A571 on white background.



Black color preview on #B1A571 background

This text has black color on #B1A571 background.


White color preview on #B1A571 background

This text has white color on #B1A571 background.