COLOR #BFB59A

HEX: #BFB59A RGB: (191,181,154)

Color info

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

RGB color model

#BFB59A color RGB value is (191,181,154).

RGB: (191,181,154) (75%, 71%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 181 of 255 = 71%
B 154 of 255 = 60%

191
181
154

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

Portions of RGB colors in percentages

R + G + B = 191 + 181 + 154 = 526 (100%)
R 191 of 526 ~ 36.31%
G 181 of 526 ~ 34.41%
B 154 of 526 ~ 29.28'%

%36.31
%34.41
%29.28

CMYK color model

#BFB59A color CMYK value is (0,5,19,25).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 19.37%
  • key color value is 25.10%

CMYK: (0,5,19,25)
C0M5Y19K25 (0%, 5%, 19%, 25%)
(0.00 / 0.05 / 0.19 / 0.25)

CMYK percentages

%0
%5.24
%19.37
%25.1

Codes

Color #BFB59A in popluar color models

BF B5 9A
RGB 191 181 154
HSL 44° 22.42% 67.65%
HSB/HSV 44° 19.37% 74.90%
CMYK 0.00% 5.24% 19.37%
25.10%

Color #BFB59A in popluar number systems.

HEX BF B5 9A
Decimal 191 181 154
Binary 10111111 10110101 10011010
Octal 277 265 232

Shades and tints

Shades of #BFB59A

#BFB59A
(191,181,154)
#AEA58C
(174,165,140)
#9D957E
(157,149,126)
#8C8570
(140,133,112)
#7B7562
(123,117,98)
#6A6554
(106,101,84)
#595546
(89,85,70)
#484538
(72,69,56)
#37352A
(55,53,42)
#26251C
(38,37,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #BFB59A

#BFB59A
(191,181,154)
#C4BBA3
(196,187,163)
#C9C1AC
(201,193,172)
#CEC7B5
(206,199,181)
#D3CDBE
(211,205,190)
#D8D3C7
(216,211,199)
#DDD9D0
(221,217,208)
#E2DFD9
(226,223,217)
#E7E5E2
(231,229,226)
#ECEBEB
(236,235,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB59A color. Also use rgb(191,181,154) instead hex code.

Text Font Color

.myTextColor { color: #BFB59A; }

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

This text font color is #BFB59A.

Background Color

.myBgColor { background-color: #BFB59A; }

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

This div background color is #BFB59A.

Border color

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

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

This div border color is #BFB59A.

Opacity

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

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

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

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

This text has shadow with #BFB59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB59A.

Preview

Color preview on black background

This text has color #BFB59A on black background.


Color preview on white background

This text has color #BFB59A on white background.


Black color preview on #BFB59A background

This text has black color on #BFB59A background.


White color preview on #BFB59A background

This text has white color on #BFB59A background.


Related colors

Complementary color

Complementary color for #hex is #404A65.


I love getcolorcode.com

Triadic colors

1 #9ABFB5 and #B59ABF with #BFB59A are triadic colors.

2 #9AB5BF and #B5BF9A with #BFB59A are triadic colors.