COLOR #BFAA7E

HEX: #BFAA7E
RGB: (191,170,126)

Color info

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

RGB color model

#BFAA7E color RGB value is (191,170,126).

  • red value is 191;
  • green value is 170;
  • blue value is 126.
RGB:
(191,170,126)
(75%,67%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 126 of 255 = 49%

191
170
126

R + G + B ~ 64%. #BFAA7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 170 + 126 = 487 (100%)
R 191 of 487 ~ 39.22%
G 170 of 487 ~ 34.91%
B 126 of 487 ~ 25.87%

%39.22
%34.91
%25.87

CMYK color model

#BFAA7E color CMYK value is (0,11,34,25).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 34.03%
  • key color value is 25.10%
CMYK:
(0,11,34,25)
C0M11Y34K25 
(0%,11%,34%,25%)
(0.00/0.11/0.34/0.25)	

CMYK percentages

%0
%10.99
%34.03
%25.1

Codes

Color #BFAA7E in popluar color models

BFAA7E
RGB191170126
HSL41°33.68%62.16%
HSB/HSV41°34.03%74.90%
CMYK0.00%10.99%34.03%
25.10%

Color #BFAA7E in popluar number systems.

HEXBFAA7E
Decimal191170126
Binary10111111101010101111110
Octal277252176

Shades and tints

Shades of #BFAA7E

#BFAA7E
(191,170,126)
#AE9B73
(174,155,115)
#9D8C68
(157,140,104)
#8C7D5D
(140,125,93)
#7B6E52
(123,110,82)
#6A5F47
(106,95,71)
#59503C
(89,80,60)
#484131
(72,65,49)
#373226
(55,50,38)
#26231B
(38,35,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #BFAA7E

#BFAA7E
(191,170,126)
#C4B189
(196,177,137)
#C9B894
(201,184,148)
#CEBF9F
(206,191,159)
#D3C6AA
(211,198,170)
#D8CDB5
(216,205,181)
#DDD4C0
(221,212,192)
#E2DBCB
(226,219,203)
#E7E2D6
(231,226,214)
#ECE9E1
(236,233,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAA7E color. Also use rgb(191,170,126) instead hex code.

Text Font Color

.myTextColor { color: #BFAA7E; }

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

This text font color is #BFAA7E.


Background Color

.myBgColor { background-color: #BFAA7E; }

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

This div background color is #BFAA7E.


Border color

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

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

This div border color is #BFAA7E.


Opacity

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

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

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

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

This text has shadow with #BFAA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAA7E on black background.


Color preview on white background

This text has color #BFAA7E on white background.



Black color preview on #BFAA7E background

This text has black color on #BFAA7E background.


White color preview on #BFAA7E background

This text has white color on #BFAA7E background.