COLOR #B8AB76

HEX: #B8AB76
RGB: (184,171,118)

Color info

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

RGB color model

#B8AB76 color RGB value is (184,171,118).

  • red value is 184;
  • green value is 171;
  • blue value is 118.
RGB:
(184,171,118)
(72%,67%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 118 of 255 = 46%

184
171
118

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

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 118 = 473 (100%)
R 184 of 473 ~ 38.9%
G 171 of 473 ~ 36.15%
B 118 of 473 ~ 24.95%

%38.9
%36.15
%24.95

CMYK color model

#B8AB76 color CMYK value is (0,7,36,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(0,7,36,28)
C0M7Y36K28 
(0%,7%,36%,28%)
(0.00/0.07/0.36/0.28)	

CMYK percentages

%0
%7.07
%35.87
%27.84

Codes

Color #B8AB76 in popluar color models

B8AB76
RGB184171118
HSL48°31.73%59.22%
HSB/HSV48°35.87%72.16%
CMYK0.00%7.07%35.87%
27.84%

Color #B8AB76 in popluar number systems.

HEXB8AB76
Decimal184171118
Binary10111000101010111110110
Octal270253166

Shades and tints

Shades of #B8AB76

#B8AB76
(184,171,118)
#A89C6C
(168,156,108)
#988D62
(152,141,98)
#887E58
(136,126,88)
#786F4E
(120,111,78)
#686044
(104,96,68)
#58513A
(88,81,58)
#484230
(72,66,48)
#383326
(56,51,38)
#28241C
(40,36,28)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B8AB76

#B8AB76
(184,171,118)
#BEB282
(190,178,130)
#C4B98E
(196,185,142)
#CAC09A
(202,192,154)
#D0C7A6
(208,199,166)
#D6CEB2
(214,206,178)
#DCD5BE
(220,213,190)
#E2DCCA
(226,220,202)
#E8E3D6
(232,227,214)
#EEEAE2
(238,234,226)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AB76 color. Also use rgb(184,171,118) instead hex code.

Text Font Color

.myTextColor { color: #B8AB76; }

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

This text font color is #B8AB76.


Background Color

.myBgColor { background-color: #B8AB76; }

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

This div background color is #B8AB76.


Border color

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

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

This div border color is #B8AB76.


Opacity

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

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

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

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

This text has shadow with #B8AB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB76 on black background.


Color preview on white background

This text has color #B8AB76 on white background.



Black color preview on #B8AB76 background

This text has black color on #B8AB76 background.


White color preview on #B8AB76 background

This text has white color on #B8AB76 background.