COLOR #B0A56E

HEX: #B0A56E RGB: (176,165,110)

Color info

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

RGB color model

#B0A56E color RGB value is (176,165,110).

RGB: (176,165,110) (69%, 65%, 43%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 110 of 255 = 43%

176
165
110

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

Portions of RGB colors in percentages

R + G + B = 176 + 165 + 110 = 451 (100%)
R 176 of 451 ~ 39.02%
G 165 of 451 ~ 36.59%
B 110 of 451 ~ 24.39'%

%39.02
%36.59
%24.39

CMYK color model

#B0A56E color CMYK value is (0,6,38,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 37.50%
  • key color value is 30.98%

CMYK: (0,6,38,31)
C0M6Y38K31 (0%, 6%, 38%, 31%)
(0.00 / 0.06 / 0.38 / 0.31)

CMYK percentages

%0
%6.25
%37.5
%30.98

Codes

Color #B0A56E in popluar color models

B0 A5 6E
RGB 176 165 110
HSL 50° 29.46% 56.08%
HSB/HSV 50° 37.50% 69.02%
CMYK 0.00% 6.25% 37.50%
30.98%

Color #B0A56E in popluar number systems.

HEX B0 A5 6E
Decimal 176 165 110
Binary 10110000 10100101 1101110
Octal 260 245 156

Shades and tints

Shades of #B0A56E

#B0A56E
(176,165,110)
#A09664
(160,150,100)
#90875A
(144,135,90)
#807850
(128,120,80)
#706946
(112,105,70)
#605A3C
(96,90,60)
#504B32
(80,75,50)
#403C28
(64,60,40)
#302D1E
(48,45,30)
#201E14
(32,30,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #B0A56E

#B0A56E
(176,165,110)
#B7AD7B
(183,173,123)
#BEB588
(190,181,136)
#C5BD95
(197,189,149)
#CCC5A2
(204,197,162)
#D3CDAF
(211,205,175)
#DAD5BC
(218,213,188)
#E1DDC9
(225,221,201)
#E8E5D6
(232,229,214)
#EFEDE3
(239,237,227)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A56E; }

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

This text font color is #B0A56E.

Background Color

.myBgColor { background-color: #B0A56E; }

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

This div background color is #B0A56E.

Border color

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

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

This div border color is #B0A56E.

Opacity

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

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

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

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

This text has shadow with #B0A56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A56E.

Preview

Color preview on black background

This text has color #B0A56E on black background.


Color preview on white background

This text has color #B0A56E on white background.


Black color preview on #B0A56E background

This text has black color on #B0A56E background.


White color preview on #B0A56E background

This text has white color on #B0A56E background.


Related colors

Complementary color

Complementary color for #hex is #4F5A91.


I love getcolorcode.com

Triadic colors

1 #6EB0A5 and #A56EB0 with #B0A56E are triadic colors.

2 #6EA5B0 and #A5B06E with #B0A56E are triadic colors.