COLOR #BFBC7D

HEX: #BFBC7D RGB: (191,188,125)

Color info

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

RGB color model

#BFBC7D color RGB value is (191,188,125).

RGB: (191,188,125) (75%, 74%, 49%)

RGB channels and saturation

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

191
188
125

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

Portions of RGB colors in percentages

R + G + B = 191 + 188 + 125 = 504 (100%)
R 191 of 504 ~ 37.9%
G 188 of 504 ~ 37.3%
B 125 of 504 ~ 24.8'%

%37.9
%37.3
%24.8

CMYK color model

#BFBC7D color CMYK value is (0,2,35,25).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 34.55%
  • key color value is 25.10%

CMYK: (0,2,35,25)
C0M2Y35K25 (0%, 2%, 35%, 25%)
(0.00 / 0.02 / 0.35 / 0.25)

CMYK percentages

%0
%1.57
%34.55
%25.1

Codes

Color #BFBC7D in popluar color models

BF BC 7D
RGB 191 188 125
HSL 57° 34.02% 61.96%
HSB/HSV 57° 34.55% 74.90%
CMYK 0.00% 1.57% 34.55%
25.10%

Color #BFBC7D in popluar number systems.

HEX BF BC 7D
Decimal 191 188 125
Binary 10111111 10111100 1111101
Octal 277 274 175

Shades and tints

Shades of #BFBC7D

#BFBC7D
(191,188,125)
#AEAB72
(174,171,114)
#9D9A67
(157,154,103)
#8C895C
(140,137,92)
#7B7851
(123,120,81)
#6A6746
(106,103,70)
#59563B
(89,86,59)
#484530
(72,69,48)
#373425
(55,52,37)
#26231A
(38,35,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #BFBC7D

#BFBC7D
(191,188,125)
#C4C288
(196,194,136)
#C9C893
(201,200,147)
#CECE9E
(206,206,158)
#D3D4A9
(211,212,169)
#D8DAB4
(216,218,180)
#DDE0BF
(221,224,191)
#E2E6CA
(226,230,202)
#E7ECD5
(231,236,213)
#ECF2E0
(236,242,224)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBC7D; }

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

This text font color is #BFBC7D.

Background Color

.myBgColor { background-color: #BFBC7D; }

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

This div background color is #BFBC7D.

Border color

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

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

This div border color is #BFBC7D.

Opacity

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

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

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

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

This text has shadow with #BFBC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBC7D.

Preview

Color preview on black background

This text has color #BFBC7D on black background.


Color preview on white background

This text has color #BFBC7D on white background.


Black color preview on #BFBC7D background

This text has black color on #BFBC7D background.


White color preview on #BFBC7D background

This text has white color on #BFBC7D background.


Related colors

Complementary color

Complementary color for #hex is #404382.


I love getcolorcode.com

Triadic colors

1 #7DBFBC and #BC7DBF with #BFBC7D are triadic colors.

2 #7DBCBF and #BCBF7D with #BFBC7D are triadic colors.