COLOR #B4BD91

HEX: #B4BD91
RGB: (180,189,145)

Color info

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

RGB color model

#B4BD91 color RGB value is (180,189,145).

  • red value is 180;
  • green value is 189;
  • blue value is 145.
RGB:
(180,189,145)
(71%,74%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 145 of 255 = 57%

180
189
145

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

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 145 = 514 (100%)
R 180 of 514 ~ 35.02%
G 189 of 514 ~ 36.77%
B 145 of 514 ~ 28.21%

%35.02
%36.77
%28.21

CMYK color model

#B4BD91 color CMYK value is (5,0,23,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK:
(5,0,23,26)
C5M0Y23K26 
(5%,0%,23%,26%)
(0.05/0.00/0.23/0.26)	

CMYK percentages

%4.76
%0
%23.28
%25.88

Codes

Color #B4BD91 in popluar color models

B4BD91
RGB180189145
HSL72°25.00%65.49%
HSB/HSV72°23.28%74.12%
CMYK4.76%0.00%23.28%
25.88%

Color #B4BD91 in popluar number systems.

HEXB4BD91
Decimal180189145
Binary101101001011110110010001
Octal264275221

Shades and tints

Shades of #B4BD91

#B4BD91
(180,189,145)
#A4AC84
(164,172,132)
#949B77
(148,155,119)
#848A6A
(132,138,106)
#74795D
(116,121,93)
#646850
(100,104,80)
#545743
(84,87,67)
#444636
(68,70,54)
#343529
(52,53,41)
#24241C
(36,36,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B4BD91

#B4BD91
(180,189,145)
#BAC39B
(186,195,155)
#C0C9A5
(192,201,165)
#C6CFAF
(198,207,175)
#CCD5B9
(204,213,185)
#D2DBC3
(210,219,195)
#D8E1CD
(216,225,205)
#DEE7D7
(222,231,215)
#E4EDE1
(228,237,225)
#EAF3EB
(234,243,235)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BD91; }

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

This text font color is #B4BD91.


Background Color

.myBgColor { background-color: #B4BD91; }

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

This div background color is #B4BD91.


Border color

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

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

This div border color is #B4BD91.


Opacity

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

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

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

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

This text has shadow with #B4BD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BD91 on black background.


Color preview on white background

This text has color #B4BD91 on white background.



Black color preview on #B4BD91 background

This text has black color on #B4BD91 background.


White color preview on #B4BD91 background

This text has white color on #B4BD91 background.