COLOR #B8AB6A

HEX: #B8AB6A
RGB: (184,171,106)

Color info

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

RGB color model

#B8AB6A color RGB value is (184,171,106).

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

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 106 of 255 = 42%

184
171
106

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

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 106 = 461 (100%)
R 184 of 461 ~ 39.91%
G 171 of 461 ~ 37.09%
B 106 of 461 ~ 22.99%

%39.91
%37.09
%22.99

CMYK color model

#B8AB6A color CMYK value is (0,7,42,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(0,7,42,28)
C0M7Y42K28 
(0%,7%,42%,28%)
(0.00/0.07/0.42/0.28)	

CMYK percentages

%0
%7.07
%42.39
%27.84

Codes

Color #B8AB6A in popluar color models

B8AB6A
RGB184171106
HSL50°35.45%56.86%
HSB/HSV50°42.39%72.16%
CMYK0.00%7.07%42.39%
27.84%

Color #B8AB6A in popluar number systems.

HEXB8AB6A
Decimal184171106
Binary10111000101010111101010
Octal270253152

Shades and tints

Shades of #B8AB6A

#B8AB6A
(184,171,106)
#A89C61
(168,156,97)
#988D58
(152,141,88)
#887E4F
(136,126,79)
#786F46
(120,111,70)
#68603D
(104,96,61)
#585134
(88,81,52)
#48422B
(72,66,43)
#383322
(56,51,34)
#282419
(40,36,25)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #B8AB6A

#B8AB6A
(184,171,106)
#BEB277
(190,178,119)
#C4B984
(196,185,132)
#CAC091
(202,192,145)
#D0C79E
(208,199,158)
#D6CEAB
(214,206,171)
#DCD5B8
(220,213,184)
#E2DCC5
(226,220,197)
#E8E3D2
(232,227,210)
#EEEADF
(238,234,223)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AB6A; }

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

This text font color is #B8AB6A.


Background Color

.myBgColor { background-color: #B8AB6A; }

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

This div background color is #B8AB6A.


Border color

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

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

This div border color is #B8AB6A.


Opacity

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

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

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

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

This text has shadow with #B8AB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB6A on black background.


Color preview on white background

This text has color #B8AB6A on white background.



Black color preview on #B8AB6A background

This text has black color on #B8AB6A background.


White color preview on #B8AB6A background

This text has white color on #B8AB6A background.