COLOR #B4B57F

HEX: #B4B57F
RGB: (180,181,127)

Color info

#B4B57F contains red, green and blue colors in about the same proportion. Web safe color of #B4B57F is #CCCC66 (or #CC6).

RGB color model

#B4B57F color RGB value is (180,181,127).

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

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 127 of 255 = 50%

180
181
127

R + G + B ~ 64%. #B4B57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 181 + 127 = 488 (100%)
R 180 of 488 ~ 36.89%
G 181 of 488 ~ 37.09%
B 127 of 488 ~ 26.02%

%36.89
%37.09
%26.02

CMYK color model

#B4B57F color CMYK value is (1,0,30,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(1,0,30,29)
C1M0Y30K29 
(1%,0%,30%,29%)
(0.01/0.00/0.30/0.29)	

CMYK percentages

%0.55
%0
%29.83
%29.02

Codes

Color #B4B57F in popluar color models

B4B57F
RGB180181127
HSL61°26.73%60.39%
HSB/HSV61°29.83%70.98%
CMYK0.55%0.00%29.83%
29.02%

Color #B4B57F in popluar number systems.

HEXB4B57F
Decimal180181127
Binary10110100101101011111111
Octal264265177

Shades and tints

Shades of #B4B57F

#B4B57F
(180,181,127)
#A4A574
(164,165,116)
#949569
(148,149,105)
#84855E
(132,133,94)
#747553
(116,117,83)
#646548
(100,101,72)
#54553D
(84,85,61)
#444532
(68,69,50)
#343527
(52,53,39)
#24251C
(36,37,28)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #B4B57F

#B4B57F
(180,181,127)
#BABB8A
(186,187,138)
#C0C195
(192,193,149)
#C6C7A0
(198,199,160)
#CCCDAB
(204,205,171)
#D2D3B6
(210,211,182)
#D8D9C1
(216,217,193)
#DEDFCC
(222,223,204)
#E4E5D7
(228,229,215)
#EAEBE2
(234,235,226)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B57F; }

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

This text font color is #B4B57F.


Background Color

.myBgColor { background-color: #B4B57F; }

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

This div background color is #B4B57F.


Border color

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

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

This div border color is #B4B57F.


Opacity

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

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

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

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

This text has shadow with #B4B57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B57F on black background.


Color preview on white background

This text has color #B4B57F on white background.



Black color preview on #B4B57F background

This text has black color on #B4B57F background.


White color preview on #B4B57F background

This text has white color on #B4B57F background.