COLOR #B29916

HEX: #B29916
RGB: (178,153,22)

Color info

#B29916 contains mainly red and green colors. Web safe color of #B29916 is #999900 (or #990).

RGB color model

#B29916 color RGB value is (178,153,22).

  • red value is 178;
  • green value is 153;
  • blue value is 22.
RGB:
(178,153,22)
(70%,60%,9%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 22 of 255 = 9%

178
153
22

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

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 22 = 353 (100%)
R 178 of 353 ~ 50.42%
G 153 of 353 ~ 43.34%
B 22 of 353 ~ 6.23%

%50.42
%43.34

CMYK color model

#B29916 color CMYK value is (0,14,88,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 87.64%
  • key color value is 30.20%
CMYK:
(0,14,88,30)
C0M14Y88K30 
(0%,14%,88%,30%)
(0.00/0.14/0.88/0.30)	

CMYK percentages

%0
%14.04
%87.64
%30.2

Codes

Color #B29916 in popluar color models

B29916
RGB17815322
HSL50°78.00%39.22%
HSB/HSV50°87.64%69.80%
CMYK0.00%14.04%87.64%
30.20%

Color #B29916 in popluar number systems.

HEXB29916
Decimal17815322
Binary101100101001100110110
Octal26223126

Shades and tints

Shades of #B29916

#B29916
(178,153,22)
#A28C14
(162,140,20)
#927F12
(146,127,18)
#827210
(130,114,16)
#72650E
(114,101,14)
#62580C
(98,88,12)
#524B0A
(82,75,10)
#423E08
(66,62,8)
#323106
(50,49,6)
#222404
(34,36,4)
#121702
(18,23,2)
#000000
(0,0,0)

Tints of #B29916

#B29916
(178,153,22)
#B9A22B
(185,162,43)
#C0AB40
(192,171,64)
#C7B455
(199,180,85)
#CEBD6A
(206,189,106)
#D5C67F
(213,198,127)
#DCCF94
(220,207,148)
#E3D8A9
(227,216,169)
#EAE1BE
(234,225,190)
#F1EAD3
(241,234,211)
#F8F3E8
(248,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29916 color. Also use rgb(178,153,22) instead hex code.

Text Font Color

.myTextColor { color: #B29916; }

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

This text font color is #B29916.


Background Color

.myBgColor { background-color: #B29916; }

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

This div background color is #B29916.


Border color

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

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

This div border color is #B29916.


Opacity

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

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

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

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

This text has shadow with #B29916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29916 on black background.


Color preview on white background

This text has color #B29916 on white background.



Black color preview on #B29916 background

This text has black color on #B29916 background.


White color preview on #B29916 background

This text has white color on #B29916 background.