COLOR #BFA745

HEX: #BFA745
RGB: (191,167,69)

Color info

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

RGB color model

#BFA745 color RGB value is (191,167,69).

  • red value is 191;
  • green value is 167;
  • blue value is 69.
RGB:
(191,167,69)
(75%,65%,27%)

RGB channels and saturation

R 191 of 255 = 75%
G 167 of 255 = 65%
B 69 of 255 = 27%

191
167
69

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

Portions of RGB colors in percentages

R + G + B =
191 + 167 + 69 = 427 (100%)
R 191 of 427 ~ 44.73%
G 167 of 427 ~ 39.11%
B 69 of 427 ~ 16.16%

%44.73
%39.11
%16.16

CMYK color model

#BFA745 color CMYK value is (0,13,64,25).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 63.87%
  • key color value is 25.10%
CMYK:
(0,13,64,25)
C0M13Y64K25 
(0%,13%,64%,25%)
(0.00/0.13/0.64/0.25)	

CMYK percentages

%0
%12.57
%63.87
%25.1

Codes

Color #BFA745 in popluar color models

BFA745
RGB19116769
HSL48°48.80%50.98%
HSB/HSV48°63.87%74.90%
CMYK0.00%12.57%63.87%
25.10%

Color #BFA745 in popluar number systems.

HEXBFA745
Decimal19116769
Binary10111111101001111000101
Octal277247105

Shades and tints

Shades of #BFA745

#BFA745
(191,167,69)
#AE983F
(174,152,63)
#9D8939
(157,137,57)
#8C7A33
(140,122,51)
#7B6B2D
(123,107,45)
#6A5C27
(106,92,39)
#594D21
(89,77,33)
#483E1B
(72,62,27)
#372F15
(55,47,21)
#26200F
(38,32,15)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #BFA745

#BFA745
(191,167,69)
#C4AF55
(196,175,85)
#C9B765
(201,183,101)
#CEBF75
(206,191,117)
#D3C785
(211,199,133)
#D8CF95
(216,207,149)
#DDD7A5
(221,215,165)
#E2DFB5
(226,223,181)
#E7E7C5
(231,231,197)
#ECEFD5
(236,239,213)
#F1F7E5
(241,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA745 color. Also use rgb(191,167,69) instead hex code.

Text Font Color

.myTextColor { color: #BFA745; }

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

This text font color is #BFA745.


Background Color

.myBgColor { background-color: #BFA745; }

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

This div background color is #BFA745.


Border color

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

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

This div border color is #BFA745.


Opacity

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

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

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

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

This text has shadow with #BFA745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA745 on black background.


Color preview on white background

This text has color #BFA745 on white background.



Black color preview on #BFA745 background

This text has black color on #BFA745 background.


White color preview on #BFA745 background

This text has white color on #BFA745 background.