COLOR #BFAF74

HEX: #BFAF74
RGB: (191,175,116)

Color info

#BFAF74 contains mainly red and green colors. Web safe color of #BFAF74 is #CC9966 (or #C96).

RGB color model

#BFAF74 color RGB value is (191,175,116).

  • red value is 191;
  • green value is 175;
  • blue value is 116.
RGB:
(191,175,116)
(75%,69%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 116 of 255 = 45%

191
175
116

R + G + B ~ 63%. #BFAF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 116 = 482 (100%)
R 191 of 482 ~ 39.63%
G 175 of 482 ~ 36.31%
B 116 of 482 ~ 24.07%

%39.63
%36.31
%24.07

CMYK color model

#BFAF74 color CMYK value is (0,8,39,25).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 39.27%
  • key color value is 25.10%
CMYK:
(0,8,39,25)
C0M8Y39K25 
(0%,8%,39%,25%)
(0.00/0.08/0.39/0.25)	

CMYK percentages

%0
%8.38
%39.27
%25.1

Codes

Color #BFAF74 in popluar color models

BFAF74
RGB191175116
HSL47°36.95%60.20%
HSB/HSV47°39.27%74.90%
CMYK0.00%8.38%39.27%
25.10%

Color #BFAF74 in popluar number systems.

HEXBFAF74
Decimal191175116
Binary10111111101011111110100
Octal277257164

Shades and tints

Shades of #BFAF74

#BFAF74
(191,175,116)
#AEA06A
(174,160,106)
#9D9160
(157,145,96)
#8C8256
(140,130,86)
#7B734C
(123,115,76)
#6A6442
(106,100,66)
#595538
(89,85,56)
#48462E
(72,70,46)
#373724
(55,55,36)
#26281A
(38,40,26)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #BFAF74

#BFAF74
(191,175,116)
#C4B680
(196,182,128)
#C9BD8C
(201,189,140)
#CEC498
(206,196,152)
#D3CBA4
(211,203,164)
#D8D2B0
(216,210,176)
#DDD9BC
(221,217,188)
#E2E0C8
(226,224,200)
#E7E7D4
(231,231,212)
#ECEEE0
(236,238,224)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAF74 color. Also use rgb(191,175,116) instead hex code.

Text Font Color

.myTextColor { color: #BFAF74; }

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

This text font color is #BFAF74.


Background Color

.myBgColor { background-color: #BFAF74; }

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

This div background color is #BFAF74.


Border color

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

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

This div border color is #BFAF74.


Opacity

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

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

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

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

This text has shadow with #BFAF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAF74 on black background.


Color preview on white background

This text has color #BFAF74 on white background.



Black color preview on #BFAF74 background

This text has black color on #BFAF74 background.


White color preview on #BFAF74 background

This text has white color on #BFAF74 background.