COLOR #BFB57F

HEX: #BFB57F
RGB: (191,181,127)

Color info

#BFB57F contains mainly red and green colors. Web safe color of #BFB57F is #CCCC66 (or #CC6).

RGB color model

#BFB57F color RGB value is (191,181,127).

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

RGB channels and saturation

R 191 of 255 = 75%
G 181 of 255 = 71%
B 127 of 255 = 50%

191
181
127

R + G + B ~ 65%. #BFB57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 181 + 127 = 499 (100%)
R 191 of 499 ~ 38.28%
G 181 of 499 ~ 36.27%
B 127 of 499 ~ 25.45%

%38.28
%36.27
%25.45

CMYK color model

#BFB57F color CMYK value is (0,5,34,25).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 33.51%
  • key color value is 25.10%
CMYK:
(0,5,34,25)
C0M5Y34K25 
(0%,5%,34%,25%)
(0.00/0.05/0.34/0.25)	

CMYK percentages

%0
%5.24
%33.51
%25.1

Codes

Color #BFB57F in popluar color models

BFB57F
RGB191181127
HSL51°33.33%62.35%
HSB/HSV51°33.51%74.90%
CMYK0.00%5.24%33.51%
25.10%

Color #BFB57F in popluar number systems.

HEXBFB57F
Decimal191181127
Binary10111111101101011111111
Octal277265177

Shades and tints

Shades of #BFB57F

#BFB57F
(191,181,127)
#AEA574
(174,165,116)
#9D9569
(157,149,105)
#8C855E
(140,133,94)
#7B7553
(123,117,83)
#6A6548
(106,101,72)
#59553D
(89,85,61)
#484532
(72,69,50)
#373527
(55,53,39)
#26251C
(38,37,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #BFB57F

#BFB57F
(191,181,127)
#C4BB8A
(196,187,138)
#C9C195
(201,193,149)
#CEC7A0
(206,199,160)
#D3CDAB
(211,205,171)
#D8D3B6
(216,211,182)
#DDD9C1
(221,217,193)
#E2DFCC
(226,223,204)
#E7E5D7
(231,229,215)
#ECEBE2
(236,235,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB57F; }

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

This text font color is #BFB57F.


Background Color

.myBgColor { background-color: #BFB57F; }

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

This div background color is #BFB57F.


Border color

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

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

This div border color is #BFB57F.


Opacity

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

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

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

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

This text has shadow with #BFB57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB57F on black background.


Color preview on white background

This text has color #BFB57F on white background.



Black color preview on #BFB57F background

This text has black color on #BFB57F background.


White color preview on #BFB57F background

This text has white color on #BFB57F background.