COLOR #B4B644

HEX: #B4B644 RGB: (180,182,68)

Color info

#B4B644 contains mainly red and green colors. Web safe color of #B4B644 is #CCCC33 (or #CC3).

RGB color model

#B4B644 color RGB value is (180,182,68).

RGB: (180,182,68) (71%, 71%, 27%)

RGB channels and saturation

R 180 of 255 = 71%
G 182 of 255 = 71%
B 68 of 255 = 27%

180
182
68

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

Portions of RGB colors in percentages

R + G + B = 180 + 182 + 68 = 430 (100%)
R 180 of 430 ~ 41.86%
G 182 of 430 ~ 42.33%
B 68 of 430 ~ 15.81'%

%41.86
%42.33
%15.81

CMYK color model

#B4B644 color CMYK value is (1,0,63,29).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 28.63%

CMYK: (1,0,63,29)
C1M0Y63K29 (1%, 0%, 63%, 29%)
(0.01 / 0.00 / 0.63 / 0.29)

CMYK percentages

%1.1
%0
%62.64
%28.63

Codes

Color #B4B644 in popluar color models

B4 B6 44
RGB 180 182 68
HSL 61° 45.60% 49.02%
HSB/HSV 61° 62.64% 71.37%
CMYK 1.10% 0.00% 62.64%
28.63%

Color #B4B644 in popluar number systems.

HEX B4 B6 44
Decimal 180 182 68
Binary 10110100 10110110 1000100
Octal 264 266 104

Shades and tints

Shades of #B4B644

#B4B644
(180,182,68)
#A4A63E
(164,166,62)
#949638
(148,150,56)
#848632
(132,134,50)
#74762C
(116,118,44)
#646626
(100,102,38)
#545620
(84,86,32)
#44461A
(68,70,26)
#343614
(52,54,20)
#24260E
(36,38,14)
#141608
(20,22,8)
#000000
(0,0,0)

Tints of #B4B644

#B4B644
(180,182,68)
#BABC55
(186,188,85)
#C0C266
(192,194,102)
#C6C877
(198,200,119)
#CCCE88
(204,206,136)
#D2D499
(210,212,153)
#D8DAAA
(216,218,170)
#DEE0BB
(222,224,187)
#E4E6CC
(228,230,204)
#EAECDD
(234,236,221)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B644; }

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

This text font color is #B4B644.

Background Color

.myBgColor { background-color: #B4B644; }

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

This div background color is #B4B644.

Border color

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

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

This div border color is #B4B644.

Opacity

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

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

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

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

This text has shadow with #B4B644 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B644.

Preview

Color preview on black background

This text has color #B4B644 on black background.


Color preview on white background

This text has color #B4B644 on white background.


Black color preview on #B4B644 background

This text has black color on #B4B644 background.


White color preview on #B4B644 background

This text has white color on #B4B644 background.


Related colors

Complementary color

Complementary color for #hex is #4B49BB.


I love getcolorcode.com

Triadic colors

1 #44B4B6 and #B644B4 with #B4B644 are triadic colors.

2 #44B6B4 and #B6B444 with #B4B644 are triadic colors.