COLOR #B4B59F

HEX: #B4B59F
RGB: (180,181,159)

Color info

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

RGB color model

#B4B59F color RGB value is (180,181,159).

  • red value is 180;
  • green value is 181;
  • blue value is 159.
RGB:
(180,181,159)
(71%,71%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 159 of 255 = 62%

180
181
159

R + G + B ~ 68%. #B4B59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 181 + 159 = 520 (100%)
R 180 of 520 ~ 34.62%
G 181 of 520 ~ 34.81%
B 159 of 520 ~ 30.58%

%34.62
%34.81
%30.58

CMYK color model

#B4B59F color CMYK value is (1,0,12,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(1,0,12,29)
C1M0Y12K29 
(1%,0%,12%,29%)
(0.01/0.00/0.12/0.29)	

CMYK percentages

%0.55
%0
%12.15
%29.02

Codes

Color #B4B59F in popluar color models

B4B59F
RGB180181159
HSL63°12.94%66.67%
HSB/HSV63°12.15%70.98%
CMYK0.55%0.00%12.15%
29.02%

Color #B4B59F in popluar number systems.

HEXB4B59F
Decimal180181159
Binary101101001011010110011111
Octal264265237

Shades and tints

Shades of #B4B59F

#B4B59F
(180,181,159)
#A4A591
(164,165,145)
#949583
(148,149,131)
#848575
(132,133,117)
#747567
(116,117,103)
#646559
(100,101,89)
#54554B
(84,85,75)
#44453D
(68,69,61)
#34352F
(52,53,47)
#242521
(36,37,33)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4B59F

#B4B59F
(180,181,159)
#BABBA7
(186,187,167)
#C0C1AF
(192,193,175)
#C6C7B7
(198,199,183)
#CCCDBF
(204,205,191)
#D2D3C7
(210,211,199)
#D8D9CF
(216,217,207)
#DEDFD7
(222,223,215)
#E4E5DF
(228,229,223)
#EAEBE7
(234,235,231)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B59F color. Also use rgb(180,181,159) instead hex code.

Text Font Color

.myTextColor { color: #B4B59F; }

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

This text font color is #B4B59F.


Background Color

.myBgColor { background-color: #B4B59F; }

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

This div background color is #B4B59F.


Border color

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

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

This div border color is #B4B59F.


Opacity

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

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

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

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

This text has shadow with #B4B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B59F on black background.


Color preview on white background

This text has color #B4B59F on white background.



Black color preview on #B4B59F background

This text has black color on #B4B59F background.


White color preview on #B4B59F background

This text has white color on #B4B59F background.