COLOR #B8A650

HEX: #B8A650
RGB: (184,166,80)

Color info

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

RGB color model

#B8A650 color RGB value is (184,166,80).

  • red value is 184;
  • green value is 166;
  • blue value is 80.
RGB:
(184,166,80)
(72%,65%,31%)

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 80 of 255 = 31%

184
166
80

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

Portions of RGB colors in percentages

R + G + B =
184 + 166 + 80 = 430 (100%)
R 184 of 430 ~ 42.79%
G 166 of 430 ~ 38.6%
B 80 of 430 ~ 18.6%

%42.79
%38.6
%18.6

CMYK color model

#B8A650 color CMYK value is (0,10,57,28).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 56.52%
  • key color value is 27.84%
CMYK:
(0,10,57,28)
C0M10Y57K28 
(0%,10%,57%,28%)
(0.00/0.10/0.57/0.28)	

CMYK percentages

%0
%9.78
%56.52
%27.84

Codes

Color #B8A650 in popluar color models

B8A650
RGB18416680
HSL50°42.28%51.76%
HSB/HSV50°56.52%72.16%
CMYK0.00%9.78%56.52%
27.84%

Color #B8A650 in popluar number systems.

HEXB8A650
Decimal18416680
Binary10111000101001101010000
Octal270246120

Shades and tints

Shades of #B8A650

#B8A650
(184,166,80)
#A89749
(168,151,73)
#988842
(152,136,66)
#88793B
(136,121,59)
#786A34
(120,106,52)
#685B2D
(104,91,45)
#584C26
(88,76,38)
#483D1F
(72,61,31)
#382E18
(56,46,24)
#281F11
(40,31,17)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #B8A650

#B8A650
(184,166,80)
#BEAE5F
(190,174,95)
#C4B66E
(196,182,110)
#CABE7D
(202,190,125)
#D0C68C
(208,198,140)
#D6CE9B
(214,206,155)
#DCD6AA
(220,214,170)
#E2DEB9
(226,222,185)
#E8E6C8
(232,230,200)
#EEEED7
(238,238,215)
#F4F6E6
(244,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A650 color. Also use rgb(184,166,80) instead hex code.

Text Font Color

.myTextColor { color: #B8A650; }

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

This text font color is #B8A650.


Background Color

.myBgColor { background-color: #B8A650; }

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

This div background color is #B8A650.


Border color

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

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

This div border color is #B8A650.


Opacity

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

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

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

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

This text has shadow with #B8A650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A650 on black background.


Color preview on white background

This text has color #B8A650 on white background.



Black color preview on #B8A650 background

This text has black color on #B8A650 background.


White color preview on #B8A650 background

This text has white color on #B8A650 background.