COLOR #B4B791

HEX: #B4B791
RGB: (180,183,145)

Color info

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

RGB color model

#B4B791 color RGB value is (180,183,145).

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

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 145 of 255 = 57%

180
183
145

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

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 145 = 508 (100%)
R 180 of 508 ~ 35.43%
G 183 of 508 ~ 36.02%
B 145 of 508 ~ 28.54%

%35.43
%36.02
%28.54

CMYK color model

#B4B791 color CMYK value is (2,0,21,28).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(2,0,21,28)
C2M0Y21K28 
(2%,0%,21%,28%)
(0.02/0.00/0.21/0.28)	

CMYK percentages

%1.64
%0
%20.77
%28.24

Codes

Color #B4B791 in popluar color models

B4B791
RGB180183145
HSL65°20.88%64.31%
HSB/HSV65°20.77%71.76%
CMYK1.64%0.00%20.77%
28.24%

Color #B4B791 in popluar number systems.

HEXB4B791
Decimal180183145
Binary101101001011011110010001
Octal264267221

Shades and tints

Shades of #B4B791

#B4B791
(180,183,145)
#A4A784
(164,167,132)
#949777
(148,151,119)
#84876A
(132,135,106)
#74775D
(116,119,93)
#646750
(100,103,80)
#545743
(84,87,67)
#444736
(68,71,54)
#343729
(52,55,41)
#24271C
(36,39,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #B4B791

#B4B791
(180,183,145)
#BABD9B
(186,189,155)
#C0C3A5
(192,195,165)
#C6C9AF
(198,201,175)
#CCCFB9
(204,207,185)
#D2D5C3
(210,213,195)
#D8DBCD
(216,219,205)
#DEE1D7
(222,225,215)
#E4E7E1
(228,231,225)
#EAEDEB
(234,237,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B791; }

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

This text font color is #B4B791.


Background Color

.myBgColor { background-color: #B4B791; }

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

This div background color is #B4B791.


Border color

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

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

This div border color is #B4B791.


Opacity

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

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

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

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

This text has shadow with #B4B791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B791 on black background.


Color preview on white background

This text has color #B4B791 on white background.



Black color preview on #B4B791 background

This text has black color on #B4B791 background.


White color preview on #B4B791 background

This text has white color on #B4B791 background.