COLOR #B8A25F

HEX: #B8A25F
RGB: (184,162,95)

Color info

#B8A25F contains mainly red and green colors. Web safe color of #B8A25F is #CC9966 (or #C96).

RGB color model

#B8A25F color RGB value is (184,162,95).

  • red value is 184;
  • green value is 162;
  • blue value is 95.
RGB:
(184,162,95)
(72%,64%,37%)

RGB channels and saturation

R 184 of 255 = 72%
G 162 of 255 = 64%
B 95 of 255 = 37%

184
162
95

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

Portions of RGB colors in percentages

R + G + B =
184 + 162 + 95 = 441 (100%)
R 184 of 441 ~ 41.72%
G 162 of 441 ~ 36.73%
B 95 of 441 ~ 21.54%

%41.72
%36.73
%21.54

CMYK color model

#B8A25F color CMYK value is (0,12,48,28).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 48.37%
  • key color value is 27.84%
CMYK:
(0,12,48,28)
C0M12Y48K28 
(0%,12%,48%,28%)
(0.00/0.12/0.48/0.28)	

CMYK percentages

%0
%11.96
%48.37
%27.84

Codes

Color #B8A25F in popluar color models

B8A25F
RGB18416295
HSL45°38.53%54.71%
HSB/HSV45°48.37%72.16%
CMYK0.00%11.96%48.37%
27.84%

Color #B8A25F in popluar number systems.

HEXB8A25F
Decimal18416295
Binary10111000101000101011111
Octal270242137

Shades and tints

Shades of #B8A25F

#B8A25F
(184,162,95)
#A89457
(168,148,87)
#98864F
(152,134,79)
#887847
(136,120,71)
#786A3F
(120,106,63)
#685C37
(104,92,55)
#584E2F
(88,78,47)
#484027
(72,64,39)
#38321F
(56,50,31)
#282417
(40,36,23)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8A25F

#B8A25F
(184,162,95)
#BEAA6D
(190,170,109)
#C4B27B
(196,178,123)
#CABA89
(202,186,137)
#D0C297
(208,194,151)
#D6CAA5
(214,202,165)
#DCD2B3
(220,210,179)
#E2DAC1
(226,218,193)
#E8E2CF
(232,226,207)
#EEEADD
(238,234,221)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A25F color. Also use rgb(184,162,95) instead hex code.

Text Font Color

.myTextColor { color: #B8A25F; }

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

This text font color is #B8A25F.


Background Color

.myBgColor { background-color: #B8A25F; }

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

This div background color is #B8A25F.


Border color

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

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

This div border color is #B8A25F.


Opacity

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

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

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

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

This text has shadow with #B8A25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A25F on black background.


Color preview on white background

This text has color #B8A25F on white background.



Black color preview on #B8A25F background

This text has black color on #B8A25F background.


White color preview on #B8A25F background

This text has white color on #B8A25F background.