COLOR #B8A674

HEX: #B8A674
RGB: (184,166,116)

Color info

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

RGB color model

#B8A674 color RGB value is (184,166,116).

  • red value is 184;
  • green value is 166;
  • blue value is 116.
RGB:
(184,166,116)
(72%,65%,45%)

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 116 of 255 = 45%

184
166
116

R + G + B ~ 61%. #B8A674 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 166 + 116 = 466 (100%)
R 184 of 466 ~ 39.48%
G 166 of 466 ~ 35.62%
B 116 of 466 ~ 24.89%

%39.48
%35.62
%24.89

CMYK color model

#B8A674 color CMYK value is (0,10,37,28).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 36.96%
  • key color value is 27.84%
CMYK:
(0,10,37,28)
C0M10Y37K28 
(0%,10%,37%,28%)
(0.00/0.10/0.37/0.28)	

CMYK percentages

%0
%9.78
%36.96
%27.84

Codes

Color #B8A674 in popluar color models

B8A674
RGB184166116
HSL44°32.38%58.82%
HSB/HSV44°36.96%72.16%
CMYK0.00%9.78%36.96%
27.84%

Color #B8A674 in popluar number systems.

HEXB8A674
Decimal184166116
Binary10111000101001101110100
Octal270246164

Shades and tints

Shades of #B8A674

#B8A674
(184,166,116)
#A8976A
(168,151,106)
#988860
(152,136,96)
#887956
(136,121,86)
#786A4C
(120,106,76)
#685B42
(104,91,66)
#584C38
(88,76,56)
#483D2E
(72,61,46)
#382E24
(56,46,36)
#281F1A
(40,31,26)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #B8A674

#B8A674
(184,166,116)
#BEAE80
(190,174,128)
#C4B68C
(196,182,140)
#CABE98
(202,190,152)
#D0C6A4
(208,198,164)
#D6CEB0
(214,206,176)
#DCD6BC
(220,214,188)
#E2DEC8
(226,222,200)
#E8E6D4
(232,230,212)
#EEEEE0
(238,238,224)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A674 color. Also use rgb(184,166,116) instead hex code.

Text Font Color

.myTextColor { color: #B8A674; }

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

This text font color is #B8A674.


Background Color

.myBgColor { background-color: #B8A674; }

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

This div background color is #B8A674.


Border color

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

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

This div border color is #B8A674.


Opacity

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

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

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

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

This text has shadow with #B8A674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A674 on black background.


Color preview on white background

This text has color #B8A674 on white background.



Black color preview on #B8A674 background

This text has black color on #B8A674 background.


White color preview on #B8A674 background

This text has white color on #B8A674 background.