COLOR #BFBC9E

HEX: #BFBC9E RGB: (191,188,158)

Color info

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

RGB color model

#BFBC9E color RGB value is (191,188,158).

RGB: (191,188,158) (75%, 74%, 62%)

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 158 of 255 = 62%

191
188
158

R + G + B ~ 70%. #BFBC9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 188 + 158 = 537 (100%)
R 191 of 537 ~ 35.57%
G 188 of 537 ~ 35.01%
B 158 of 537 ~ 29.42'%

%35.57
%35.01
%29.42

CMYK color model

#BFBC9E color CMYK value is (0,2,17,25).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 17.28%
  • key color value is 25.10%

CMYK: (0,2,17,25)
C0M2Y17K25 (0%, 2%, 17%, 25%)
(0.00 / 0.02 / 0.17 / 0.25)

CMYK percentages

%0
%1.57
%17.28
%25.1

Codes

Color #BFBC9E in popluar color models

BF BC 9E
RGB 191 188 158
HSL 55° 20.50% 68.43%
HSB/HSV 55° 17.28% 74.90%
CMYK 0.00% 1.57% 17.28%
25.10%

Color #BFBC9E in popluar number systems.

HEX BF BC 9E
Decimal 191 188 158
Binary 10111111 10111100 10011110
Octal 277 274 236

Shades and tints

Shades of #BFBC9E

#BFBC9E
(191,188,158)
#AEAB90
(174,171,144)
#9D9A82
(157,154,130)
#8C8974
(140,137,116)
#7B7866
(123,120,102)
#6A6758
(106,103,88)
#59564A
(89,86,74)
#48453C
(72,69,60)
#37342E
(55,52,46)
#262320
(38,35,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #BFBC9E

#BFBC9E
(191,188,158)
#C4C2A6
(196,194,166)
#C9C8AE
(201,200,174)
#CECEB6
(206,206,182)
#D3D4BE
(211,212,190)
#D8DAC6
(216,218,198)
#DDE0CE
(221,224,206)
#E2E6D6
(226,230,214)
#E7ECDE
(231,236,222)
#ECF2E6
(236,242,230)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBC9E color. Also use rgb(191,188,158) instead hex code.

Text Font Color

.myTextColor { color: #BFBC9E; }

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

This text font color is #BFBC9E.

Background Color

.myBgColor { background-color: #BFBC9E; }

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

This div background color is #BFBC9E.

Border color

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

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

This div border color is #BFBC9E.

Opacity

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

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

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

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

This text has shadow with #BFBC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBC9E.

Preview

Color preview on black background

This text has color #BFBC9E on black background.


Color preview on white background

This text has color #BFBC9E on white background.


Black color preview on #BFBC9E background

This text has black color on #BFBC9E background.


White color preview on #BFBC9E background

This text has white color on #BFBC9E background.


Related colors

Complementary color

Complementary color for #hex is #404361.


I love getcolorcode.com

Triadic colors

1 #9EBFBC and #BC9EBF with #BFBC9E are triadic colors.

2 #9EBCBF and #BCBF9E with #BFBC9E are triadic colors.