COLOR #BFAC88

HEX: #BFAC88
RGB: (191,172,136)

Color info

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

RGB color model

#BFAC88 color RGB value is (191,172,136).

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

RGB channels and saturation

R 191 of 255 = 75%
G 172 of 255 = 67%
B 136 of 255 = 53%

191
172
136

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

Portions of RGB colors in percentages

R + G + B =
191 + 172 + 136 = 499 (100%)
R 191 of 499 ~ 38.28%
G 172 of 499 ~ 34.47%
B 136 of 499 ~ 27.25%

%38.28
%34.47
%27.25

CMYK color model

#BFAC88 color CMYK value is (0,10,29,25).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(0,10,29,25)
C0M10Y29K25 
(0%,10%,29%,25%)
(0.00/0.10/0.29/0.25)	

CMYK percentages

%0
%9.95
%28.8
%25.1

Codes

Color #BFAC88 in popluar color models

BFAC88
RGB191172136
HSL39°30.05%64.12%
HSB/HSV39°28.80%74.90%
CMYK0.00%9.95%28.80%
25.10%

Color #BFAC88 in popluar number systems.

HEXBFAC88
Decimal191172136
Binary101111111010110010001000
Octal277254210

Shades and tints

Shades of #BFAC88

#BFAC88
(191,172,136)
#AE9D7C
(174,157,124)
#9D8E70
(157,142,112)
#8C7F64
(140,127,100)
#7B7058
(123,112,88)
#6A614C
(106,97,76)
#595240
(89,82,64)
#484334
(72,67,52)
#373428
(55,52,40)
#26251C
(38,37,28)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #BFAC88

#BFAC88
(191,172,136)
#C4B392
(196,179,146)
#C9BA9C
(201,186,156)
#CEC1A6
(206,193,166)
#D3C8B0
(211,200,176)
#D8CFBA
(216,207,186)
#DDD6C4
(221,214,196)
#E2DDCE
(226,221,206)
#E7E4D8
(231,228,216)
#ECEBE2
(236,235,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAC88; }

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

This text font color is #BFAC88.


Background Color

.myBgColor { background-color: #BFAC88; }

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

This div background color is #BFAC88.


Border color

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

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

This div border color is #BFAC88.


Opacity

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

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

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

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

This text has shadow with #BFAC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAC88 on black background.


Color preview on white background

This text has color #BFAC88 on white background.



Black color preview on #BFAC88 background

This text has black color on #BFAC88 background.


White color preview on #BFAC88 background

This text has white color on #BFAC88 background.