COLOR #B8A05D

HEX: #B8A05D
RGB: (184,160,93)

Color info

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

RGB color model

#B8A05D color RGB value is (184,160,93).

  • red value is 184;
  • green value is 160;
  • blue value is 93.
RGB:
(184,160,93)
(72%,63%,36%)

RGB channels and saturation

R 184 of 255 = 72%
G 160 of 255 = 63%
B 93 of 255 = 36%

184
160
93

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

Portions of RGB colors in percentages

R + G + B =
184 + 160 + 93 = 437 (100%)
R 184 of 437 ~ 42.11%
G 160 of 437 ~ 36.61%
B 93 of 437 ~ 21.28%

%42.11
%36.61
%21.28

CMYK color model

#B8A05D color CMYK value is (0,13,49,28).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 49.46%
  • key color value is 27.84%
CMYK:
(0,13,49,28)
C0M13Y49K28 
(0%,13%,49%,28%)
(0.00/0.13/0.49/0.28)	

CMYK percentages

%0
%13.04
%49.46
%27.84

Codes

Color #B8A05D in popluar color models

B8A05D
RGB18416093
HSL44°39.06%54.31%
HSB/HSV44°49.46%72.16%
CMYK0.00%13.04%49.46%
27.84%

Color #B8A05D in popluar number systems.

HEXB8A05D
Decimal18416093
Binary10111000101000001011101
Octal270240135

Shades and tints

Shades of #B8A05D

#B8A05D
(184,160,93)
#A89255
(168,146,85)
#98844D
(152,132,77)
#887645
(136,118,69)
#78683D
(120,104,61)
#685A35
(104,90,53)
#584C2D
(88,76,45)
#483E25
(72,62,37)
#38301D
(56,48,29)
#282215
(40,34,21)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #B8A05D

#B8A05D
(184,160,93)
#BEA86B
(190,168,107)
#C4B079
(196,176,121)
#CAB887
(202,184,135)
#D0C095
(208,192,149)
#D6C8A3
(214,200,163)
#DCD0B1
(220,208,177)
#E2D8BF
(226,216,191)
#E8E0CD
(232,224,205)
#EEE8DB
(238,232,219)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A05D color. Also use rgb(184,160,93) instead hex code.

Text Font Color

.myTextColor { color: #B8A05D; }

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

This text font color is #B8A05D.


Background Color

.myBgColor { background-color: #B8A05D; }

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

This div background color is #B8A05D.


Border color

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

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

This div border color is #B8A05D.


Opacity

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

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

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

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

This text has shadow with #B8A05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A05D on black background.


Color preview on white background

This text has color #B8A05D on white background.



Black color preview on #B8A05D background

This text has black color on #B8A05D background.


White color preview on #B8A05D background

This text has white color on #B8A05D background.