COLOR #BFA68C

HEX: #BFA68C
RGB: (191,166,140)

Color info

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

RGB color model

#BFA68C color RGB value is (191,166,140).

  • red value is 191;
  • green value is 166;
  • blue value is 140.
RGB:
(191,166,140)
(75%,65%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 166 of 255 = 65%
B 140 of 255 = 55%

191
166
140

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

Portions of RGB colors in percentages

R + G + B =
191 + 166 + 140 = 497 (100%)
R 191 of 497 ~ 38.43%
G 166 of 497 ~ 33.4%
B 140 of 497 ~ 28.17%

%38.43
%33.4
%28.17

CMYK color model

#BFA68C color CMYK value is (0,13,27,25).

  • cyan value is 0.00%
  • magenta value is 13.09%
  • yellow value is 26.70%
  • key color value is 25.10%
CMYK:
(0,13,27,25)
C0M13Y27K25 
(0%,13%,27%,25%)
(0.00/0.13/0.27/0.25)	

CMYK percentages

%0
%13.09
%26.7
%25.1

Codes

Color #BFA68C in popluar color models

BFA68C
RGB191166140
HSL31°28.49%64.90%
HSB/HSV31°26.70%74.90%
CMYK0.00%13.09%26.70%
25.10%

Color #BFA68C in popluar number systems.

HEXBFA68C
Decimal191166140
Binary101111111010011010001100
Octal277246214

Shades and tints

Shades of #BFA68C

#BFA68C
(191,166,140)
#AE9780
(174,151,128)
#9D8874
(157,136,116)
#8C7968
(140,121,104)
#7B6A5C
(123,106,92)
#6A5B50
(106,91,80)
#594C44
(89,76,68)
#483D38
(72,61,56)
#372E2C
(55,46,44)
#261F20
(38,31,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #BFA68C

#BFA68C
(191,166,140)
#C4AE96
(196,174,150)
#C9B6A0
(201,182,160)
#CEBEAA
(206,190,170)
#D3C6B4
(211,198,180)
#D8CEBE
(216,206,190)
#DDD6C8
(221,214,200)
#E2DED2
(226,222,210)
#E7E6DC
(231,230,220)
#ECEEE6
(236,238,230)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA68C color. Also use rgb(191,166,140) instead hex code.

Text Font Color

.myTextColor { color: #BFA68C; }

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

This text font color is #BFA68C.


Background Color

.myBgColor { background-color: #BFA68C; }

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

This div background color is #BFA68C.


Border color

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

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

This div border color is #BFA68C.


Opacity

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

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

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

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

This text has shadow with #BFA68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA68C on black background.


Color preview on white background

This text has color #BFA68C on white background.



Black color preview on #BFA68C background

This text has black color on #BFA68C background.


White color preview on #BFA68C background

This text has white color on #BFA68C background.