COLOR #B8A102

HEX: #B8A102
RGB: (184,161,2)

Color info

#B8A102 contains mainly red and green colors. Web safe color of #B8A102 is #CC9900 (or #C90).

RGB color model

#B8A102 color RGB value is (184,161,2).

  • red value is 184;
  • green value is 161;
  • blue value is 2.
RGB:
(184,161,2)
(72%,63%,1%)

RGB channels and saturation

R 184 of 255 = 72%
G 161 of 255 = 63%
B 2 of 255 = 1%

184
161
2

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

Portions of RGB colors in percentages

R + G + B =
184 + 161 + 2 = 347 (100%)
R 184 of 347 ~ 53.03%
G 161 of 347 ~ 46.4%
B 2 of 347 ~ 0.58%

%53.03
%46.4

CMYK color model

#B8A102 color CMYK value is (0,13,99,28).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 98.91%
  • key color value is 27.84%
CMYK:
(0,13,99,28)
C0M13Y99K28 
(0%,13%,99%,28%)
(0.00/0.13/0.99/0.28)	

CMYK percentages

%0
%12.5
%98.91
%27.84

Codes

Color #B8A102 in popluar color models

B8A102
RGB1841612
HSL52°97.85%36.47%
HSB/HSV52°98.91%72.16%
CMYK0.00%12.50%98.91%
27.84%

Color #B8A102 in popluar number systems.

HEXB8A102
Decimal1841612
Binary101110001010000110
Octal2702412

Shades and tints

Shades of #B8A102

#B8A102
(184,161,2)
#A89302
(168,147,2)
#988502
(152,133,2)
#887702
(136,119,2)
#786902
(120,105,2)
#685B02
(104,91,2)
#584D02
(88,77,2)
#483F02
(72,63,2)
#383102
(56,49,2)
#282302
(40,35,2)
#181502
(24,21,2)
#000000
(0,0,0)

Tints of #B8A102

#B8A102
(184,161,2)
#BEA919
(190,169,25)
#C4B130
(196,177,48)
#CAB947
(202,185,71)
#D0C15E
(208,193,94)
#D6C975
(214,201,117)
#DCD18C
(220,209,140)
#E2D9A3
(226,217,163)
#E8E1BA
(232,225,186)
#EEE9D1
(238,233,209)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A102 color. Also use rgb(184,161,2) instead hex code.

Text Font Color

.myTextColor { color: #B8A102; }

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

This text font color is #B8A102.


Background Color

.myBgColor { background-color: #B8A102; }

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

This div background color is #B8A102.


Border color

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

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

This div border color is #B8A102.


Opacity

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

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

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

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

This text has shadow with #B8A102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A102 on black background.


Color preview on white background

This text has color #B8A102 on white background.



Black color preview on #B8A102 background

This text has black color on #B8A102 background.


White color preview on #B8A102 background

This text has white color on #B8A102 background.