COLOR #B1A57E

HEX: #B1A57E
RGB: (177,165,126)

Color info

#B1A57E contains red, green and blue colors in about the same proportion. Web safe color of #B1A57E is #999966 (or #996).

RGB color model

#B1A57E color RGB value is (177,165,126).

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

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 126 of 255 = 49%

177
165
126

R + G + B ~ 61%. #B1A57E is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 165 + 126 = 468 (100%)
R 177 of 468 ~ 37.82%
G 165 of 468 ~ 35.26%
B 126 of 468 ~ 26.92%

%37.82
%35.26
%26.92

CMYK color model

#B1A57E color CMYK value is (0,7,29,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK:
(0,7,29,31)
C0M7Y29K31 
(0%,7%,29%,31%)
(0.00/0.07/0.29/0.31)	

CMYK percentages

%0
%6.78
%28.81
%30.59

Codes

Color #B1A57E in popluar color models

B1A57E
RGB177165126
HSL46°24.64%59.41%
HSB/HSV46°28.81%69.41%
CMYK0.00%6.78%28.81%
30.59%

Color #B1A57E in popluar number systems.

HEXB1A57E
Decimal177165126
Binary10110001101001011111110
Octal261245176

Shades and tints

Shades of #B1A57E

#B1A57E
(177,165,126)
#A19673
(161,150,115)
#918768
(145,135,104)
#81785D
(129,120,93)
#716952
(113,105,82)
#615A47
(97,90,71)
#514B3C
(81,75,60)
#413C31
(65,60,49)
#312D26
(49,45,38)
#211E1B
(33,30,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #B1A57E

#B1A57E
(177,165,126)
#B8AD89
(184,173,137)
#BFB594
(191,181,148)
#C6BD9F
(198,189,159)
#CDC5AA
(205,197,170)
#D4CDB5
(212,205,181)
#DBD5C0
(219,213,192)
#E2DDCB
(226,221,203)
#E9E5D6
(233,229,214)
#F0EDE1
(240,237,225)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A57E; }

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

This text font color is #B1A57E.


Background Color

.myBgColor { background-color: #B1A57E; }

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

This div background color is #B1A57E.


Border color

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

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

This div border color is #B1A57E.


Opacity

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

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

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

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

This text has shadow with #B1A57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A57E on black background.


Color preview on white background

This text has color #B1A57E on white background.



Black color preview on #B1A57E background

This text has black color on #B1A57E background.


White color preview on #B1A57E background

This text has white color on #B1A57E background.