COLOR #B8AF7D

HEX: #B8AF7D
RGB: (184,175,125)

Color info

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

RGB color model

#B8AF7D color RGB value is (184,175,125).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 125 of 255 = 49%

184
175
125

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

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 125 = 484 (100%)
R 184 of 484 ~ 38.02%
G 175 of 484 ~ 36.16%
B 125 of 484 ~ 25.83%

%38.02
%36.16
%25.83

CMYK color model

#B8AF7D color CMYK value is (0,5,32,28).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,5,32,28)
C0M5Y32K28 
(0%,5%,32%,28%)
(0.00/0.05/0.32/0.28)	

CMYK percentages

%0
%4.89
%32.07
%27.84

Codes

Color #B8AF7D in popluar color models

B8AF7D
RGB184175125
HSL51°29.35%60.59%
HSB/HSV51°32.07%72.16%
CMYK0.00%4.89%32.07%
27.84%

Color #B8AF7D in popluar number systems.

HEXB8AF7D
Decimal184175125
Binary10111000101011111111101
Octal270257175

Shades and tints

Shades of #B8AF7D

#B8AF7D
(184,175,125)
#A8A072
(168,160,114)
#989167
(152,145,103)
#88825C
(136,130,92)
#787351
(120,115,81)
#686446
(104,100,70)
#58553B
(88,85,59)
#484630
(72,70,48)
#383725
(56,55,37)
#28281A
(40,40,26)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #B8AF7D

#B8AF7D
(184,175,125)
#BEB688
(190,182,136)
#C4BD93
(196,189,147)
#CAC49E
(202,196,158)
#D0CBA9
(208,203,169)
#D6D2B4
(214,210,180)
#DCD9BF
(220,217,191)
#E2E0CA
(226,224,202)
#E8E7D5
(232,231,213)
#EEEEE0
(238,238,224)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AF7D; }

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

This text font color is #B8AF7D.


Background Color

.myBgColor { background-color: #B8AF7D; }

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

This div background color is #B8AF7D.


Border color

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

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

This div border color is #B8AF7D.


Opacity

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

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

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

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

This text has shadow with #B8AF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AF7D on black background.


Color preview on white background

This text has color #B8AF7D on white background.



Black color preview on #B8AF7D background

This text has black color on #B8AF7D background.


White color preview on #B8AF7D background

This text has white color on #B8AF7D background.