COLOR #BFA4A0

HEX: #BFA4A0
RGB: (191,164,160)

Color info

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

RGB color model

#BFA4A0 color RGB value is (191,164,160).

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

RGB channels and saturation

R 191 of 255 = 75%
G 164 of 255 = 64%
B 160 of 255 = 63%

191
164
160

R + G + B ~ 67%. #BFA4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 164 + 160 = 515 (100%)
R 191 of 515 ~ 37.09%
G 164 of 515 ~ 31.84%
B 160 of 515 ~ 31.07%

%37.09
%31.84
%31.07

CMYK color model

#BFA4A0 color CMYK value is (0,14,16,25).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(0,14,16,25)
C0M14Y16K25 
(0%,14%,16%,25%)
(0.00/0.14/0.16/0.25)	

CMYK percentages

%0
%14.14
%16.23
%25.1

Codes

Color #BFA4A0 in popluar color models

BFA4A0
RGB191164160
HSL19.50%68.82%
HSB/HSV16.23%74.90%
CMYK0.00%14.14%16.23%
25.10%

Color #BFA4A0 in popluar number systems.

HEXBFA4A0
Decimal191164160
Binary101111111010010010100000
Octal277244240

Shades and tints

Shades of #BFA4A0

#BFA4A0
(191,164,160)
#AE9692
(174,150,146)
#9D8884
(157,136,132)
#8C7A76
(140,122,118)
#7B6C68
(123,108,104)
#6A5E5A
(106,94,90)
#59504C
(89,80,76)
#48423E
(72,66,62)
#373430
(55,52,48)
#262622
(38,38,34)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #BFA4A0

#BFA4A0
(191,164,160)
#C4ACA8
(196,172,168)
#C9B4B0
(201,180,176)
#CEBCB8
(206,188,184)
#D3C4C0
(211,196,192)
#D8CCC8
(216,204,200)
#DDD4D0
(221,212,208)
#E2DCD8
(226,220,216)
#E7E4E0
(231,228,224)
#ECECE8
(236,236,232)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA4A0; }

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

This text font color is #BFA4A0.


Background Color

.myBgColor { background-color: #BFA4A0; }

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

This div background color is #BFA4A0.


Border color

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

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

This div border color is #BFA4A0.


Opacity

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

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

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

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

This text has shadow with #BFA4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA4A0 on black background.


Color preview on white background

This text has color #BFA4A0 on white background.



Black color preview on #BFA4A0 background

This text has black color on #BFA4A0 background.


White color preview on #BFA4A0 background

This text has white color on #BFA4A0 background.