COLOR #BFBC75

HEX: #BFBC75
RGB: (191,188,117)

Color info

#BFBC75 contains mainly red and green colors. Web safe color of #BFBC75 is #CCCC66 (or #CC6).

RGB color model

#BFBC75 color RGB value is (191,188,117).

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

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 117 of 255 = 46%

191
188
117

R + G + B ~ 65%. #BFBC75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 188 + 117 = 496 (100%)
R 191 of 496 ~ 38.51%
G 188 of 496 ~ 37.9%
B 117 of 496 ~ 23.59%

%38.51
%37.9
%23.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 38.74%
  • key color value is 25.10%
CMYK:
(0,2,39,25)
C0M2Y39K25 
(0%,2%,39%,25%)
(0.00/0.02/0.39/0.25)	

CMYK percentages

%0
%1.57
%38.74
%25.1

Codes

Color #BFBC75 in popluar color models

BFBC75
RGB191188117
HSL58°36.63%60.39%
HSB/HSV58°38.74%74.90%
CMYK0.00%1.57%38.74%
25.10%

Color #BFBC75 in popluar number systems.

HEXBFBC75
Decimal191188117
Binary10111111101111001110101
Octal277274165

Shades and tints

Shades of #BFBC75

#BFBC75
(191,188,117)
#AEAB6B
(174,171,107)
#9D9A61
(157,154,97)
#8C8957
(140,137,87)
#7B784D
(123,120,77)
#6A6743
(106,103,67)
#595639
(89,86,57)
#48452F
(72,69,47)
#373425
(55,52,37)
#26231B
(38,35,27)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #BFBC75

#BFBC75
(191,188,117)
#C4C281
(196,194,129)
#C9C88D
(201,200,141)
#CECE99
(206,206,153)
#D3D4A5
(211,212,165)
#D8DAB1
(216,218,177)
#DDE0BD
(221,224,189)
#E2E6C9
(226,230,201)
#E7ECD5
(231,236,213)
#ECF2E1
(236,242,225)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBC75; }

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

This text font color is #BFBC75.


Background Color

.myBgColor { background-color: #BFBC75; }

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

This div background color is #BFBC75.


Border color

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

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

This div border color is #BFBC75.


Opacity

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

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

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

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

This text has shadow with #BFBC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBC75 on black background.


Color preview on white background

This text has color #BFBC75 on white background.



Black color preview on #BFBC75 background

This text has black color on #BFBC75 background.


White color preview on #BFBC75 background

This text has white color on #BFBC75 background.