COLOR #B4BEA1

HEX: #B4BEA1
RGB: (180,190,161)

Color info

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

RGB color model

#B4BEA1 color RGB value is (180,190,161).

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

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 161 of 255 = 63%

180
190
161

R + G + B ~ 70%. #B4BEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 161 = 531 (100%)
R 180 of 531 ~ 33.9%
G 190 of 531 ~ 35.78%
B 161 of 531 ~ 30.32%

%33.9
%35.78
%30.32

CMYK color model

#B4BEA1 color CMYK value is (5,0,15,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(5,0,15,25)
C5M0Y15K25 
(5%,0%,15%,25%)
(0.05/0.00/0.15/0.25)	

CMYK percentages

%5.26
%0
%15.26
%25.49

Codes

Color #B4BEA1 in popluar color models

B4BEA1
RGB180190161
HSL81°18.24%68.82%
HSB/HSV81°15.26%74.51%
CMYK5.26%0.00%15.26%
25.49%

Color #B4BEA1 in popluar number systems.

HEXB4BEA1
Decimal180190161
Binary101101001011111010100001
Octal264276241

Shades and tints

Shades of #B4BEA1

#B4BEA1
(180,190,161)
#A4AD93
(164,173,147)
#949C85
(148,156,133)
#848B77
(132,139,119)
#747A69
(116,122,105)
#64695B
(100,105,91)
#54584D
(84,88,77)
#44473F
(68,71,63)
#343631
(52,54,49)
#242523
(36,37,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4BEA1

#B4BEA1
(180,190,161)
#BAC3A9
(186,195,169)
#C0C8B1
(192,200,177)
#C6CDB9
(198,205,185)
#CCD2C1
(204,210,193)
#D2D7C9
(210,215,201)
#D8DCD1
(216,220,209)
#DEE1D9
(222,225,217)
#E4E6E1
(228,230,225)
#EAEBE9
(234,235,233)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEA1; }

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

This text font color is #B4BEA1.


Background Color

.myBgColor { background-color: #B4BEA1; }

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

This div background color is #B4BEA1.


Border color

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

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

This div border color is #B4BEA1.


Opacity

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

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

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

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

This text has shadow with #B4BEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEA1 on black background.


Color preview on white background

This text has color #B4BEA1 on white background.



Black color preview on #B4BEA1 background

This text has black color on #B4BEA1 background.


White color preview on #B4BEA1 background

This text has white color on #B4BEA1 background.