COLOR #BFBC7E

HEX: #BFBC7E
RGB: (191,188,126)

Color info

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

RGB color model

#BFBC7E color RGB value is (191,188,126).

  • red value is 191;
  • green value is 188;
  • blue value is 126.
RGB:
(191,188,126)
(75%,74%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 126 of 255 = 49%

191
188
126

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

Portions of RGB colors in percentages

R + G + B =
191 + 188 + 126 = 505 (100%)
R 191 of 505 ~ 37.82%
G 188 of 505 ~ 37.23%
B 126 of 505 ~ 24.95%

%37.82
%37.23
%24.95

CMYK color model

#BFBC7E color CMYK value is (0,2,34,25).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 34.03%
  • key color value is 25.10%
CMYK:
(0,2,34,25)
C0M2Y34K25 
(0%,2%,34%,25%)
(0.00/0.02/0.34/0.25)	

CMYK percentages

%0
%1.57
%34.03
%25.1

Codes

Color #BFBC7E in popluar color models

BFBC7E
RGB191188126
HSL57°33.68%62.16%
HSB/HSV57°34.03%74.90%
CMYK0.00%1.57%34.03%
25.10%

Color #BFBC7E in popluar number systems.

HEXBFBC7E
Decimal191188126
Binary10111111101111001111110
Octal277274176

Shades and tints

Shades of #BFBC7E

#BFBC7E
(191,188,126)
#AEAB73
(174,171,115)
#9D9A68
(157,154,104)
#8C895D
(140,137,93)
#7B7852
(123,120,82)
#6A6747
(106,103,71)
#59563C
(89,86,60)
#484531
(72,69,49)
#373426
(55,52,38)
#26231B
(38,35,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #BFBC7E

#BFBC7E
(191,188,126)
#C4C289
(196,194,137)
#C9C894
(201,200,148)
#CECE9F
(206,206,159)
#D3D4AA
(211,212,170)
#D8DAB5
(216,218,181)
#DDE0C0
(221,224,192)
#E2E6CB
(226,230,203)
#E7ECD6
(231,236,214)
#ECF2E1
(236,242,225)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBC7E color. Also use rgb(191,188,126) instead hex code.

Text Font Color

.myTextColor { color: #BFBC7E; }

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

This text font color is #BFBC7E.


Background Color

.myBgColor { background-color: #BFBC7E; }

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

This div background color is #BFBC7E.


Border color

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

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

This div border color is #BFBC7E.


Opacity

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

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

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

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

This text has shadow with #BFBC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBC7E on black background.


Color preview on white background

This text has color #BFBC7E on white background.



Black color preview on #BFBC7E background

This text has black color on #BFBC7E background.


White color preview on #BFBC7E background

This text has white color on #BFBC7E background.