COLOR #B4B445

HEX: #B4B445
RGB: (180,180,69)

Color info

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

RGB color model

#B4B445 color RGB value is (180,180,69).

  • red value is 180;
  • green value is 180;
  • blue value is 69.
RGB:
(180,180,69)
(71%,71%,27%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 69 of 255 = 27%

180
180
69

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 69 = 429 (100%)
R 180 of 429 ~ 41.96%
G 180 of 429 ~ 41.96%
B 69 of 429 ~ 16.08%

%41.96
%41.96
%16.08

CMYK color model

#B4B445 color CMYK value is (0,0,62,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 29.41%
CMYK:
(0,0,62,29)
C0M0Y62K29 
(0%,0%,62%,29%)
(0.00/0.00/0.62/0.29)	

CMYK percentages

%0
%0
%61.67
%29.41

Codes

Color #B4B445 in popluar color models

B4B445
RGB18018069
HSL60°44.58%48.82%
HSB/HSV60°61.67%70.59%
CMYK0.00%0.00%61.67%
29.41%

Color #B4B445 in popluar number systems.

HEXB4B445
Decimal18018069
Binary10110100101101001000101
Octal264264105

Shades and tints

Shades of #B4B445

#B4B445
(180,180,69)
#A4A43F
(164,164,63)
#949439
(148,148,57)
#848433
(132,132,51)
#74742D
(116,116,45)
#646427
(100,100,39)
#545421
(84,84,33)
#44441B
(68,68,27)
#343415
(52,52,21)
#24240F
(36,36,15)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #B4B445

#B4B445
(180,180,69)
#BABA55
(186,186,85)
#C0C065
(192,192,101)
#C6C675
(198,198,117)
#CCCC85
(204,204,133)
#D2D295
(210,210,149)
#D8D8A5
(216,216,165)
#DEDEB5
(222,222,181)
#E4E4C5
(228,228,197)
#EAEAD5
(234,234,213)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B445; }

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

This text font color is #B4B445.


Background Color

.myBgColor { background-color: #B4B445; }

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

This div background color is #B4B445.


Border color

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

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

This div border color is #B4B445.


Opacity

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

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

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

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

This text has shadow with #B4B445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B445 on black background.


Color preview on white background

This text has color #B4B445 on white background.



Black color preview on #B4B445 background

This text has black color on #B4B445 background.


White color preview on #B4B445 background

This text has white color on #B4B445 background.