COLOR #B8AC75

HEX: #B8AC75
RGB: (184,172,117)

Color info

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

RGB color model

#B8AC75 color RGB value is (184,172,117).

  • red value is 184;
  • green value is 172;
  • blue value is 117.
RGB:
(184,172,117)
(72%,67%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 117 of 255 = 46%

184
172
117

R + G + B ~ 62%. #B8AC75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 117 = 473 (100%)
R 184 of 473 ~ 38.9%
G 172 of 473 ~ 36.36%
B 117 of 473 ~ 24.74%

%38.9
%36.36
%24.74

CMYK color model

#B8AC75 color CMYK value is (0,7,36,28).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(0,7,36,28)
C0M7Y36K28 
(0%,7%,36%,28%)
(0.00/0.07/0.36/0.28)	

CMYK percentages

%0
%6.52
%36.41
%27.84

Codes

Color #B8AC75 in popluar color models

B8AC75
RGB184172117
HSL49°32.06%59.02%
HSB/HSV49°36.41%72.16%
CMYK0.00%6.52%36.41%
27.84%

Color #B8AC75 in popluar number systems.

HEXB8AC75
Decimal184172117
Binary10111000101011001110101
Octal270254165

Shades and tints

Shades of #B8AC75

#B8AC75
(184,172,117)
#A89D6B
(168,157,107)
#988E61
(152,142,97)
#887F57
(136,127,87)
#78704D
(120,112,77)
#686143
(104,97,67)
#585239
(88,82,57)
#48432F
(72,67,47)
#383425
(56,52,37)
#28251B
(40,37,27)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #B8AC75

#B8AC75
(184,172,117)
#BEB381
(190,179,129)
#C4BA8D
(196,186,141)
#CAC199
(202,193,153)
#D0C8A5
(208,200,165)
#D6CFB1
(214,207,177)
#DCD6BD
(220,214,189)
#E2DDC9
(226,221,201)
#E8E4D5
(232,228,213)
#EEEBE1
(238,235,225)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AC75 color. Also use rgb(184,172,117) instead hex code.

Text Font Color

.myTextColor { color: #B8AC75; }

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

This text font color is #B8AC75.


Background Color

.myBgColor { background-color: #B8AC75; }

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

This div background color is #B8AC75.


Border color

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

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

This div border color is #B8AC75.


Opacity

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

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

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

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

This text has shadow with #B8AC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AC75 on black background.


Color preview on white background

This text has color #B8AC75 on white background.



Black color preview on #B8AC75 background

This text has black color on #B8AC75 background.


White color preview on #B8AC75 background

This text has white color on #B8AC75 background.