COLOR #B0A25D

HEX: #B0A25D RGB: (176,162,93)

Color info

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

RGB color model

#B0A25D color RGB value is (176,162,93).

RGB: (176,162,93) (69%, 64%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 162 of 255 = 64%
B 93 of 255 = 36%

176
162
93

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

Portions of RGB colors in percentages

R + G + B = 176 + 162 + 93 = 431 (100%)
R 176 of 431 ~ 40.84%
G 162 of 431 ~ 37.59%
B 93 of 431 ~ 21.58'%

%40.84
%37.59
%21.58

CMYK color model

#B0A25D color CMYK value is (0,8,47,31).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 47.16%
  • key color value is 30.98%

CMYK: (0,8,47,31)
C0M8Y47K31 (0%, 8%, 47%, 31%)
(0.00 / 0.08 / 0.47 / 0.31)

CMYK percentages

%0
%7.95
%47.16
%30.98

Codes

Color #B0A25D in popluar color models

B0 A2 5D
RGB 176 162 93
HSL 50° 34.44% 52.75%
HSB/HSV 50° 47.16% 69.02%
CMYK 0.00% 7.95% 47.16%
30.98%

Color #B0A25D in popluar number systems.

HEX B0 A2 5D
Decimal 176 162 93
Binary 10110000 10100010 1011101
Octal 260 242 135

Shades and tints

Shades of #B0A25D

#B0A25D
(176,162,93)
#A09455
(160,148,85)
#90864D
(144,134,77)
#807845
(128,120,69)
#706A3D
(112,106,61)
#605C35
(96,92,53)
#504E2D
(80,78,45)
#404025
(64,64,37)
#30321D
(48,50,29)
#202415
(32,36,21)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #B0A25D

#B0A25D
(176,162,93)
#B7AA6B
(183,170,107)
#BEB279
(190,178,121)
#C5BA87
(197,186,135)
#CCC295
(204,194,149)
#D3CAA3
(211,202,163)
#DAD2B1
(218,210,177)
#E1DABF
(225,218,191)
#E8E2CD
(232,226,205)
#EFEADB
(239,234,219)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A25D color. Also use rgb(176,162,93) instead hex code.

Text Font Color

.myTextColor { color: #B0A25D; }

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

This text font color is #B0A25D.

Background Color

.myBgColor { background-color: #B0A25D; }

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

This div background color is #B0A25D.

Border color

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

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

This div border color is #B0A25D.

Opacity

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

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

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

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

This text has shadow with #B0A25D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A25D.

Preview

Color preview on black background

This text has color #B0A25D on black background.


Color preview on white background

This text has color #B0A25D on white background.


Black color preview on #B0A25D background

This text has black color on #B0A25D background.


White color preview on #B0A25D background

This text has white color on #B0A25D background.


Related colors

Complementary color

Complementary color for #hex is #4F5DA2.


I love getcolorcode.com

Triadic colors

1 #5DB0A2 and #A25DB0 with #B0A25D are triadic colors.

2 #5DA2B0 and #A2B05D with #B0A25D are triadic colors.