COLOR #BFA495

HEX: #BFA495 RGB: (191,164,149)

Color info

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

RGB color model

#BFA495 color RGB value is (191,164,149).

RGB: (191,164,149) (75%, 64%, 58%)

RGB channels and saturation

R 191 of 255 = 75%
G 164 of 255 = 64%
B 149 of 255 = 58%

191
164
149

R + G + B ~ 66%. #BFA495 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 164 + 149 = 504 (100%)
R 191 of 504 ~ 37.9%
G 164 of 504 ~ 32.54%
B 149 of 504 ~ 29.56'%

%37.9
%32.54
%29.56

CMYK color model

#BFA495 color CMYK value is (0,14,22,25).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 21.99%
  • key color value is 25.10%

CMYK: (0,14,22,25)
C0M14Y22K25 (0%, 14%, 22%, 25%)
(0.00 / 0.14 / 0.22 / 0.25)

CMYK percentages

%0
%14.14
%21.99
%25.1

Codes

Color #BFA495 in popluar color models

BF A4 95
RGB 191 164 149
HSL 21° 24.71% 66.67%
HSB/HSV 21° 21.99% 74.90%
CMYK 0.00% 14.14% 21.99%
25.10%

Color #BFA495 in popluar number systems.

HEX BF A4 95
Decimal 191 164 149
Binary 10111111 10100100 10010101
Octal 277 244 225

Shades and tints

Shades of #BFA495

#BFA495
(191,164,149)
#AE9688
(174,150,136)
#9D887B
(157,136,123)
#8C7A6E
(140,122,110)
#7B6C61
(123,108,97)
#6A5E54
(106,94,84)
#595047
(89,80,71)
#48423A
(72,66,58)
#37342D
(55,52,45)
#262620
(38,38,32)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #BFA495

#BFA495
(191,164,149)
#C4AC9E
(196,172,158)
#C9B4A7
(201,180,167)
#CEBCB0
(206,188,176)
#D3C4B9
(211,196,185)
#D8CCC2
(216,204,194)
#DDD4CB
(221,212,203)
#E2DCD4
(226,220,212)
#E7E4DD
(231,228,221)
#ECECE6
(236,236,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA495; }

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

This text font color is #BFA495.

Background Color

.myBgColor { background-color: #BFA495; }

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

This div background color is #BFA495.

Border color

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

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

This div border color is #BFA495.

Opacity

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

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

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

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

This text has shadow with #BFA495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA495.

Preview

Color preview on black background

This text has color #BFA495 on black background.


Color preview on white background

This text has color #BFA495 on white background.


Black color preview on #BFA495 background

This text has black color on #BFA495 background.


White color preview on #BFA495 background

This text has white color on #BFA495 background.


Related colors

Complementary color

Complementary color for #hex is #405B6A.


I love getcolorcode.com

Triadic colors

1 #95BFA4 and #A495BF with #BFA495 are triadic colors.

2 #95A4BF and #A4BF95 with #BFA495 are triadic colors.