COLOR #BFA36D

HEX: #BFA36D
RGB: (191,163,109)

Color info

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

RGB color model

#BFA36D color RGB value is (191,163,109).

  • red value is 191;
  • green value is 163;
  • blue value is 109.
RGB:
(191,163,109)
(75%,64%,43%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 109 of 255 = 43%

191
163
109

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

Portions of RGB colors in percentages

R + G + B =
191 + 163 + 109 = 463 (100%)
R 191 of 463 ~ 41.25%
G 163 of 463 ~ 35.21%
B 109 of 463 ~ 23.54%

%41.25
%35.21
%23.54

CMYK color model

#BFA36D color CMYK value is (0,15,43,25).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 42.93%
  • key color value is 25.10%
CMYK:
(0,15,43,25)
C0M15Y43K25 
(0%,15%,43%,25%)
(0.00/0.15/0.43/0.25)	

CMYK percentages

%0
%14.66
%42.93
%25.1

Codes

Color #BFA36D in popluar color models

BFA36D
RGB191163109
HSL40°39.05%58.82%
HSB/HSV40°42.93%74.90%
CMYK0.00%14.66%42.93%
25.10%

Color #BFA36D in popluar number systems.

HEXBFA36D
Decimal191163109
Binary10111111101000111101101
Octal277243155

Shades and tints

Shades of #BFA36D

#BFA36D
(191,163,109)
#AE9564
(174,149,100)
#9D875B
(157,135,91)
#8C7952
(140,121,82)
#7B6B49
(123,107,73)
#6A5D40
(106,93,64)
#594F37
(89,79,55)
#48412E
(72,65,46)
#373325
(55,51,37)
#26251C
(38,37,28)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #BFA36D

#BFA36D
(191,163,109)
#C4AB7A
(196,171,122)
#C9B387
(201,179,135)
#CEBB94
(206,187,148)
#D3C3A1
(211,195,161)
#D8CBAE
(216,203,174)
#DDD3BB
(221,211,187)
#E2DBC8
(226,219,200)
#E7E3D5
(231,227,213)
#ECEBE2
(236,235,226)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA36D color. Also use rgb(191,163,109) instead hex code.

Text Font Color

.myTextColor { color: #BFA36D; }

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

This text font color is #BFA36D.


Background Color

.myBgColor { background-color: #BFA36D; }

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

This div background color is #BFA36D.


Border color

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

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

This div border color is #BFA36D.


Opacity

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

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

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

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

This text has shadow with #BFA36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA36D on black background.


Color preview on white background

This text has color #BFA36D on white background.



Black color preview on #BFA36D background

This text has black color on #BFA36D background.


White color preview on #BFA36D background

This text has white color on #BFA36D background.