COLOR #B4BE8D

HEX: #B4BE8D RGB: (180,190,141)

Color info

#B4BE8D contains red, green and blue colors in about the same proportion. Web safe color of #B4BE8D is #CCCC99 (or #CC9).

RGB color model

#B4BE8D color RGB value is (180,190,141).

RGB: (180,190,141) (71%, 75%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 141 of 255 = 55%

180
190
141

R + G + B ~ 67%. #B4BE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 190 + 141 = 511 (100%)
R 180 of 511 ~ 35.23%
G 190 of 511 ~ 37.18%
B 141 of 511 ~ 27.59'%

%35.23
%37.18
%27.59

CMYK color model

#B4BE8D color CMYK value is (5,0,26,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%

CMYK: (5,0,26,25)
C5M0Y26K25 (5%, 0%, 26%, 25%)
(0.05 / 0.00 / 0.26 / 0.25)

CMYK percentages

%5.26
%0
%25.79
%25.49

Codes

Color #B4BE8D in popluar color models

B4 BE 8D
RGB 180 190 141
HSL 72° 27.37% 64.90%
HSB/HSV 72° 25.79% 74.51%
CMYK 5.26% 0.00% 25.79%
25.49%

Color #B4BE8D in popluar number systems.

HEX B4 BE 8D
Decimal 180 190 141
Binary 10110100 10111110 10001101
Octal 264 276 215

Shades and tints

Shades of #B4BE8D

#B4BE8D
(180,190,141)
#A4AD81
(164,173,129)
#949C75
(148,156,117)
#848B69
(132,139,105)
#747A5D
(116,122,93)
#646951
(100,105,81)
#545845
(84,88,69)
#444739
(68,71,57)
#34362D
(52,54,45)
#242521
(36,37,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4BE8D

#B4BE8D
(180,190,141)
#BAC397
(186,195,151)
#C0C8A1
(192,200,161)
#C6CDAB
(198,205,171)
#CCD2B5
(204,210,181)
#D2D7BF
(210,215,191)
#D8DCC9
(216,220,201)
#DEE1D3
(222,225,211)
#E4E6DD
(228,230,221)
#EAEBE7
(234,235,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BE8D; }

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

This text font color is #B4BE8D.

Background Color

.myBgColor { background-color: #B4BE8D; }

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

This div background color is #B4BE8D.

Border color

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

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

This div border color is #B4BE8D.

Opacity

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

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

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

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

This text has shadow with #B4BE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BE8D.

Preview

Color preview on black background

This text has color #B4BE8D on black background.


Color preview on white background

This text has color #B4BE8D on white background.


Black color preview on #B4BE8D background

This text has black color on #B4BE8D background.


White color preview on #B4BE8D background

This text has white color on #B4BE8D background.


Related colors

Complementary color

Complementary color for #hex is #4B4172.


I love getcolorcode.com

Triadic colors

1 #8DB4BE and #BE8DB4 with #B4BE8D are triadic colors.

2 #8DBEB4 and #BEB48D with #B4BE8D are triadic colors.