COLOR #BFAC89

HEX: #BFAC89
RGB: (191,172,137)

Color info

#BFAC89 contains red, green and blue colors in about the same proportion. Web safe color of #BFAC89 is #CC9999 (or #C99).

RGB color model

#BFAC89 color RGB value is (191,172,137).

  • red value is 191;
  • green value is 172;
  • blue value is 137.
RGB:
(191,172,137)
(75%,67%,54%)

RGB channels and saturation

R 191 of 255 = 75%
G 172 of 255 = 67%
B 137 of 255 = 54%

191
172
137

R + G + B ~ 65%. #BFAC89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 172 + 137 = 500 (100%)
R 191 of 500 ~ 38.2%
G 172 of 500 ~ 34.4%
B 137 of 500 ~ 27.4%

%38.2
%34.4
%27.4

CMYK color model

#BFAC89 color CMYK value is (0,10,28,25).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 28.27%
  • key color value is 25.10%
CMYK:
(0,10,28,25)
C0M10Y28K25 
(0%,10%,28%,25%)
(0.00/0.10/0.28/0.25)	

CMYK percentages

%0
%9.95
%28.27
%25.1

Codes

Color #BFAC89 in popluar color models

BFAC89
RGB191172137
HSL39°29.67%64.31%
HSB/HSV39°28.27%74.90%
CMYK0.00%9.95%28.27%
25.10%

Color #BFAC89 in popluar number systems.

HEXBFAC89
Decimal191172137
Binary101111111010110010001001
Octal277254211

Shades and tints

Shades of #BFAC89

#BFAC89
(191,172,137)
#AE9D7D
(174,157,125)
#9D8E71
(157,142,113)
#8C7F65
(140,127,101)
#7B7059
(123,112,89)
#6A614D
(106,97,77)
#595241
(89,82,65)
#484335
(72,67,53)
#373429
(55,52,41)
#26251D
(38,37,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #BFAC89

#BFAC89
(191,172,137)
#C4B393
(196,179,147)
#C9BA9D
(201,186,157)
#CEC1A7
(206,193,167)
#D3C8B1
(211,200,177)
#D8CFBB
(216,207,187)
#DDD6C5
(221,214,197)
#E2DDCF
(226,221,207)
#E7E4D9
(231,228,217)
#ECEBE3
(236,235,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAC89 color. Also use rgb(191,172,137) instead hex code.

Text Font Color

.myTextColor { color: #BFAC89; }

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

This text font color is #BFAC89.


Background Color

.myBgColor { background-color: #BFAC89; }

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

This div background color is #BFAC89.


Border color

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

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

This div border color is #BFAC89.


Opacity

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

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

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

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

This text has shadow with #BFAC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAC89 on black background.


Color preview on white background

This text has color #BFAC89 on white background.



Black color preview on #BFAC89 background

This text has black color on #BFAC89 background.


White color preview on #BFAC89 background

This text has white color on #BFAC89 background.