COLOR #B1A472

HEX: #B1A472
RGB: (177,164,114)

Color info

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

RGB color model

#B1A472 color RGB value is (177,164,114).

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

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 114 of 255 = 45%

177
164
114

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

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 114 = 455 (100%)
R 177 of 455 ~ 38.9%
G 164 of 455 ~ 36.04%
B 114 of 455 ~ 25.05%

%38.9
%36.04
%25.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 35.59%
  • 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
%7.34
%35.59
%30.59

Codes

Color #B1A472 in popluar color models

B1A472
RGB177164114
HSL48°28.77%57.06%
HSB/HSV48°35.59%69.41%
CMYK0.00%7.34%35.59%
30.59%

Color #B1A472 in popluar number systems.

HEXB1A472
Decimal177164114
Binary10110001101001001110010
Octal261244162

Shades and tints

Shades of #B1A472

#B1A472
(177,164,114)
#A19668
(161,150,104)
#91885E
(145,136,94)
#817A54
(129,122,84)
#716C4A
(113,108,74)
#615E40
(97,94,64)
#515036
(81,80,54)
#41422C
(65,66,44)
#313422
(49,52,34)
#212618
(33,38,24)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #B1A472

#B1A472
(177,164,114)
#B8AC7E
(184,172,126)
#BFB48A
(191,180,138)
#C6BC96
(198,188,150)
#CDC4A2
(205,196,162)
#D4CCAE
(212,204,174)
#DBD4BA
(219,212,186)
#E2DCC6
(226,220,198)
#E9E4D2
(233,228,210)
#F0ECDE
(240,236,222)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A472; }

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

This text font color is #B1A472.


Background Color

.myBgColor { background-color: #B1A472; }

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

This div background color is #B1A472.


Border color

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

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

This div border color is #B1A472.


Opacity

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

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

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

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

This text has shadow with #B1A472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A472 on black background.


Color preview on white background

This text has color #B1A472 on white background.



Black color preview on #B1A472 background

This text has black color on #B1A472 background.


White color preview on #B1A472 background

This text has white color on #B1A472 background.