COLOR #B4B12E

HEX: #B4B12E
RGB: (180,177,46)

Color info

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

RGB color model

#B4B12E color RGB value is (180,177,46).

  • red value is 180;
  • green value is 177;
  • blue value is 46.
RGB:
(180,177,46)
(71%,69%,18%)

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 46 of 255 = 18%

180
177
46

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

Portions of RGB colors in percentages

R + G + B =
180 + 177 + 46 = 403 (100%)
R 180 of 403 ~ 44.67%
G 177 of 403 ~ 43.92%
B 46 of 403 ~ 11.41%

%44.67
%43.92
%11.41

CMYK color model

#B4B12E color CMYK value is (0,2,74,29).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 74.44%
  • key color value is 29.41%
CMYK:
(0,2,74,29)
C0M2Y74K29 
(0%,2%,74%,29%)
(0.00/0.02/0.74/0.29)	

CMYK percentages

%0
%1.67
%74.44
%29.41

Codes

Color #B4B12E in popluar color models

B4B12E
RGB18017746
HSL59°59.29%44.31%
HSB/HSV59°74.44%70.59%
CMYK0.00%1.67%74.44%
29.41%

Color #B4B12E in popluar number systems.

HEXB4B12E
Decimal18017746
Binary1011010010110001101110
Octal26426156

Shades and tints

Shades of #B4B12E

#B4B12E
(180,177,46)
#A4A12A
(164,161,42)
#949126
(148,145,38)
#848122
(132,129,34)
#74711E
(116,113,30)
#64611A
(100,97,26)
#545116
(84,81,22)
#444112
(68,65,18)
#34310E
(52,49,14)
#24210A
(36,33,10)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #B4B12E

#B4B12E
(180,177,46)
#BAB841
(186,184,65)
#C0BF54
(192,191,84)
#C6C667
(198,198,103)
#CCCD7A
(204,205,122)
#D2D48D
(210,212,141)
#D8DBA0
(216,219,160)
#DEE2B3
(222,226,179)
#E4E9C6
(228,233,198)
#EAF0D9
(234,240,217)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B12E color. Also use rgb(180,177,46) instead hex code.

Text Font Color

.myTextColor { color: #B4B12E; }

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

This text font color is #B4B12E.


Background Color

.myBgColor { background-color: #B4B12E; }

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

This div background color is #B4B12E.


Border color

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

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

This div border color is #B4B12E.


Opacity

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

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

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

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

This text has shadow with #B4B12E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B12E on black background.


Color preview on white background

This text has color #B4B12E on white background.



Black color preview on #B4B12E background

This text has black color on #B4B12E background.


White color preview on #B4B12E background

This text has white color on #B4B12E background.