COLOR #B0A775

HEX: #B0A775
RGB: (176,167,117)

Color info

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

RGB color model

#B0A775 color RGB value is (176,167,117).

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

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 117 of 255 = 46%

176
167
117

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

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 117 = 460 (100%)
R 176 of 460 ~ 38.26%
G 167 of 460 ~ 36.3%
B 117 of 460 ~ 25.43%

%38.26
%36.3
%25.43

CMYK color model

#B0A775 color CMYK value is (0,5,34,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK:
(0,5,34,31)
C0M5Y34K31 
(0%,5%,34%,31%)
(0.00/0.05/0.34/0.31)	

CMYK percentages

%0
%5.11
%33.52
%30.98

Codes

Color #B0A775 in popluar color models

B0A775
RGB176167117
HSL51°27.19%57.45%
HSB/HSV51°33.52%69.02%
CMYK0.00%5.11%33.52%
30.98%

Color #B0A775 in popluar number systems.

HEXB0A775
Decimal176167117
Binary10110000101001111110101
Octal260247165

Shades and tints

Shades of #B0A775

#B0A775
(176,167,117)
#A0986B
(160,152,107)
#908961
(144,137,97)
#807A57
(128,122,87)
#706B4D
(112,107,77)
#605C43
(96,92,67)
#504D39
(80,77,57)
#403E2F
(64,62,47)
#302F25
(48,47,37)
#20201B
(32,32,27)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B0A775

#B0A775
(176,167,117)
#B7AF81
(183,175,129)
#BEB78D
(190,183,141)
#C5BF99
(197,191,153)
#CCC7A5
(204,199,165)
#D3CFB1
(211,207,177)
#DAD7BD
(218,215,189)
#E1DFC9
(225,223,201)
#E8E7D5
(232,231,213)
#EFEFE1
(239,239,225)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A775; }

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

This text font color is #B0A775.


Background Color

.myBgColor { background-color: #B0A775; }

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

This div background color is #B0A775.


Border color

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

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

This div border color is #B0A775.


Opacity

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

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

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

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

This text has shadow with #B0A775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A775 on black background.


Color preview on white background

This text has color #B0A775 on white background.



Black color preview on #B0A775 background

This text has black color on #B0A775 background.


White color preview on #B0A775 background

This text has white color on #B0A775 background.