COLOR #BFA5A0

HEX: #BFA5A0
RGB: (191,165,160)

Color info

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

RGB color model

#BFA5A0 color RGB value is (191,165,160).

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

RGB channels and saturation

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

191
165
160

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

Portions of RGB colors in percentages

R + G + B =
191 + 165 + 160 = 516 (100%)
R 191 of 516 ~ 37.02%
G 165 of 516 ~ 31.98%
B 160 of 516 ~ 31.01%

%37.02
%31.98
%31.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.61%
  • 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
%13.61
%16.23
%25.1

Codes

Color #BFA5A0 in popluar color models

BFA5A0
RGB191165160
HSL10°19.50%68.82%
HSB/HSV10°16.23%74.90%
CMYK0.00%13.61%16.23%
25.10%

Color #BFA5A0 in popluar number systems.

HEXBFA5A0
Decimal191165160
Binary101111111010010110100000
Octal277245240

Shades and tints

Shades of #BFA5A0

#BFA5A0
(191,165,160)
#AE9692
(174,150,146)
#9D8784
(157,135,132)
#8C7876
(140,120,118)
#7B6968
(123,105,104)
#6A5A5A
(106,90,90)
#594B4C
(89,75,76)
#483C3E
(72,60,62)
#372D30
(55,45,48)
#261E22
(38,30,34)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #BFA5A0

#BFA5A0
(191,165,160)
#C4ADA8
(196,173,168)
#C9B5B0
(201,181,176)
#CEBDB8
(206,189,184)
#D3C5C0
(211,197,192)
#D8CDC8
(216,205,200)
#DDD5D0
(221,213,208)
#E2DDD8
(226,221,216)
#E7E5E0
(231,229,224)
#ECEDE8
(236,237,232)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA5A0; }

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

This text font color is #BFA5A0.


Background Color

.myBgColor { background-color: #BFA5A0; }

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

This div background color is #BFA5A0.


Border color

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

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

This div border color is #BFA5A0.


Opacity

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

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

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

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

This text has shadow with #BFA5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA5A0 on black background.


Color preview on white background

This text has color #BFA5A0 on white background.



Black color preview on #BFA5A0 background

This text has black color on #BFA5A0 background.


White color preview on #BFA5A0 background

This text has white color on #BFA5A0 background.