COLOR #B4B56F

HEX: #B4B56F
RGB: (180,181,111)

Color info

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

RGB color model

#B4B56F color RGB value is (180,181,111).

  • red value is 180;
  • green value is 181;
  • blue value is 111.
RGB:
(180,181,111)
(71%,71%,44%)

RGB channels and saturation

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

180
181
111

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

Portions of RGB colors in percentages

R + G + B =
180 + 181 + 111 = 472 (100%)
R 180 of 472 ~ 38.14%
G 181 of 472 ~ 38.35%
B 111 of 472 ~ 23.52%

%38.14
%38.35
%23.52

CMYK color model

#B4B56F color CMYK value is (1,0,39,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 29.02%
CMYK:
(1,0,39,29)
C1M0Y39K29 
(1%,0%,39%,29%)
(0.01/0.00/0.39/0.29)	

CMYK percentages

%0.55
%0
%38.67
%29.02

Codes

Color #B4B56F in popluar color models

B4B56F
RGB180181111
HSL61°32.11%57.25%
HSB/HSV61°38.67%70.98%
CMYK0.55%0.00%38.67%
29.02%

Color #B4B56F in popluar number systems.

HEXB4B56F
Decimal180181111
Binary10110100101101011101111
Octal264265157

Shades and tints

Shades of #B4B56F

#B4B56F
(180,181,111)
#A4A565
(164,165,101)
#94955B
(148,149,91)
#848551
(132,133,81)
#747547
(116,117,71)
#64653D
(100,101,61)
#545533
(84,85,51)
#444529
(68,69,41)
#34351F
(52,53,31)
#242515
(36,37,21)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #B4B56F

#B4B56F
(180,181,111)
#BABB7C
(186,187,124)
#C0C189
(192,193,137)
#C6C796
(198,199,150)
#CCCDA3
(204,205,163)
#D2D3B0
(210,211,176)
#D8D9BD
(216,217,189)
#DEDFCA
(222,223,202)
#E4E5D7
(228,229,215)
#EAEBE4
(234,235,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B56F; }

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

This text font color is #B4B56F.


Background Color

.myBgColor { background-color: #B4B56F; }

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

This div background color is #B4B56F.


Border color

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

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

This div border color is #B4B56F.


Opacity

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

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

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

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

This text has shadow with #B4B56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B56F on black background.


Color preview on white background

This text has color #B4B56F on white background.



Black color preview on #B4B56F background

This text has black color on #B4B56F background.


White color preview on #B4B56F background

This text has white color on #B4B56F background.