COLOR #B8A77E

HEX: #B8A77E
RGB: (184,167,126)

Color info

#B8A77E contains red, green and blue colors in about the same proportion. Web safe color of #B8A77E is #CC9966 (or #C96).

RGB color model

#B8A77E color RGB value is (184,167,126).

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

RGB channels and saturation

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

184
167
126

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

Portions of RGB colors in percentages

R + G + B =
184 + 167 + 126 = 477 (100%)
R 184 of 477 ~ 38.57%
G 167 of 477 ~ 35.01%
B 126 of 477 ~ 26.42%

%38.57
%35.01
%26.42

CMYK color model

#B8A77E color CMYK value is (0,9,32,28).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(0,9,32,28)
C0M9Y32K28 
(0%,9%,32%,28%)
(0.00/0.09/0.32/0.28)	

CMYK percentages

%0
%9.24
%31.52
%27.84

Codes

Color #B8A77E in popluar color models

B8A77E
RGB184167126
HSL42°29.00%60.78%
HSB/HSV42°31.52%72.16%
CMYK0.00%9.24%31.52%
27.84%

Color #B8A77E in popluar number systems.

HEXB8A77E
Decimal184167126
Binary10111000101001111111110
Octal270247176

Shades and tints

Shades of #B8A77E

#B8A77E
(184,167,126)
#A89873
(168,152,115)
#988968
(152,137,104)
#887A5D
(136,122,93)
#786B52
(120,107,82)
#685C47
(104,92,71)
#584D3C
(88,77,60)
#483E31
(72,62,49)
#382F26
(56,47,38)
#28201B
(40,32,27)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B8A77E

#B8A77E
(184,167,126)
#BEAF89
(190,175,137)
#C4B794
(196,183,148)
#CABF9F
(202,191,159)
#D0C7AA
(208,199,170)
#D6CFB5
(214,207,181)
#DCD7C0
(220,215,192)
#E2DFCB
(226,223,203)
#E8E7D6
(232,231,214)
#EEEFE1
(238,239,225)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A77E; }

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

This text font color is #B8A77E.


Background Color

.myBgColor { background-color: #B8A77E; }

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

This div background color is #B8A77E.


Border color

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

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

This div border color is #B8A77E.


Opacity

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

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

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

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

This text has shadow with #B8A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A77E on black background.


Color preview on white background

This text has color #B8A77E on white background.



Black color preview on #B8A77E background

This text has black color on #B8A77E background.


White color preview on #B8A77E background

This text has white color on #B8A77E background.