COLOR #BFA396

HEX: #BFA396 RGB: (191,163,150)

Color info

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

RGB color model

#BFA396 color RGB value is (191,163,150).

RGB: (191,163,150) (75%, 64%, 59%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 150 of 255 = 59%

191
163
150

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

Portions of RGB colors in percentages

R + G + B = 191 + 163 + 150 = 504 (100%)
R 191 of 504 ~ 37.9%
G 163 of 504 ~ 32.34%
B 150 of 504 ~ 29.76'%

%37.9
%32.34
%29.76

CMYK color model

#BFA396 color CMYK value is (0,15,21,25).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK: (0,15,21,25) C0M15Y21K25 (0%,15%,21%,25%) (0.00/0.15/0.21/0.25) 

CMYK percentages

%0
%14.66
%21.47
%25.1

Codes

Color #BFA396 in popluar color models

BF A3 96
RGB 191 163 150
HSL 19° 24.26% 66.86%
HSB/HSV 19° 21.47% 74.90%
CMYK 0.00% 14.66% 21.47%
25.10%

Color #BFA396 in popluar number systems.

HEX BF A3 96
Decimal 191 163 150
Binary 10111111 10100011 10010110
Octal 277 243 226

Shades and tints

Shades of #BFA396

#BFA396
(191,163,150)
#AE9589
(174,149,137)
#9D877C
(157,135,124)
#8C796F
(140,121,111)
#7B6B62
(123,107,98)
#6A5D55
(106,93,85)
#594F48
(89,79,72)
#48413B
(72,65,59)
#37332E
(55,51,46)
#262521
(38,37,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #BFA396

#BFA396
(191,163,150)
#C4AB9F
(196,171,159)
#C9B3A8
(201,179,168)
#CEBBB1
(206,187,177)
#D3C3BA
(211,195,186)
#D8CBC3
(216,203,195)
#DDD3CC
(221,211,204)
#E2DBD5
(226,219,213)
#E7E3DE
(231,227,222)
#ECEBE7
(236,235,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA396 color. Also use rgb(191,163,150) instead hex code.

Text Font Color

.myTextColor { color: #BFA396; }

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

This text font color is #BFA396.

Background Color

.myBgColor { background-color: #BFA396; }

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

This div background color is #BFA396.

Border color

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

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

This div border color is #BFA396.

Opacity

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

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

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

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

This text has shadow with #BFA396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA396.

Preview

Color preview on black background

This text has color #BFA396 on black background.


Color preview on white background

This text has color #BFA396 on white background.


Black color preview on #BFA396 background

This text has black color on #BFA396 background.


White color preview on #BFA396 background

This text has white color on #BFA396 background.


Related colors

Complementary color

Complementary color for #hex is #405C69.


I love getcolorcode.com

Triadic colors

1 #96BFA3 and #A396BF with #BFA396 are triadic colors.

2 #96A3BF and #A3BF96 with #BFA396 are triadic colors.