COLOR #B8AD59

HEX: #B8AD59
RGB: (184,173,89)

Color info

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

RGB color model

#B8AD59 color RGB value is (184,173,89).

  • red value is 184;
  • green value is 173;
  • blue value is 89.
RGB:
(184,173,89)
(72%,68%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 89 of 255 = 35%

184
173
89

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

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 89 = 446 (100%)
R 184 of 446 ~ 41.26%
G 173 of 446 ~ 38.79%
B 89 of 446 ~ 19.96%

%41.26
%38.79
%19.96

CMYK color model

#B8AD59 color CMYK value is (0,6,52,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 51.63%
  • key color value is 27.84%
CMYK:
(0,6,52,28)
C0M6Y52K28 
(0%,6%,52%,28%)
(0.00/0.06/0.52/0.28)	

CMYK percentages

%0
%5.98
%51.63
%27.84

Codes

Color #B8AD59 in popluar color models

B8AD59
RGB18417389
HSL53°40.08%53.53%
HSB/HSV53°51.63%72.16%
CMYK0.00%5.98%51.63%
27.84%

Color #B8AD59 in popluar number systems.

HEXB8AD59
Decimal18417389
Binary10111000101011011011001
Octal270255131

Shades and tints

Shades of #B8AD59

#B8AD59
(184,173,89)
#A89E51
(168,158,81)
#988F49
(152,143,73)
#888041
(136,128,65)
#787139
(120,113,57)
#686231
(104,98,49)
#585329
(88,83,41)
#484421
(72,68,33)
#383519
(56,53,25)
#282611
(40,38,17)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #B8AD59

#B8AD59
(184,173,89)
#BEB468
(190,180,104)
#C4BB77
(196,187,119)
#CAC286
(202,194,134)
#D0C995
(208,201,149)
#D6D0A4
(214,208,164)
#DCD7B3
(220,215,179)
#E2DEC2
(226,222,194)
#E8E5D1
(232,229,209)
#EEECE0
(238,236,224)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AD59 color. Also use rgb(184,173,89) instead hex code.

Text Font Color

.myTextColor { color: #B8AD59; }

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

This text font color is #B8AD59.


Background Color

.myBgColor { background-color: #B8AD59; }

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

This div background color is #B8AD59.


Border color

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

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

This div border color is #B8AD59.


Opacity

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

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

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

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

This text has shadow with #B8AD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AD59 on black background.


Color preview on white background

This text has color #B8AD59 on white background.



Black color preview on #B8AD59 background

This text has black color on #B8AD59 background.


White color preview on #B8AD59 background

This text has white color on #B8AD59 background.