COLOR #B0A791

HEX: #B0A791
RGB: (176,167,145)

Color info

#B0A791 contains red, green and blue colors in about the same proportion. Web safe color of #B0A791 is #999999 (or #999).

RGB color model

#B0A791 color RGB value is (176,167,145).

  • red value is 176;
  • green value is 167;
  • blue value is 145.
RGB:
(176,167,145)
(69%,65%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 145 of 255 = 57%

176
167
145

R + G + B ~ 64%. #B0A791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 145 = 488 (100%)
R 176 of 488 ~ 36.07%
G 167 of 488 ~ 34.22%
B 145 of 488 ~ 29.71%

%36.07
%34.22
%29.71

CMYK color model

#B0A791 color CMYK value is (0,5,18,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,5,18,31)
C0M5Y18K31 
(0%,5%,18%,31%)
(0.00/0.05/0.18/0.31)	

CMYK percentages

%0
%5.11
%17.61
%30.98

Codes

Color #B0A791 in popluar color models

B0A791
RGB176167145
HSL43°16.40%62.94%
HSB/HSV43°17.61%69.02%
CMYK0.00%5.11%17.61%
30.98%

Color #B0A791 in popluar number systems.

HEXB0A791
Decimal176167145
Binary101100001010011110010001
Octal260247221

Shades and tints

Shades of #B0A791

#B0A791
(176,167,145)
#A09884
(160,152,132)
#908977
(144,137,119)
#807A6A
(128,122,106)
#706B5D
(112,107,93)
#605C50
(96,92,80)
#504D43
(80,77,67)
#403E36
(64,62,54)
#302F29
(48,47,41)
#20201C
(32,32,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B0A791

#B0A791
(176,167,145)
#B7AF9B
(183,175,155)
#BEB7A5
(190,183,165)
#C5BFAF
(197,191,175)
#CCC7B9
(204,199,185)
#D3CFC3
(211,207,195)
#DAD7CD
(218,215,205)
#E1DFD7
(225,223,215)
#E8E7E1
(232,231,225)
#EFEFEB
(239,239,235)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A791 color. Also use rgb(176,167,145) instead hex code.

Text Font Color

.myTextColor { color: #B0A791; }

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

This text font color is #B0A791.


Background Color

.myBgColor { background-color: #B0A791; }

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

This div background color is #B0A791.


Border color

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

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

This div border color is #B0A791.


Opacity

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

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

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

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

This text has shadow with #B0A791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A791 on black background.


Color preview on white background

This text has color #B0A791 on white background.



Black color preview on #B0A791 background

This text has black color on #B0A791 background.


White color preview on #B0A791 background

This text has white color on #B0A791 background.