COLOR #B8AD7D

HEX: #B8AD7D
RGB: (184,173,125)

Color info

#B8AD7D contains red, green and blue colors in about the same proportion. Web safe color of #B8AD7D is #CC9966 (or #C96).

RGB color model

#B8AD7D color RGB value is (184,173,125).

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

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 125 of 255 = 49%

184
173
125

R + G + B ~ 63%. #B8AD7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 125 = 482 (100%)
R 184 of 482 ~ 38.17%
G 173 of 482 ~ 35.89%
B 125 of 482 ~ 25.93%

%38.17
%35.89
%25.93

CMYK color model

#B8AD7D color CMYK value is (0,6,32,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,6,32,28)
C0M6Y32K28 
(0%,6%,32%,28%)
(0.00/0.06/0.32/0.28)	

CMYK percentages

%0
%5.98
%32.07
%27.84

Codes

Color #B8AD7D in popluar color models

B8AD7D
RGB184173125
HSL49°29.35%60.59%
HSB/HSV49°32.07%72.16%
CMYK0.00%5.98%32.07%
27.84%

Color #B8AD7D in popluar number systems.

HEXB8AD7D
Decimal184173125
Binary10111000101011011111101
Octal270255175

Shades and tints

Shades of #B8AD7D

#B8AD7D
(184,173,125)
#A89E72
(168,158,114)
#988F67
(152,143,103)
#88805C
(136,128,92)
#787151
(120,113,81)
#686246
(104,98,70)
#58533B
(88,83,59)
#484430
(72,68,48)
#383525
(56,53,37)
#28261A
(40,38,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #B8AD7D

#B8AD7D
(184,173,125)
#BEB488
(190,180,136)
#C4BB93
(196,187,147)
#CAC29E
(202,194,158)
#D0C9A9
(208,201,169)
#D6D0B4
(214,208,180)
#DCD7BF
(220,215,191)
#E2DECA
(226,222,202)
#E8E5D5
(232,229,213)
#EEECE0
(238,236,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AD7D; }

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

This text font color is #B8AD7D.


Background Color

.myBgColor { background-color: #B8AD7D; }

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

This div background color is #B8AD7D.


Border color

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

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

This div border color is #B8AD7D.


Opacity

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

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

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

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

This text has shadow with #B8AD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AD7D on black background.


Color preview on white background

This text has color #B8AD7D on white background.



Black color preview on #B8AD7D background

This text has black color on #B8AD7D background.


White color preview on #B8AD7D background

This text has white color on #B8AD7D background.