COLOR #BFAF61

HEX: #BFAF61
RGB: (191,175,97)

Color info

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

RGB color model

#BFAF61 color RGB value is (191,175,97).

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

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 97 of 255 = 38%

191
175
97

R + G + B ~ 61%. #BFAF61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 97 = 463 (100%)
R 191 of 463 ~ 41.25%
G 175 of 463 ~ 37.8%
B 97 of 463 ~ 20.95%

%41.25
%37.8
%20.95

CMYK color model

#BFAF61 color CMYK value is (0,8,49,25).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 49.21%
  • key color value is 25.10%
CMYK:
(0,8,49,25)
C0M8Y49K25 
(0%,8%,49%,25%)
(0.00/0.08/0.49/0.25)	

CMYK percentages

%0
%8.38
%49.21
%25.1

Codes

Color #BFAF61 in popluar color models

BFAF61
RGB19117597
HSL50°42.34%56.47%
HSB/HSV50°49.21%74.90%
CMYK0.00%8.38%49.21%
25.10%

Color #BFAF61 in popluar number systems.

HEXBFAF61
Decimal19117597
Binary10111111101011111100001
Octal277257141

Shades and tints

Shades of #BFAF61

#BFAF61
(191,175,97)
#AEA059
(174,160,89)
#9D9151
(157,145,81)
#8C8249
(140,130,73)
#7B7341
(123,115,65)
#6A6439
(106,100,57)
#595531
(89,85,49)
#484629
(72,70,41)
#373721
(55,55,33)
#262819
(38,40,25)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #BFAF61

#BFAF61
(191,175,97)
#C4B66F
(196,182,111)
#C9BD7D
(201,189,125)
#CEC48B
(206,196,139)
#D3CB99
(211,203,153)
#D8D2A7
(216,210,167)
#DDD9B5
(221,217,181)
#E2E0C3
(226,224,195)
#E7E7D1
(231,231,209)
#ECEEDF
(236,238,223)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAF61; }

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

This text font color is #BFAF61.


Background Color

.myBgColor { background-color: #BFAF61; }

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

This div background color is #BFAF61.


Border color

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

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

This div border color is #BFAF61.


Opacity

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

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

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

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

This text has shadow with #BFAF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAF61 on black background.


Color preview on white background

This text has color #BFAF61 on white background.



Black color preview on #BFAF61 background

This text has black color on #BFAF61 background.


White color preview on #BFAF61 background

This text has white color on #BFAF61 background.