COLOR #B4B986

HEX: #B4B986
RGB: (180,185,134)

Color info

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

RGB color model

#B4B986 color RGB value is (180,185,134).

  • red value is 180;
  • green value is 185;
  • blue value is 134.
RGB:
(180,185,134)
(71%,73%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 134 of 255 = 53%

180
185
134

R + G + B ~ 66%. #B4B986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 134 = 499 (100%)
R 180 of 499 ~ 36.07%
G 185 of 499 ~ 37.07%
B 134 of 499 ~ 26.85%

%36.07
%37.07
%26.85

CMYK color model

#B4B986 color CMYK value is (3,0,28,27).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 27.45%
CMYK:
(3,0,28,27)
C3M0Y28K27 
(3%,0%,28%,27%)
(0.03/0.00/0.28/0.27)	

CMYK percentages

%2.7
%0
%27.57
%27.45

Codes

Color #B4B986 in popluar color models

B4B986
RGB180185134
HSL66°26.70%62.55%
HSB/HSV66°27.57%72.55%
CMYK2.70%0.00%27.57%
27.45%

Color #B4B986 in popluar number systems.

HEXB4B986
Decimal180185134
Binary101101001011100110000110
Octal264271206

Shades and tints

Shades of #B4B986

#B4B986
(180,185,134)
#A4A97A
(164,169,122)
#94996E
(148,153,110)
#848962
(132,137,98)
#747956
(116,121,86)
#64694A
(100,105,74)
#54593E
(84,89,62)
#444932
(68,73,50)
#343926
(52,57,38)
#24291A
(36,41,26)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #B4B986

#B4B986
(180,185,134)
#BABF91
(186,191,145)
#C0C59C
(192,197,156)
#C6CBA7
(198,203,167)
#CCD1B2
(204,209,178)
#D2D7BD
(210,215,189)
#D8DDC8
(216,221,200)
#DEE3D3
(222,227,211)
#E4E9DE
(228,233,222)
#EAEFE9
(234,239,233)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B986 color. Also use rgb(180,185,134) instead hex code.

Text Font Color

.myTextColor { color: #B4B986; }

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

This text font color is #B4B986.


Background Color

.myBgColor { background-color: #B4B986; }

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

This div background color is #B4B986.


Border color

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

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

This div border color is #B4B986.


Opacity

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

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

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

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

This text has shadow with #B4B986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B986 on black background.


Color preview on white background

This text has color #B4B986 on white background.



Black color preview on #B4B986 background

This text has black color on #B4B986 background.


White color preview on #B4B986 background

This text has white color on #B4B986 background.