COLOR #BFB247

HEX: #BFB247
RGB: (191,178,71)

Color info

#BFB247 contains mainly red and green colors. Web safe color of #BFB247 is #CC9933 (or #C93).

RGB color model

#BFB247 color RGB value is (191,178,71).

  • red value is 191;
  • green value is 178;
  • blue value is 71.
RGB:
(191,178,71)
(75%,70%,28%)

RGB channels and saturation

R 191 of 255 = 75%
G 178 of 255 = 70%
B 71 of 255 = 28%

191
178
71

R + G + B ~ 58%. #BFB247 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 178 + 71 = 440 (100%)
R 191 of 440 ~ 43.41%
G 178 of 440 ~ 40.45%
B 71 of 440 ~ 16.14%

%43.41
%40.45
%16.14

CMYK color model

#BFB247 color CMYK value is (0,7,63,25).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 62.83%
  • key color value is 25.10%
CMYK:
(0,7,63,25)
C0M7Y63K25 
(0%,7%,63%,25%)
(0.00/0.07/0.63/0.25)	

CMYK percentages

%0
%6.81
%62.83
%25.1

Codes

Color #BFB247 in popluar color models

BFB247
RGB19117871
HSL54°48.39%51.37%
HSB/HSV54°62.83%74.90%
CMYK0.00%6.81%62.83%
25.10%

Color #BFB247 in popluar number systems.

HEXBFB247
Decimal19117871
Binary10111111101100101000111
Octal277262107

Shades and tints

Shades of #BFB247

#BFB247
(191,178,71)
#AEA241
(174,162,65)
#9D923B
(157,146,59)
#8C8235
(140,130,53)
#7B722F
(123,114,47)
#6A6229
(106,98,41)
#595223
(89,82,35)
#48421D
(72,66,29)
#373217
(55,50,23)
#262211
(38,34,17)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #BFB247

#BFB247
(191,178,71)
#C4B957
(196,185,87)
#C9C067
(201,192,103)
#CEC777
(206,199,119)
#D3CE87
(211,206,135)
#D8D597
(216,213,151)
#DDDCA7
(221,220,167)
#E2E3B7
(226,227,183)
#E7EAC7
(231,234,199)
#ECF1D7
(236,241,215)
#F1F8E7
(241,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB247 color. Also use rgb(191,178,71) instead hex code.

Text Font Color

.myTextColor { color: #BFB247; }

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

This text font color is #BFB247.


Background Color

.myBgColor { background-color: #BFB247; }

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

This div background color is #BFB247.


Border color

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

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

This div border color is #BFB247.


Opacity

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

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

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

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

This text has shadow with #BFB247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB247 on black background.


Color preview on white background

This text has color #BFB247 on white background.



Black color preview on #BFB247 background

This text has black color on #BFB247 background.


White color preview on #BFB247 background

This text has white color on #BFB247 background.