COLOR #B4B667

HEX: #B4B667
RGB: (180,182,103)

Color info

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

RGB color model

#B4B667 color RGB value is (180,182,103).

  • red value is 180;
  • green value is 182;
  • blue value is 103.
RGB:
(180,182,103)
(71%,71%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 182 of 255 = 71%
B 103 of 255 = 40%

180
182
103

R + G + B ~ 61%. #B4B667 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 182 + 103 = 465 (100%)
R 180 of 465 ~ 38.71%
G 182 of 465 ~ 39.14%
B 103 of 465 ~ 22.15%

%38.71
%39.14
%22.15

CMYK color model

#B4B667 color CMYK value is (1,0,43,29).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 28.63%
CMYK:
(1,0,43,29)
C1M0Y43K29 
(1%,0%,43%,29%)
(0.01/0.00/0.43/0.29)	

CMYK percentages

%1.1
%0
%43.41
%28.63

Codes

Color #B4B667 in popluar color models

B4B667
RGB180182103
HSL62°35.11%55.88%
HSB/HSV62°43.41%71.37%
CMYK1.10%0.00%43.41%
28.63%

Color #B4B667 in popluar number systems.

HEXB4B667
Decimal180182103
Binary10110100101101101100111
Octal264266147

Shades and tints

Shades of #B4B667

#B4B667
(180,182,103)
#A4A65E
(164,166,94)
#949655
(148,150,85)
#84864C
(132,134,76)
#747643
(116,118,67)
#64663A
(100,102,58)
#545631
(84,86,49)
#444628
(68,70,40)
#34361F
(52,54,31)
#242616
(36,38,22)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #B4B667

#B4B667
(180,182,103)
#BABC74
(186,188,116)
#C0C281
(192,194,129)
#C6C88E
(198,200,142)
#CCCE9B
(204,206,155)
#D2D4A8
(210,212,168)
#D8DAB5
(216,218,181)
#DEE0C2
(222,224,194)
#E4E6CF
(228,230,207)
#EAECDC
(234,236,220)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B667; }

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

This text font color is #B4B667.


Background Color

.myBgColor { background-color: #B4B667; }

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

This div background color is #B4B667.


Border color

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

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

This div border color is #B4B667.


Opacity

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

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

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

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

This text has shadow with #B4B667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B667 on black background.


Color preview on white background

This text has color #B4B667 on white background.



Black color preview on #B4B667 background

This text has black color on #B4B667 background.


White color preview on #B4B667 background

This text has white color on #B4B667 background.