COLOR #B4BE98

HEX: #B4BE98
RGB: (180,190,152)

Color info

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

RGB color model

#B4BE98 color RGB value is (180,190,152).

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

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 152 of 255 = 60%

180
190
152

R + G + B ~ 69%. #B4BE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 152 = 522 (100%)
R 180 of 522 ~ 34.48%
G 190 of 522 ~ 36.4%
B 152 of 522 ~ 29.12%

%34.48
%36.4
%29.12

CMYK color model

#B4BE98 color CMYK value is (5,0,20,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(5,0,20,25)
C5M0Y20K25 
(5%,0%,20%,25%)
(0.05/0.00/0.20/0.25)	

CMYK percentages

%5.26
%0
%20
%25.49

Codes

Color #B4BE98 in popluar color models

B4BE98
RGB180190152
HSL76°22.62%67.06%
HSB/HSV76°20.00%74.51%
CMYK5.26%0.00%20.00%
25.49%

Color #B4BE98 in popluar number systems.

HEXB4BE98
Decimal180190152
Binary101101001011111010011000
Octal264276230

Shades and tints

Shades of #B4BE98

#B4BE98
(180,190,152)
#A4AD8B
(164,173,139)
#949C7E
(148,156,126)
#848B71
(132,139,113)
#747A64
(116,122,100)
#646957
(100,105,87)
#54584A
(84,88,74)
#44473D
(68,71,61)
#343630
(52,54,48)
#242523
(36,37,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #B4BE98

#B4BE98
(180,190,152)
#BAC3A1
(186,195,161)
#C0C8AA
(192,200,170)
#C6CDB3
(198,205,179)
#CCD2BC
(204,210,188)
#D2D7C5
(210,215,197)
#D8DCCE
(216,220,206)
#DEE1D7
(222,225,215)
#E4E6E0
(228,230,224)
#EAEBE9
(234,235,233)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BE98; }

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

This text font color is #B4BE98.


Background Color

.myBgColor { background-color: #B4BE98; }

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

This div background color is #B4BE98.


Border color

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

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

This div border color is #B4BE98.


Opacity

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

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

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

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

This text has shadow with #B4BE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BE98 on black background.


Color preview on white background

This text has color #B4BE98 on white background.



Black color preview on #B4BE98 background

This text has black color on #B4BE98 background.


White color preview on #B4BE98 background

This text has white color on #B4BE98 background.