COLOR #BFB997

HEX: #BFB997 RGB: (191,185,151)

Color info

#BFB997 contains red, green and blue colors in about the same proportion. Web safe color of #BFB997 is #CCCC99 (or #CC9).

RGB color model

#BFB997 color RGB value is (191,185,151).

RGB: (191,185,151) (75%, 73%, 59%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 151 of 255 = 59%

191
185
151

R + G + B ~ 69%. #BFB997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 185 + 151 = 527 (100%)
R 191 of 527 ~ 36.24%
G 185 of 527 ~ 35.1%
B 151 of 527 ~ 28.65'%

%36.24
%35.1
%28.65

CMYK color model

#BFB997 color CMYK value is (0,3,21,25).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 20.94%
  • key color value is 25.10%

CMYK: (0,3,21,25)
C0M3Y21K25 (0%, 3%, 21%, 25%)
(0.00 / 0.03 / 0.21 / 0.25)

CMYK percentages

%0
%3.14
%20.94
%25.1

Codes

Color #BFB997 in popluar color models

BF B9 97
RGB 191 185 151
HSL 51° 23.81% 67.06%
HSB/HSV 51° 20.94% 74.90%
CMYK 0.00% 3.14% 20.94%
25.10%

Color #BFB997 in popluar number systems.

HEX BF B9 97
Decimal 191 185 151
Binary 10111111 10111001 10010111
Octal 277 271 227

Shades and tints

Shades of #BFB997

#BFB997
(191,185,151)
#AEA98A
(174,169,138)
#9D997D
(157,153,125)
#8C8970
(140,137,112)
#7B7963
(123,121,99)
#6A6956
(106,105,86)
#595949
(89,89,73)
#48493C
(72,73,60)
#37392F
(55,57,47)
#262922
(38,41,34)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #BFB997

#BFB997
(191,185,151)
#C4BFA0
(196,191,160)
#C9C5A9
(201,197,169)
#CECBB2
(206,203,178)
#D3D1BB
(211,209,187)
#D8D7C4
(216,215,196)
#DDDDCD
(221,221,205)
#E2E3D6
(226,227,214)
#E7E9DF
(231,233,223)
#ECEFE8
(236,239,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB997 color. Also use rgb(191,185,151) instead hex code.

Text Font Color

.myTextColor { color: #BFB997; }

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

This text font color is #BFB997.

Background Color

.myBgColor { background-color: #BFB997; }

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

This div background color is #BFB997.

Border color

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

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

This div border color is #BFB997.

Opacity

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

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

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

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

This text has shadow with #BFB997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB997.

Preview

Color preview on black background

This text has color #BFB997 on black background.


Color preview on white background

This text has color #BFB997 on white background.


Black color preview on #BFB997 background

This text has black color on #BFB997 background.


White color preview on #BFB997 background

This text has white color on #BFB997 background.


Related colors

Complementary color

Complementary color for #hex is #404668.


I love getcolorcode.com

Triadic colors

1 #97BFB9 and #B997BF with #BFB997 are triadic colors.

2 #97B9BF and #B9BF97 with #BFB997 are triadic colors.