COLOR #BFA7A5

HEX: #BFA7A5
RGB: (191,167,165)

Color info

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

RGB color model

#BFA7A5 color RGB value is (191,167,165).

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

RGB channels and saturation

R 191 of 255 = 75%
G 167 of 255 = 65%
B 165 of 255 = 65%

191
167
165

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

Portions of RGB colors in percentages

R + G + B =
191 + 167 + 165 = 523 (100%)
R 191 of 523 ~ 36.52%
G 167 of 523 ~ 31.93%
B 165 of 523 ~ 31.55%

%36.52
%31.93
%31.55

CMYK color model

#BFA7A5 color CMYK value is (0,13,14,25).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(0,13,14,25)
C0M13Y14K25 
(0%,13%,14%,25%)
(0.00/0.13/0.14/0.25)	

CMYK percentages

%0
%12.57
%13.61
%25.1

Codes

Color #BFA7A5 in popluar color models

BFA7A5
RGB191167165
HSL16.88%69.80%
HSB/HSV13.61%74.90%
CMYK0.00%12.57%13.61%
25.10%

Color #BFA7A5 in popluar number systems.

HEXBFA7A5
Decimal191167165
Binary101111111010011110100101
Octal277247245

Shades and tints

Shades of #BFA7A5

#BFA7A5
(191,167,165)
#AE9896
(174,152,150)
#9D8987
(157,137,135)
#8C7A78
(140,122,120)
#7B6B69
(123,107,105)
#6A5C5A
(106,92,90)
#594D4B
(89,77,75)
#483E3C
(72,62,60)
#372F2D
(55,47,45)
#26201E
(38,32,30)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #BFA7A5

#BFA7A5
(191,167,165)
#C4AFAD
(196,175,173)
#C9B7B5
(201,183,181)
#CEBFBD
(206,191,189)
#D3C7C5
(211,199,197)
#D8CFCD
(216,207,205)
#DDD7D5
(221,215,213)
#E2DFDD
(226,223,221)
#E7E7E5
(231,231,229)
#ECEFED
(236,239,237)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA7A5; }

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

This text font color is #BFA7A5.


Background Color

.myBgColor { background-color: #BFA7A5; }

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

This div background color is #BFA7A5.


Border color

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

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

This div border color is #BFA7A5.


Opacity

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

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

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

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

This text has shadow with #BFA7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA7A5 on black background.


Color preview on white background

This text has color #BFA7A5 on white background.



Black color preview on #BFA7A5 background

This text has black color on #BFA7A5 background.


White color preview on #BFA7A5 background

This text has white color on #BFA7A5 background.