COLOR #B0A57E

HEX: #B0A57E
RGB: (176,165,126)

Color info

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

RGB color model

#B0A57E color RGB value is (176,165,126).

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

RGB channels and saturation

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

176
165
126

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

Portions of RGB colors in percentages

R + G + B =
176 + 165 + 126 = 467 (100%)
R 176 of 467 ~ 37.69%
G 165 of 467 ~ 35.33%
B 126 of 467 ~ 26.98%

%37.69
%35.33
%26.98

CMYK color model

#B0A57E color CMYK value is (0,6,28,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,6,28,31)
C0M6Y28K31 
(0%,6%,28%,31%)
(0.00/0.06/0.28/0.31)	

CMYK percentages

%0
%6.25
%28.41
%30.98

Codes

Color #B0A57E in popluar color models

B0A57E
RGB176165126
HSL47°24.04%59.22%
HSB/HSV47°28.41%69.02%
CMYK0.00%6.25%28.41%
30.98%

Color #B0A57E in popluar number systems.

HEXB0A57E
Decimal176165126
Binary10110000101001011111110
Octal260245176

Shades and tints

Shades of #B0A57E

#B0A57E
(176,165,126)
#A09673
(160,150,115)
#908768
(144,135,104)
#80785D
(128,120,93)
#706952
(112,105,82)
#605A47
(96,90,71)
#504B3C
(80,75,60)
#403C31
(64,60,49)
#302D26
(48,45,38)
#201E1B
(32,30,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #B0A57E

#B0A57E
(176,165,126)
#B7AD89
(183,173,137)
#BEB594
(190,181,148)
#C5BD9F
(197,189,159)
#CCC5AA
(204,197,170)
#D3CDB5
(211,205,181)
#DAD5C0
(218,213,192)
#E1DDCB
(225,221,203)
#E8E5D6
(232,229,214)
#EFEDE1
(239,237,225)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A57E; }

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

This text font color is #B0A57E.


Background Color

.myBgColor { background-color: #B0A57E; }

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

This div background color is #B0A57E.


Border color

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

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

This div border color is #B0A57E.


Opacity

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

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

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

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

This text has shadow with #B0A57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A57E on black background.


Color preview on white background

This text has color #B0A57E on white background.



Black color preview on #B0A57E background

This text has black color on #B0A57E background.


White color preview on #B0A57E background

This text has white color on #B0A57E background.