COLOR #BFA074

HEX: #BFA074
RGB: (191,160,116)

Color info

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

RGB color model

#BFA074 color RGB value is (191,160,116).

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

RGB channels and saturation

R 191 of 255 = 75%
G 160 of 255 = 63%
B 116 of 255 = 45%

191
160
116

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

Portions of RGB colors in percentages

R + G + B =
191 + 160 + 116 = 467 (100%)
R 191 of 467 ~ 40.9%
G 160 of 467 ~ 34.26%
B 116 of 467 ~ 24.84%

%40.9
%34.26
%24.84

CMYK color model

#BFA074 color CMYK value is (0,16,39,25).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 39.27%
  • key color value is 25.10%
CMYK:
(0,16,39,25)
C0M16Y39K25 
(0%,16%,39%,25%)
(0.00/0.16/0.39/0.25)	

CMYK percentages

%0
%16.23
%39.27
%25.1

Codes

Color #BFA074 in popluar color models

BFA074
RGB191160116
HSL35°36.95%60.20%
HSB/HSV35°39.27%74.90%
CMYK0.00%16.23%39.27%
25.10%

Color #BFA074 in popluar number systems.

HEXBFA074
Decimal191160116
Binary10111111101000001110100
Octal277240164

Shades and tints

Shades of #BFA074

#BFA074
(191,160,116)
#AE926A
(174,146,106)
#9D8460
(157,132,96)
#8C7656
(140,118,86)
#7B684C
(123,104,76)
#6A5A42
(106,90,66)
#594C38
(89,76,56)
#483E2E
(72,62,46)
#373024
(55,48,36)
#26221A
(38,34,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #BFA074

#BFA074
(191,160,116)
#C4A880
(196,168,128)
#C9B08C
(201,176,140)
#CEB898
(206,184,152)
#D3C0A4
(211,192,164)
#D8C8B0
(216,200,176)
#DDD0BC
(221,208,188)
#E2D8C8
(226,216,200)
#E7E0D4
(231,224,212)
#ECE8E0
(236,232,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA074; }

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

This text font color is #BFA074.


Background Color

.myBgColor { background-color: #BFA074; }

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

This div background color is #BFA074.


Border color

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

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

This div border color is #BFA074.


Opacity

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

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

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

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

This text has shadow with #BFA074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA074 on black background.


Color preview on white background

This text has color #BFA074 on white background.



Black color preview on #BFA074 background

This text has black color on #BFA074 background.


White color preview on #BFA074 background

This text has white color on #BFA074 background.