COLOR #B4B46F

HEX: #B4B46F RGB: (180,180,111)

Color info

#B4B46F contains mainly red and green colors. Web safe color of #B4B46F is #CCCC66 (or #CC6).

RGB color model

#B4B46F color RGB value is (180,180,111).

RGB: (180,180,111) (71%, 71%, 44%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 111 of 255 = 44%

180
180
111

R + G + B ~ 62%. #B4B46F is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 180 + 111 = 471 (100%)
R 180 of 471 ~ 38.22%
G 180 of 471 ~ 38.22%
B 111 of 471 ~ 23.57'%

%38.22
%38.22
%23.57

CMYK color model

#B4B46F color CMYK value is (0,0,38,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 29.41%

CMYK: (0,0,38,29)
C0M0Y38K29 (0%, 0%, 38%, 29%)
(0.00 / 0.00 / 0.38 / 0.29)

CMYK percentages

%0
%0
%38.33
%29.41

Codes

Color #B4B46F in popluar color models

B4 B4 6F
RGB 180 180 111
HSL 60° 31.51% 57.06%
HSB/HSV 60° 38.33% 70.59%
CMYK 0.00% 0.00% 38.33%
29.41%

Color #B4B46F in popluar number systems.

HEX B4 B4 6F
Decimal 180 180 111
Binary 10110100 10110100 1101111
Octal 264 264 157

Shades and tints

Shades of #B4B46F

#B4B46F
(180,180,111)
#A4A465
(164,164,101)
#94945B
(148,148,91)
#848451
(132,132,81)
#747447
(116,116,71)
#64643D
(100,100,61)
#545433
(84,84,51)
#444429
(68,68,41)
#34341F
(52,52,31)
#242415
(36,36,21)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #B4B46F

#B4B46F
(180,180,111)
#BABA7C
(186,186,124)
#C0C089
(192,192,137)
#C6C696
(198,198,150)
#CCCCA3
(204,204,163)
#D2D2B0
(210,210,176)
#D8D8BD
(216,216,189)
#DEDECA
(222,222,202)
#E4E4D7
(228,228,215)
#EAEAE4
(234,234,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B46F; }

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

This text font color is #B4B46F.

Background Color

.myBgColor { background-color: #B4B46F; }

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

This div background color is #B4B46F.

Border color

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

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

This div border color is #B4B46F.

Opacity

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

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

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

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

This text has shadow with #B4B46F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B46F.

Preview

Color preview on black background

This text has color #B4B46F on black background.


Color preview on white background

This text has color #B4B46F on white background.


Black color preview on #B4B46F background

This text has black color on #B4B46F background.


White color preview on #B4B46F background

This text has white color on #B4B46F background.


Related colors

Complementary color

Complementary color for #hex is #4B4B90.


I love getcolorcode.com