COLOR #B8AB79

HEX: #B8AB79
RGB: (184,171,121)

Color info

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

RGB color model

#B8AB79 color RGB value is (184,171,121).

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

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 121 of 255 = 47%

184
171
121

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

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 121 = 476 (100%)
R 184 of 476 ~ 38.66%
G 171 of 476 ~ 35.92%
B 121 of 476 ~ 25.42%

%38.66
%35.92
%25.42

CMYK color model

#B8AB79 color CMYK value is (0,7,34,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 34.24%
  • key color value is 27.84%
CMYK:
(0,7,34,28)
C0M7Y34K28 
(0%,7%,34%,28%)
(0.00/0.07/0.34/0.28)	

CMYK percentages

%0
%7.07
%34.24
%27.84

Codes

Color #B8AB79 in popluar color models

B8AB79
RGB184171121
HSL48°30.73%59.80%
HSB/HSV48°34.24%72.16%
CMYK0.00%7.07%34.24%
27.84%

Color #B8AB79 in popluar number systems.

HEXB8AB79
Decimal184171121
Binary10111000101010111111001
Octal270253171

Shades and tints

Shades of #B8AB79

#B8AB79
(184,171,121)
#A89C6E
(168,156,110)
#988D63
(152,141,99)
#887E58
(136,126,88)
#786F4D
(120,111,77)
#686042
(104,96,66)
#585137
(88,81,55)
#48422C
(72,66,44)
#383321
(56,51,33)
#282416
(40,36,22)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #B8AB79

#B8AB79
(184,171,121)
#BEB285
(190,178,133)
#C4B991
(196,185,145)
#CAC09D
(202,192,157)
#D0C7A9
(208,199,169)
#D6CEB5
(214,206,181)
#DCD5C1
(220,213,193)
#E2DCCD
(226,220,205)
#E8E3D9
(232,227,217)
#EEEAE5
(238,234,229)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AB79; }

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

This text font color is #B8AB79.


Background Color

.myBgColor { background-color: #B8AB79; }

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

This div background color is #B8AB79.


Border color

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

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

This div border color is #B8AB79.


Opacity

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

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

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

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

This text has shadow with #B8AB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB79 on black background.


Color preview on white background

This text has color #B8AB79 on white background.



Black color preview on #B8AB79 background

This text has black color on #B8AB79 background.


White color preview on #B8AB79 background

This text has white color on #B8AB79 background.