COLOR #B8A455

HEX: #B8A455
RGB: (184,164,85)

Color info

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

RGB color model

#B8A455 color RGB value is (184,164,85).

  • red value is 184;
  • green value is 164;
  • blue value is 85.
RGB:
(184,164,85)
(72%,64%,33%)

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 85 of 255 = 33%

184
164
85

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

Portions of RGB colors in percentages

R + G + B =
184 + 164 + 85 = 433 (100%)
R 184 of 433 ~ 42.49%
G 164 of 433 ~ 37.88%
B 85 of 433 ~ 19.63%

%42.49
%37.88
%19.63

CMYK color model

#B8A455 color CMYK value is (0,11,54,28).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 53.80%
  • key color value is 27.84%
CMYK:
(0,11,54,28)
C0M11Y54K28 
(0%,11%,54%,28%)
(0.00/0.11/0.54/0.28)	

CMYK percentages

%0
%10.87
%53.8
%27.84

Codes

Color #B8A455 in popluar color models

B8A455
RGB18416485
HSL48°41.08%52.75%
HSB/HSV48°53.80%72.16%
CMYK0.00%10.87%53.80%
27.84%

Color #B8A455 in popluar number systems.

HEXB8A455
Decimal18416485
Binary10111000101001001010101
Octal270244125

Shades and tints

Shades of #B8A455

#B8A455
(184,164,85)
#A8964E
(168,150,78)
#988847
(152,136,71)
#887A40
(136,122,64)
#786C39
(120,108,57)
#685E32
(104,94,50)
#58502B
(88,80,43)
#484224
(72,66,36)
#38341D
(56,52,29)
#282616
(40,38,22)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #B8A455

#B8A455
(184,164,85)
#BEAC64
(190,172,100)
#C4B473
(196,180,115)
#CABC82
(202,188,130)
#D0C491
(208,196,145)
#D6CCA0
(214,204,160)
#DCD4AF
(220,212,175)
#E2DCBE
(226,220,190)
#E8E4CD
(232,228,205)
#EEECDC
(238,236,220)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A455 color. Also use rgb(184,164,85) instead hex code.

Text Font Color

.myTextColor { color: #B8A455; }

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

This text font color is #B8A455.


Background Color

.myBgColor { background-color: #B8A455; }

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

This div background color is #B8A455.


Border color

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

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

This div border color is #B8A455.


Opacity

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

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

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

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

This text has shadow with #B8A455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A455 on black background.


Color preview on white background

This text has color #B8A455 on white background.



Black color preview on #B8A455 background

This text has black color on #B8A455 background.


White color preview on #B8A455 background

This text has white color on #B8A455 background.