COLOR #BFB992

HEX: #BFB992
RGB: (191,185,146)

Color info

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

RGB color model

#BFB992 color RGB value is (191,185,146).

  • red value is 191;
  • green value is 185;
  • blue value is 146.
RGB:
(191,185,146)
(75%,73%,57%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 146 of 255 = 57%

191
185
146

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

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 146 = 522 (100%)
R 191 of 522 ~ 36.59%
G 185 of 522 ~ 35.44%
B 146 of 522 ~ 27.97%

%36.59
%35.44
%27.97

CMYK color model

#BFB992 color CMYK value is (0,3,24,25).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(0,3,24,25)
C0M3Y24K25 
(0%,3%,24%,25%)
(0.00/0.03/0.24/0.25)	

CMYK percentages

%0
%3.14
%23.56
%25.1

Codes

Color #BFB992 in popluar color models

BFB992
RGB191185146
HSL52°26.01%66.08%
HSB/HSV52°23.56%74.90%
CMYK0.00%3.14%23.56%
25.10%

Color #BFB992 in popluar number systems.

HEXBFB992
Decimal191185146
Binary101111111011100110010010
Octal277271222

Shades and tints

Shades of #BFB992

#BFB992
(191,185,146)
#AEA985
(174,169,133)
#9D9978
(157,153,120)
#8C896B
(140,137,107)
#7B795E
(123,121,94)
#6A6951
(106,105,81)
#595944
(89,89,68)
#484937
(72,73,55)
#37392A
(55,57,42)
#26291D
(38,41,29)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #BFB992

#BFB992
(191,185,146)
#C4BF9B
(196,191,155)
#C9C5A4
(201,197,164)
#CECBAD
(206,203,173)
#D3D1B6
(211,209,182)
#D8D7BF
(216,215,191)
#DDDDC8
(221,221,200)
#E2E3D1
(226,227,209)
#E7E9DA
(231,233,218)
#ECEFE3
(236,239,227)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB992; }

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

This text font color is #BFB992.


Background Color

.myBgColor { background-color: #BFB992; }

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

This div background color is #BFB992.


Border color

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

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

This div border color is #BFB992.


Opacity

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

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

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

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

This text has shadow with #BFB992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB992 on black background.


Color preview on white background

This text has color #BFB992 on white background.



Black color preview on #BFB992 background

This text has black color on #BFB992 background.


White color preview on #BFB992 background

This text has white color on #BFB992 background.