COLOR #B8A32D

HEX: #B8A32D
RGB: (184,163,45)

Color info

#B8A32D contains mainly red and green colors. Web safe color of #B8A32D is #CC9933 (or #C93).

RGB color model

#B8A32D color RGB value is (184,163,45).

  • red value is 184;
  • green value is 163;
  • blue value is 45.
RGB:
(184,163,45)
(72%,64%,18%)

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 45 of 255 = 18%

184
163
45

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

Portions of RGB colors in percentages

R + G + B =
184 + 163 + 45 = 392 (100%)
R 184 of 392 ~ 46.94%
G 163 of 392 ~ 41.58%
B 45 of 392 ~ 11.48%

%46.94
%41.58
%11.48

CMYK color model

#B8A32D color CMYK value is (0,11,76,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 75.54%
  • key color value is 27.84%
CMYK:
(0,11,76,28)
C0M11Y76K28 
(0%,11%,76%,28%)
(0.00/0.11/0.76/0.28)	

CMYK percentages

%0
%11.41
%75.54
%27.84

Codes

Color #B8A32D in popluar color models

B8A32D
RGB18416345
HSL51°60.70%44.90%
HSB/HSV51°75.54%72.16%
CMYK0.00%11.41%75.54%
27.84%

Color #B8A32D in popluar number systems.

HEXB8A32D
Decimal18416345
Binary1011100010100011101101
Octal27024355

Shades and tints

Shades of #B8A32D

#B8A32D
(184,163,45)
#A89529
(168,149,41)
#988725
(152,135,37)
#887921
(136,121,33)
#786B1D
(120,107,29)
#685D19
(104,93,25)
#584F15
(88,79,21)
#484111
(72,65,17)
#38330D
(56,51,13)
#282509
(40,37,9)
#181705
(24,23,5)
#000000
(0,0,0)

Tints of #B8A32D

#B8A32D
(184,163,45)
#BEAB40
(190,171,64)
#C4B353
(196,179,83)
#CABB66
(202,187,102)
#D0C379
(208,195,121)
#D6CB8C
(214,203,140)
#DCD39F
(220,211,159)
#E2DBB2
(226,219,178)
#E8E3C5
(232,227,197)
#EEEBD8
(238,235,216)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A32D color. Also use rgb(184,163,45) instead hex code.

Text Font Color

.myTextColor { color: #B8A32D; }

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

This text font color is #B8A32D.


Background Color

.myBgColor { background-color: #B8A32D; }

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

This div background color is #B8A32D.


Border color

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

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

This div border color is #B8A32D.


Opacity

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

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

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

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

This text has shadow with #B8A32D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A32D on black background.


Color preview on white background

This text has color #B8A32D on white background.



Black color preview on #B8A32D background

This text has black color on #B8A32D background.


White color preview on #B8A32D background

This text has white color on #B8A32D background.