COLOR #BFB397

HEX: #BFB397
RGB: (191,179,151)

Color info

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

RGB color model

#BFB397 color RGB value is (191,179,151).

  • red value is 191;
  • green value is 179;
  • blue value is 151.
RGB:
(191,179,151)
(75%,70%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 179 of 255 = 70%
B 151 of 255 = 59%

191
179
151

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

Portions of RGB colors in percentages

R + G + B =
191 + 179 + 151 = 521 (100%)
R 191 of 521 ~ 36.66%
G 179 of 521 ~ 34.36%
B 151 of 521 ~ 28.98%

%36.66
%34.36
%28.98

CMYK color model

#BFB397 color CMYK value is (0,6,21,25).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 20.94%
  • key color value is 25.10%
CMYK:
(0,6,21,25)
C0M6Y21K25 
(0%,6%,21%,25%)
(0.00/0.06/0.21/0.25)	

CMYK percentages

%0
%6.28
%20.94
%25.1

Codes

Color #BFB397 in popluar color models

BFB397
RGB191179151
HSL42°23.81%67.06%
HSB/HSV42°20.94%74.90%
CMYK0.00%6.28%20.94%
25.10%

Color #BFB397 in popluar number systems.

HEXBFB397
Decimal191179151
Binary101111111011001110010111
Octal277263227

Shades and tints

Shades of #BFB397

#BFB397
(191,179,151)
#AEA38A
(174,163,138)
#9D937D
(157,147,125)
#8C8370
(140,131,112)
#7B7363
(123,115,99)
#6A6356
(106,99,86)
#595349
(89,83,73)
#48433C
(72,67,60)
#37332F
(55,51,47)
#262322
(38,35,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #BFB397

#BFB397
(191,179,151)
#C4B9A0
(196,185,160)
#C9BFA9
(201,191,169)
#CEC5B2
(206,197,178)
#D3CBBB
(211,203,187)
#D8D1C4
(216,209,196)
#DDD7CD
(221,215,205)
#E2DDD6
(226,221,214)
#E7E3DF
(231,227,223)
#ECE9E8
(236,233,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB397; }

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

This text font color is #BFB397.


Background Color

.myBgColor { background-color: #BFB397; }

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

This div background color is #BFB397.


Border color

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

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

This div border color is #BFB397.


Opacity

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

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

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

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

This text has shadow with #BFB397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB397 on black background.


Color preview on white background

This text has color #BFB397 on white background.



Black color preview on #BFB397 background

This text has black color on #BFB397 background.


White color preview on #BFB397 background

This text has white color on #BFB397 background.