COLOR #B0A17B

HEX: #B0A17B
RGB: (176,161,123)

Color info

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

RGB color model

#B0A17B color RGB value is (176,161,123).

  • red value is 176;
  • green value is 161;
  • blue value is 123.
RGB:
(176,161,123)
(69%,63%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 123 of 255 = 48%

176
161
123

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

Portions of RGB colors in percentages

R + G + B =
176 + 161 + 123 = 460 (100%)
R 176 of 460 ~ 38.26%
G 161 of 460 ~ 35%
B 123 of 460 ~ 26.74%

%38.26
%35
%26.74

CMYK color model

#B0A17B color CMYK value is (0,9,30,31).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 30.11%
  • key color value is 30.98%
CMYK:
(0,9,30,31)
C0M9Y30K31 
(0%,9%,30%,31%)
(0.00/0.09/0.30/0.31)	

CMYK percentages

%0
%8.52
%30.11
%30.98

Codes

Color #B0A17B in popluar color models

B0A17B
RGB176161123
HSL43°25.12%58.63%
HSB/HSV43°30.11%69.02%
CMYK0.00%8.52%30.11%
30.98%

Color #B0A17B in popluar number systems.

HEXB0A17B
Decimal176161123
Binary10110000101000011111011
Octal260241173

Shades and tints

Shades of #B0A17B

#B0A17B
(176,161,123)
#A09370
(160,147,112)
#908565
(144,133,101)
#80775A
(128,119,90)
#70694F
(112,105,79)
#605B44
(96,91,68)
#504D39
(80,77,57)
#403F2E
(64,63,46)
#303123
(48,49,35)
#202318
(32,35,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #B0A17B

#B0A17B
(176,161,123)
#B7A987
(183,169,135)
#BEB193
(190,177,147)
#C5B99F
(197,185,159)
#CCC1AB
(204,193,171)
#D3C9B7
(211,201,183)
#DAD1C3
(218,209,195)
#E1D9CF
(225,217,207)
#E8E1DB
(232,225,219)
#EFE9E7
(239,233,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A17B color. Also use rgb(176,161,123) instead hex code.

Text Font Color

.myTextColor { color: #B0A17B; }

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

This text font color is #B0A17B.


Background Color

.myBgColor { background-color: #B0A17B; }

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

This div background color is #B0A17B.


Border color

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

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

This div border color is #B0A17B.


Opacity

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

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

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

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

This text has shadow with #B0A17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A17B on black background.


Color preview on white background

This text has color #B0A17B on white background.



Black color preview on #B0A17B background

This text has black color on #B0A17B background.


White color preview on #B0A17B background

This text has white color on #B0A17B background.