COLOR #B8A91C

HEX: #B8A91C
RGB: (184,169,28)

Color info

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

RGB color model

#B8A91C color RGB value is (184,169,28).

  • red value is 184;
  • green value is 169;
  • blue value is 28.
RGB:
(184,169,28)
(72%,66%,11%)

RGB channels and saturation

R 184 of 255 = 72%
G 169 of 255 = 66%
B 28 of 255 = 11%

184
169
28

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

Portions of RGB colors in percentages

R + G + B =
184 + 169 + 28 = 381 (100%)
R 184 of 381 ~ 48.29%
G 169 of 381 ~ 44.36%
B 28 of 381 ~ 7.35%

%48.29
%44.36

CMYK color model

#B8A91C color CMYK value is (0,8,85,28).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 84.78%
  • key color value is 27.84%
CMYK:
(0,8,85,28)
C0M8Y85K28 
(0%,8%,85%,28%)
(0.00/0.08/0.85/0.28)	

CMYK percentages

%0
%8.15
%84.78
%27.84

Codes

Color #B8A91C in popluar color models

B8A91C
RGB18416928
HSL54°73.58%41.57%
HSB/HSV54°84.78%72.16%
CMYK0.00%8.15%84.78%
27.84%

Color #B8A91C in popluar number systems.

HEXB8A91C
Decimal18416928
Binary101110001010100111100
Octal27025134

Shades and tints

Shades of #B8A91C

#B8A91C
(184,169,28)
#A89A1A
(168,154,26)
#988B18
(152,139,24)
#887C16
(136,124,22)
#786D14
(120,109,20)
#685E12
(104,94,18)
#584F10
(88,79,16)
#48400E
(72,64,14)
#38310C
(56,49,12)
#28220A
(40,34,10)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #B8A91C

#B8A91C
(184,169,28)
#BEB030
(190,176,48)
#C4B744
(196,183,68)
#CABE58
(202,190,88)
#D0C56C
(208,197,108)
#D6CC80
(214,204,128)
#DCD394
(220,211,148)
#E2DAA8
(226,218,168)
#E8E1BC
(232,225,188)
#EEE8D0
(238,232,208)
#F4EFE4
(244,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A91C color. Also use rgb(184,169,28) instead hex code.

Text Font Color

.myTextColor { color: #B8A91C; }

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

This text font color is #B8A91C.


Background Color

.myBgColor { background-color: #B8A91C; }

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

This div background color is #B8A91C.


Border color

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

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

This div border color is #B8A91C.


Opacity

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

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

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

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

This text has shadow with #B8A91C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A91C on black background.


Color preview on white background

This text has color #B8A91C on white background.



Black color preview on #B8A91C background

This text has black color on #B8A91C background.


White color preview on #B8A91C background

This text has white color on #B8A91C background.