COLOR #BFB794

HEX: #BFB794
RGB: (191,183,148)

Color info

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

RGB color model

#BFB794 color RGB value is (191,183,148).

  • red value is 191;
  • green value is 183;
  • blue value is 148.
RGB:
(191,183,148)
(75%,72%,58%)

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 148 of 255 = 58%

191
183
148

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

Portions of RGB colors in percentages

R + G + B =
191 + 183 + 148 = 522 (100%)
R 191 of 522 ~ 36.59%
G 183 of 522 ~ 35.06%
B 148 of 522 ~ 28.35%

%36.59
%35.06
%28.35

CMYK color model

#BFB794 color CMYK value is (0,4,23,25).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 22.51%
  • key color value is 25.10%
CMYK:
(0,4,23,25)
C0M4Y23K25 
(0%,4%,23%,25%)
(0.00/0.04/0.23/0.25)	

CMYK percentages

%0
%4.19
%22.51
%25.1

Codes

Color #BFB794 in popluar color models

BFB794
RGB191183148
HSL49°25.15%66.47%
HSB/HSV49°22.51%74.90%
CMYK0.00%4.19%22.51%
25.10%

Color #BFB794 in popluar number systems.

HEXBFB794
Decimal191183148
Binary101111111011011110010100
Octal277267224

Shades and tints

Shades of #BFB794

#BFB794
(191,183,148)
#AEA787
(174,167,135)
#9D977A
(157,151,122)
#8C876D
(140,135,109)
#7B7760
(123,119,96)
#6A6753
(106,103,83)
#595746
(89,87,70)
#484739
(72,71,57)
#37372C
(55,55,44)
#26271F
(38,39,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #BFB794

#BFB794
(191,183,148)
#C4BD9D
(196,189,157)
#C9C3A6
(201,195,166)
#CEC9AF
(206,201,175)
#D3CFB8
(211,207,184)
#D8D5C1
(216,213,193)
#DDDBCA
(221,219,202)
#E2E1D3
(226,225,211)
#E7E7DC
(231,231,220)
#ECEDE5
(236,237,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB794 color. Also use rgb(191,183,148) instead hex code.

Text Font Color

.myTextColor { color: #BFB794; }

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

This text font color is #BFB794.


Background Color

.myBgColor { background-color: #BFB794; }

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

This div background color is #BFB794.


Border color

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

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

This div border color is #BFB794.


Opacity

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

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

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

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

This text has shadow with #BFB794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB794 on black background.


Color preview on white background

This text has color #BFB794 on white background.



Black color preview on #BFB794 background

This text has black color on #BFB794 background.


White color preview on #BFB794 background

This text has white color on #BFB794 background.