COLOR #B0AD6F

HEX: #B0AD6F RGB: (176,173,111)

Color info

#B0AD6F contains mainly red and green colors. Web safe color of #B0AD6F is #999966 (or #996).

RGB color model

#B0AD6F color RGB value is (176,173,111).

RGB: (176,173,111) (69%, 68%, 44%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 111 of 255 = 44%

176
173
111

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

Portions of RGB colors in percentages

R + G + B = 176 + 173 + 111 = 460 (100%)
R 176 of 460 ~ 38.26%
G 173 of 460 ~ 37.61%
B 111 of 460 ~ 24.13'%

%38.26
%37.61
%24.13

CMYK color model

#B0AD6F color CMYK value is (0,2,37,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 36.93%
  • key color value is 30.98%

CMYK: (0,2,37,31)
C0M2Y37K31 (0%, 2%, 37%, 31%)
(0.00 / 0.02 / 0.37 / 0.31)

CMYK percentages

%0
%1.7
%36.93
%30.98

Codes

Color #B0AD6F in popluar color models

B0 AD 6F
RGB 176 173 111
HSL 57° 29.15% 56.27%
HSB/HSV 57° 36.93% 69.02%
CMYK 0.00% 1.70% 36.93%
30.98%

Color #B0AD6F in popluar number systems.

HEX B0 AD 6F
Decimal 176 173 111
Binary 10110000 10101101 1101111
Octal 260 255 157

Shades and tints

Shades of #B0AD6F

#B0AD6F
(176,173,111)
#A09E65
(160,158,101)
#908F5B
(144,143,91)
#808051
(128,128,81)
#707147
(112,113,71)
#60623D
(96,98,61)
#505333
(80,83,51)
#404429
(64,68,41)
#30351F
(48,53,31)
#202615
(32,38,21)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #B0AD6F

#B0AD6F
(176,173,111)
#B7B47C
(183,180,124)
#BEBB89
(190,187,137)
#C5C296
(197,194,150)
#CCC9A3
(204,201,163)
#D3D0B0
(211,208,176)
#DAD7BD
(218,215,189)
#E1DECA
(225,222,202)
#E8E5D7
(232,229,215)
#EFECE4
(239,236,228)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AD6F color. Also use rgb(176,173,111) instead hex code.

Text Font Color

.myTextColor { color: #B0AD6F; }

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

This text font color is #B0AD6F.

Background Color

.myBgColor { background-color: #B0AD6F; }

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

This div background color is #B0AD6F.

Border color

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

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

This div border color is #B0AD6F.

Opacity

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

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

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

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

This text has shadow with #B0AD6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AD6F.

Preview

Color preview on black background

This text has color #B0AD6F on black background.


Color preview on white background

This text has color #B0AD6F on white background.


Black color preview on #B0AD6F background

This text has black color on #B0AD6F background.


White color preview on #B0AD6F background

This text has white color on #B0AD6F background.


Related colors

Complementary color

Complementary color for #hex is #4F5290.


I love getcolorcode.com

Triadic colors

1 #6FB0AD and #AD6FB0 with #B0AD6F are triadic colors.

2 #6FADB0 and #ADB06F with #B0AD6F are triadic colors.