COLOR #BFBC90

HEX: #BFBC90
RGB: (191,188,144)

Color info

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

RGB color model

#BFBC90 color RGB value is (191,188,144).

  • red value is 191;
  • green value is 188;
  • blue value is 144.
RGB:
(191,188,144)
(75%,74%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 144 of 255 = 56%

191
188
144

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

Portions of RGB colors in percentages

R + G + B =
191 + 188 + 144 = 523 (100%)
R 191 of 523 ~ 36.52%
G 188 of 523 ~ 35.95%
B 144 of 523 ~ 27.53%

%36.52
%35.95
%27.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(0,2,25,25)
C0M2Y25K25 
(0%,2%,25%,25%)
(0.00/0.02/0.25/0.25)	

CMYK percentages

%0
%1.57
%24.61
%25.1

Codes

Color #BFBC90 in popluar color models

BFBC90
RGB191188144
HSL56°26.86%65.69%
HSB/HSV56°24.61%74.90%
CMYK0.00%1.57%24.61%
25.10%

Color #BFBC90 in popluar number systems.

HEXBFBC90
Decimal191188144
Binary101111111011110010010000
Octal277274220

Shades and tints

Shades of #BFBC90

#BFBC90
(191,188,144)
#AEAB83
(174,171,131)
#9D9A76
(157,154,118)
#8C8969
(140,137,105)
#7B785C
(123,120,92)
#6A674F
(106,103,79)
#595642
(89,86,66)
#484535
(72,69,53)
#373428
(55,52,40)
#26231B
(38,35,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #BFBC90

#BFBC90
(191,188,144)
#C4C29A
(196,194,154)
#C9C8A4
(201,200,164)
#CECEAE
(206,206,174)
#D3D4B8
(211,212,184)
#D8DAC2
(216,218,194)
#DDE0CC
(221,224,204)
#E2E6D6
(226,230,214)
#E7ECE0
(231,236,224)
#ECF2EA
(236,242,234)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBC90; }

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

This text font color is #BFBC90.


Background Color

.myBgColor { background-color: #BFBC90; }

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

This div background color is #BFBC90.


Border color

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

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

This div border color is #BFBC90.


Opacity

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

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

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

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

This text has shadow with #BFBC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBC90 on black background.


Color preview on white background

This text has color #BFBC90 on white background.



Black color preview on #BFBC90 background

This text has black color on #BFBC90 background.


White color preview on #BFBC90 background

This text has white color on #BFBC90 background.