COLOR #BFA6A0

HEX: #BFA6A0
RGB: (191,166,160)

Color info

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

RGB color model

#BFA6A0 color RGB value is (191,166,160).

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

RGB channels and saturation

R 191 of 255 = 75%
G 166 of 255 = 65%
B 160 of 255 = 63%

191
166
160

R + G + B ~ 68%. #BFA6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 166 + 160 = 517 (100%)
R 191 of 517 ~ 36.94%
G 166 of 517 ~ 32.11%
B 160 of 517 ~ 30.95%

%36.94
%32.11
%30.95

CMYK color model

#BFA6A0 color CMYK value is (0,13,16,25).

  • cyan value is 0.00%
  • magenta value is 13.09%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(0,13,16,25)
C0M13Y16K25 
(0%,13%,16%,25%)
(0.00/0.13/0.16/0.25)	

CMYK percentages

%0
%13.09
%16.23
%25.1

Codes

Color #BFA6A0 in popluar color models

BFA6A0
RGB191166160
HSL12°19.50%68.82%
HSB/HSV12°16.23%74.90%
CMYK0.00%13.09%16.23%
25.10%

Color #BFA6A0 in popluar number systems.

HEXBFA6A0
Decimal191166160
Binary101111111010011010100000
Octal277246240

Shades and tints

Shades of #BFA6A0

#BFA6A0
(191,166,160)
#AE9792
(174,151,146)
#9D8884
(157,136,132)
#8C7976
(140,121,118)
#7B6A68
(123,106,104)
#6A5B5A
(106,91,90)
#594C4C
(89,76,76)
#483D3E
(72,61,62)
#372E30
(55,46,48)
#261F22
(38,31,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #BFA6A0

#BFA6A0
(191,166,160)
#C4AEA8
(196,174,168)
#C9B6B0
(201,182,176)
#CEBEB8
(206,190,184)
#D3C6C0
(211,198,192)
#D8CEC8
(216,206,200)
#DDD6D0
(221,214,208)
#E2DED8
(226,222,216)
#E7E6E0
(231,230,224)
#ECEEE8
(236,238,232)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA6A0; }

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

This text font color is #BFA6A0.


Background Color

.myBgColor { background-color: #BFA6A0; }

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

This div background color is #BFA6A0.


Border color

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

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

This div border color is #BFA6A0.


Opacity

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

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

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

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

This text has shadow with #BFA6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA6A0 on black background.


Color preview on white background

This text has color #BFA6A0 on white background.



Black color preview on #BFA6A0 background

This text has black color on #BFA6A0 background.


White color preview on #BFA6A0 background

This text has white color on #BFA6A0 background.