COLOR #B4BE8C

HEX: #B4BE8C
RGB: (180,190,140)

Color info

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

RGB color model

#B4BE8C color RGB value is (180,190,140).

  • red value is 180;
  • green value is 190;
  • blue value is 140.
RGB:
(180,190,140)
(71%,75%,55%)

RGB channels and saturation

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

180
190
140

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

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 140 = 510 (100%)
R 180 of 510 ~ 35.29%
G 190 of 510 ~ 37.25%
B 140 of 510 ~ 27.45%

%35.29
%37.25
%27.45

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • 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
%26.32
%25.49

Codes

Color #B4BE8C in popluar color models

B4BE8C
RGB180190140
HSL72°27.78%64.71%
HSB/HSV72°26.32%74.51%
CMYK5.26%0.00%26.32%
25.49%

Color #B4BE8C in popluar number systems.

HEXB4BE8C
Decimal180190140
Binary101101001011111010001100
Octal264276214

Shades and tints

Shades of #B4BE8C

#B4BE8C
(180,190,140)
#A4AD80
(164,173,128)
#949C74
(148,156,116)
#848B68
(132,139,104)
#747A5C
(116,122,92)
#646950
(100,105,80)
#545844
(84,88,68)
#444738
(68,71,56)
#34362C
(52,54,44)
#242520
(36,37,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B4BE8C

#B4BE8C
(180,190,140)
#BAC396
(186,195,150)
#C0C8A0
(192,200,160)
#C6CDAA
(198,205,170)
#CCD2B4
(204,210,180)
#D2D7BE
(210,215,190)
#D8DCC8
(216,220,200)
#DEE1D2
(222,225,210)
#E4E6DC
(228,230,220)
#EAEBE6
(234,235,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BE8C; }

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

This text font color is #B4BE8C.


Background Color

.myBgColor { background-color: #B4BE8C; }

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

This div background color is #B4BE8C.


Border color

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

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

This div border color is #B4BE8C.


Opacity

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

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

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

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

This text has shadow with #B4BE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BE8C on black background.


Color preview on white background

This text has color #B4BE8C on white background.



Black color preview on #B4BE8C background

This text has black color on #B4BE8C background.


White color preview on #B4BE8C background

This text has white color on #B4BE8C background.