COLOR #B8A74A

HEX: #B8A74A
RGB: (184,167,74)

Color info

#B8A74A contains mainly red and green colors. Web safe color of #B8A74A is #CC9933 (or #C93).

RGB color model

#B8A74A color RGB value is (184,167,74).

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

RGB channels and saturation

R 184 of 255 = 72%
G 167 of 255 = 65%
B 74 of 255 = 29%

184
167
74

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

Portions of RGB colors in percentages

R + G + B =
184 + 167 + 74 = 425 (100%)
R 184 of 425 ~ 43.29%
G 167 of 425 ~ 39.29%
B 74 of 425 ~ 17.41%

%43.29
%39.29
%17.41

CMYK color model

#B8A74A color CMYK value is (0,9,60,28).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 59.78%
  • key color value is 27.84%
CMYK:
(0,9,60,28)
C0M9Y60K28 
(0%,9%,60%,28%)
(0.00/0.09/0.60/0.28)	

CMYK percentages

%0
%9.24
%59.78
%27.84

Codes

Color #B8A74A in popluar color models

B8A74A
RGB18416774
HSL51°43.65%50.59%
HSB/HSV51°59.78%72.16%
CMYK0.00%9.24%59.78%
27.84%

Color #B8A74A in popluar number systems.

HEXB8A74A
Decimal18416774
Binary10111000101001111001010
Octal270247112

Shades and tints

Shades of #B8A74A

#B8A74A
(184,167,74)
#A89844
(168,152,68)
#98893E
(152,137,62)
#887A38
(136,122,56)
#786B32
(120,107,50)
#685C2C
(104,92,44)
#584D26
(88,77,38)
#483E20
(72,62,32)
#382F1A
(56,47,26)
#282014
(40,32,20)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #B8A74A

#B8A74A
(184,167,74)
#BEAF5A
(190,175,90)
#C4B76A
(196,183,106)
#CABF7A
(202,191,122)
#D0C78A
(208,199,138)
#D6CF9A
(214,207,154)
#DCD7AA
(220,215,170)
#E2DFBA
(226,223,186)
#E8E7CA
(232,231,202)
#EEEFDA
(238,239,218)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A74A; }

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

This text font color is #B8A74A.


Background Color

.myBgColor { background-color: #B8A74A; }

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

This div background color is #B8A74A.


Border color

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

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

This div border color is #B8A74A.


Opacity

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

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

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

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

This text has shadow with #B8A74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A74A on black background.


Color preview on white background

This text has color #B8A74A on white background.



Black color preview on #B8A74A background

This text has black color on #B8A74A background.


White color preview on #B8A74A background

This text has white color on #B8A74A background.