COLOR #BFAF65

HEX: #BFAF65
RGB: (191,175,101)

Color info

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

RGB color model

#BFAF65 color RGB value is (191,175,101).

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

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 101 of 255 = 40%

191
175
101

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

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 101 = 467 (100%)
R 191 of 467 ~ 40.9%
G 175 of 467 ~ 37.47%
B 101 of 467 ~ 21.63%

%40.9
%37.47
%21.63

CMYK color model

#BFAF65 color CMYK value is (0,8,47,25).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 47.12%
  • key color value is 25.10%
CMYK:
(0,8,47,25)
C0M8Y47K25 
(0%,8%,47%,25%)
(0.00/0.08/0.47/0.25)	

CMYK percentages

%0
%8.38
%47.12
%25.1

Codes

Color #BFAF65 in popluar color models

BFAF65
RGB191175101
HSL49°41.28%57.25%
HSB/HSV49°47.12%74.90%
CMYK0.00%8.38%47.12%
25.10%

Color #BFAF65 in popluar number systems.

HEXBFAF65
Decimal191175101
Binary10111111101011111100101
Octal277257145

Shades and tints

Shades of #BFAF65

#BFAF65
(191,175,101)
#AEA05C
(174,160,92)
#9D9153
(157,145,83)
#8C824A
(140,130,74)
#7B7341
(123,115,65)
#6A6438
(106,100,56)
#59552F
(89,85,47)
#484626
(72,70,38)
#37371D
(55,55,29)
#262814
(38,40,20)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #BFAF65

#BFAF65
(191,175,101)
#C4B673
(196,182,115)
#C9BD81
(201,189,129)
#CEC48F
(206,196,143)
#D3CB9D
(211,203,157)
#D8D2AB
(216,210,171)
#DDD9B9
(221,217,185)
#E2E0C7
(226,224,199)
#E7E7D5
(231,231,213)
#ECEEE3
(236,238,227)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAF65; }

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

This text font color is #BFAF65.


Background Color

.myBgColor { background-color: #BFAF65; }

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

This div background color is #BFAF65.


Border color

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

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

This div border color is #BFAF65.


Opacity

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

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

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

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

This text has shadow with #BFAF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAF65 on black background.


Color preview on white background

This text has color #BFAF65 on white background.



Black color preview on #BFAF65 background

This text has black color on #BFAF65 background.


White color preview on #BFAF65 background

This text has white color on #BFAF65 background.