COLOR #B8AB54

HEX: #B8AB54
RGB: (184,171,84)

Color info

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

RGB color model

#B8AB54 color RGB value is (184,171,84).

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

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 84 of 255 = 33%

184
171
84

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

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 84 = 439 (100%)
R 184 of 439 ~ 41.91%
G 171 of 439 ~ 38.95%
B 84 of 439 ~ 19.13%

%41.91
%38.95
%19.13

CMYK color model

#B8AB54 color CMYK value is (0,7,54,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 54.35%
  • key color value is 27.84%
CMYK:
(0,7,54,28)
C0M7Y54K28 
(0%,7%,54%,28%)
(0.00/0.07/0.54/0.28)	

CMYK percentages

%0
%7.07
%54.35
%27.84

Codes

Color #B8AB54 in popluar color models

B8AB54
RGB18417184
HSL52°41.32%52.55%
HSB/HSV52°54.35%72.16%
CMYK0.00%7.07%54.35%
27.84%

Color #B8AB54 in popluar number systems.

HEXB8AB54
Decimal18417184
Binary10111000101010111010100
Octal270253124

Shades and tints

Shades of #B8AB54

#B8AB54
(184,171,84)
#A89C4D
(168,156,77)
#988D46
(152,141,70)
#887E3F
(136,126,63)
#786F38
(120,111,56)
#686031
(104,96,49)
#58512A
(88,81,42)
#484223
(72,66,35)
#38331C
(56,51,28)
#282415
(40,36,21)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #B8AB54

#B8AB54
(184,171,84)
#BEB263
(190,178,99)
#C4B972
(196,185,114)
#CAC081
(202,192,129)
#D0C790
(208,199,144)
#D6CE9F
(214,206,159)
#DCD5AE
(220,213,174)
#E2DCBD
(226,220,189)
#E8E3CC
(232,227,204)
#EEEADB
(238,234,219)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AB54; }

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

This text font color is #B8AB54.


Background Color

.myBgColor { background-color: #B8AB54; }

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

This div background color is #B8AB54.


Border color

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

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

This div border color is #B8AB54.


Opacity

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

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

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

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

This text has shadow with #B8AB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB54 on black background.


Color preview on white background

This text has color #B8AB54 on white background.



Black color preview on #B8AB54 background

This text has black color on #B8AB54 background.


White color preview on #B8AB54 background

This text has white color on #B8AB54 background.