COLOR #B4B469

HEX: #B4B469 RGB: (180,180,105)

Color info

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

RGB color model

#B4B469 color RGB value is (180,180,105).

RGB: (180,180,105) (71%, 71%, 41%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 105 of 255 = 41%

180
180
105

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

Portions of RGB colors in percentages

R + G + B = 180 + 180 + 105 = 465 (100%)
R 180 of 465 ~ 38.71%
G 180 of 465 ~ 38.71%
B 105 of 465 ~ 22.58'%

%38.71
%38.71
%22.58

CMYK color model

#B4B469 color CMYK value is (0,0,42,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 29.41%

CMYK: (0,0,42,29)
C0M0Y42K29 (0%, 0%, 42%, 29%)
(0.00 / 0.00 / 0.42 / 0.29)

CMYK percentages

%0
%0
%41.67
%29.41

Codes

Color #B4B469 in popluar color models

B4 B4 69
RGB 180 180 105
HSL 60° 33.33% 55.88%
HSB/HSV 60° 41.67% 70.59%
CMYK 0.00% 0.00% 41.67%
29.41%

Color #B4B469 in popluar number systems.

HEX B4 B4 69
Decimal 180 180 105
Binary 10110100 10110100 1101001
Octal 264 264 151

Shades and tints

Shades of #B4B469

#B4B469
(180,180,105)
#A4A460
(164,164,96)
#949457
(148,148,87)
#84844E
(132,132,78)
#747445
(116,116,69)
#64643C
(100,100,60)
#545433
(84,84,51)
#44442A
(68,68,42)
#343421
(52,52,33)
#242418
(36,36,24)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #B4B469

#B4B469
(180,180,105)
#BABA76
(186,186,118)
#C0C083
(192,192,131)
#C6C690
(198,198,144)
#CCCC9D
(204,204,157)
#D2D2AA
(210,210,170)
#D8D8B7
(216,216,183)
#DEDEC4
(222,222,196)
#E4E4D1
(228,228,209)
#EAEADE
(234,234,222)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B469; }

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

This text font color is #B4B469.

Background Color

.myBgColor { background-color: #B4B469; }

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

This div background color is #B4B469.

Border color

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

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

This div border color is #B4B469.

Opacity

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

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

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

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

This text has shadow with #B4B469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B469.

Preview

Color preview on black background

This text has color #B4B469 on black background.


Color preview on white background

This text has color #B4B469 on white background.


Black color preview on #B4B469 background

This text has black color on #B4B469 background.


White color preview on #B4B469 background

This text has white color on #B4B469 background.


Related colors

Complementary color

Complementary color for #hex is #4B4B96.


I love getcolorcode.com