COLOR #B4B56D

HEX: #B4B56D
RGB: (180,181,109)

Color info

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

RGB color model

#B4B56D color RGB value is (180,181,109).

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

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 109 of 255 = 43%

180
181
109

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

Portions of RGB colors in percentages

R + G + B =
180 + 181 + 109 = 470 (100%)
R 180 of 470 ~ 38.3%
G 181 of 470 ~ 38.51%
B 109 of 470 ~ 23.19%

%38.3
%38.51
%23.19

CMYK color model

#B4B56D color CMYK value is (1,0,40,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(1,0,40,29)
C1M0Y40K29 
(1%,0%,40%,29%)
(0.01/0.00/0.40/0.29)	

CMYK percentages

%0.55
%0
%39.78
%29.02

Codes

Color #B4B56D in popluar color models

B4B56D
RGB180181109
HSL61°32.73%56.86%
HSB/HSV61°39.78%70.98%
CMYK0.55%0.00%39.78%
29.02%

Color #B4B56D in popluar number systems.

HEXB4B56D
Decimal180181109
Binary10110100101101011101101
Octal264265155

Shades and tints

Shades of #B4B56D

#B4B56D
(180,181,109)
#A4A564
(164,165,100)
#94955B
(148,149,91)
#848552
(132,133,82)
#747549
(116,117,73)
#646540
(100,101,64)
#545537
(84,85,55)
#44452E
(68,69,46)
#343525
(52,53,37)
#24251C
(36,37,28)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4B56D

#B4B56D
(180,181,109)
#BABB7A
(186,187,122)
#C0C187
(192,193,135)
#C6C794
(198,199,148)
#CCCDA1
(204,205,161)
#D2D3AE
(210,211,174)
#D8D9BB
(216,217,187)
#DEDFC8
(222,223,200)
#E4E5D5
(228,229,213)
#EAEBE2
(234,235,226)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B56D; }

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

This text font color is #B4B56D.


Background Color

.myBgColor { background-color: #B4B56D; }

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

This div background color is #B4B56D.


Border color

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

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

This div border color is #B4B56D.


Opacity

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

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

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

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

This text has shadow with #B4B56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B56D on black background.


Color preview on white background

This text has color #B4B56D on white background.



Black color preview on #B4B56D background

This text has black color on #B4B56D background.


White color preview on #B4B56D background

This text has white color on #B4B56D background.