COLOR #B8A77C

HEX: #B8A77C
RGB: (184,167,124)

Color info

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

RGB color model

#B8A77C color RGB value is (184,167,124).

  • red value is 184;
  • green value is 167;
  • blue value is 124.
RGB:
(184,167,124)
(72%,65%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 167 of 255 = 65%
B 124 of 255 = 49%

184
167
124

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

Portions of RGB colors in percentages

R + G + B =
184 + 167 + 124 = 475 (100%)
R 184 of 475 ~ 38.74%
G 167 of 475 ~ 35.16%
B 124 of 475 ~ 26.11%

%38.74
%35.16
%26.11

CMYK color model

#B8A77C color CMYK value is (0,9,33,28).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 32.61%
  • key color value is 27.84%
CMYK:
(0,9,33,28)
C0M9Y33K28 
(0%,9%,33%,28%)
(0.00/0.09/0.33/0.28)	

CMYK percentages

%0
%9.24
%32.61
%27.84

Codes

Color #B8A77C in popluar color models

B8A77C
RGB184167124
HSL43°29.70%60.39%
HSB/HSV43°32.61%72.16%
CMYK0.00%9.24%32.61%
27.84%

Color #B8A77C in popluar number systems.

HEXB8A77C
Decimal184167124
Binary10111000101001111111100
Octal270247174

Shades and tints

Shades of #B8A77C

#B8A77C
(184,167,124)
#A89871
(168,152,113)
#988966
(152,137,102)
#887A5B
(136,122,91)
#786B50
(120,107,80)
#685C45
(104,92,69)
#584D3A
(88,77,58)
#483E2F
(72,62,47)
#382F24
(56,47,36)
#282019
(40,32,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #B8A77C

#B8A77C
(184,167,124)
#BEAF87
(190,175,135)
#C4B792
(196,183,146)
#CABF9D
(202,191,157)
#D0C7A8
(208,199,168)
#D6CFB3
(214,207,179)
#DCD7BE
(220,215,190)
#E2DFC9
(226,223,201)
#E8E7D4
(232,231,212)
#EEEFDF
(238,239,223)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A77C color. Also use rgb(184,167,124) instead hex code.

Text Font Color

.myTextColor { color: #B8A77C; }

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

This text font color is #B8A77C.


Background Color

.myBgColor { background-color: #B8A77C; }

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

This div background color is #B8A77C.


Border color

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

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

This div border color is #B8A77C.


Opacity

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

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

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

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

This text has shadow with #B8A77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A77C on black background.


Color preview on white background

This text has color #B8A77C on white background.



Black color preview on #B8A77C background

This text has black color on #B8A77C background.


White color preview on #B8A77C background

This text has white color on #B8A77C background.