COLOR #B8A36D

HEX: #B8A36D RGB: (184,163,109)

Color info

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

RGB color model

#B8A36D color RGB value is (184,163,109).

RGB: (184,163,109) (72%, 64%, 43%)

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 109 of 255 = 43%

184
163
109

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

Portions of RGB colors in percentages

R + G + B = 184 + 163 + 109 = 456 (100%)
R 184 of 456 ~ 40.35%
G 163 of 456 ~ 35.75%
B 109 of 456 ~ 23.9'%

%40.35
%35.75
%23.9

CMYK color model

#B8A36D color CMYK value is (0,11,41,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 40.76%
  • key color value is 27.84%
CMYK: (0,11,41,28) C0M11Y41K28 (0%,11%,41%,28%) (0.00/0.11/0.41/0.28) 

CMYK percentages

%0
%11.41
%40.76
%27.84

Codes

Color #B8A36D in popluar color models

B8 A3 6D
RGB 184 163 109
HSL 43° 34.56% 57.45%
HSB/HSV 43° 40.76% 72.16%
CMYK 0.00% 11.41% 40.76%
27.84%

Color #B8A36D in popluar number systems.

HEX B8 A3 6D
Decimal 184 163 109
Binary 10111000 10100011 1101101
Octal 270 243 155

Shades and tints

Shades of #B8A36D

#B8A36D
(184,163,109)
#A89564
(168,149,100)
#98875B
(152,135,91)
#887952
(136,121,82)
#786B49
(120,107,73)
#685D40
(104,93,64)
#584F37
(88,79,55)
#48412E
(72,65,46)
#383325
(56,51,37)
#28251C
(40,37,28)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #B8A36D

#B8A36D
(184,163,109)
#BEAB7A
(190,171,122)
#C4B387
(196,179,135)
#CABB94
(202,187,148)
#D0C3A1
(208,195,161)
#D6CBAE
(214,203,174)
#DCD3BB
(220,211,187)
#E2DBC8
(226,219,200)
#E8E3D5
(232,227,213)
#EEEBE2
(238,235,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A36D color. Also use rgb(184,163,109) instead hex code.

Text Font Color

.myTextColor { color: #B8A36D; }

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

This text font color is #B8A36D.

Background Color

.myBgColor { background-color: #B8A36D; }

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

This div background color is #B8A36D.

Border color

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

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

This div border color is #B8A36D.

Opacity

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

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

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

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

This text has shadow with #B8A36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A36D.

Preview

Color preview on black background

This text has color #B8A36D on black background.


Color preview on white background

This text has color #B8A36D on white background.


Black color preview on #B8A36D background

This text has black color on #B8A36D background.


White color preview on #B8A36D background

This text has white color on #B8A36D background.


Related colors

Complementary color

Complementary color for #hex is #475C92.


I love getcolorcode.com

Triadic colors

1 #6DB8A3 and #A36DB8 with #B8A36D are triadic colors.

2 #6DA3B8 and #A3B86D with #B8A36D are triadic colors.