COLOR #B4B029

HEX: #B4B029
RGB: (180,176,41)

Color info

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

RGB color model

#B4B029 color RGB value is (180,176,41).

  • red value is 180;
  • green value is 176;
  • blue value is 41.
RGB:
(180,176,41)
(71%,69%,16%)

RGB channels and saturation

R 180 of 255 = 71%
G 176 of 255 = 69%
B 41 of 255 = 16%

180
176
41

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

Portions of RGB colors in percentages

R + G + B =
180 + 176 + 41 = 397 (100%)
R 180 of 397 ~ 45.34%
G 176 of 397 ~ 44.33%
B 41 of 397 ~ 10.33%

%45.34
%44.33
%10.33

CMYK color model

#B4B029 color CMYK value is (0,2,77,29).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 77.22%
  • key color value is 29.41%
CMYK:
(0,2,77,29)
C0M2Y77K29 
(0%,2%,77%,29%)
(0.00/0.02/0.77/0.29)	

CMYK percentages

%0
%2.22
%77.22
%29.41

Codes

Color #B4B029 in popluar color models

B4B029
RGB18017641
HSL58°62.90%43.33%
HSB/HSV58°77.22%70.59%
CMYK0.00%2.22%77.22%
29.41%

Color #B4B029 in popluar number systems.

HEXB4B029
Decimal18017641
Binary1011010010110000101001
Octal26426051

Shades and tints

Shades of #B4B029

#B4B029
(180,176,41)
#A4A026
(164,160,38)
#949023
(148,144,35)
#848020
(132,128,32)
#74701D
(116,112,29)
#64601A
(100,96,26)
#545017
(84,80,23)
#444014
(68,64,20)
#343011
(52,48,17)
#24200E
(36,32,14)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #B4B029

#B4B029
(180,176,41)
#BAB73C
(186,183,60)
#C0BE4F
(192,190,79)
#C6C562
(198,197,98)
#CCCC75
(204,204,117)
#D2D388
(210,211,136)
#D8DA9B
(216,218,155)
#DEE1AE
(222,225,174)
#E4E8C1
(228,232,193)
#EAEFD4
(234,239,212)
#F0F6E7
(240,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B029 color. Also use rgb(180,176,41) instead hex code.

Text Font Color

.myTextColor { color: #B4B029; }

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

This text font color is #B4B029.


Background Color

.myBgColor { background-color: #B4B029; }

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

This div background color is #B4B029.


Border color

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

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

This div border color is #B4B029.


Opacity

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

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

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

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

This text has shadow with #B4B029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B029 on black background.


Color preview on white background

This text has color #B4B029 on white background.



Black color preview on #B4B029 background

This text has black color on #B4B029 background.


White color preview on #B4B029 background

This text has white color on #B4B029 background.