COLOR #BFB468

HEX: #BFB468 RGB: (191,180,104)

Color info

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

RGB color model

#BFB468 color RGB value is (191,180,104).

RGB: (191,180,104) (75%, 71%, 41%)

RGB channels and saturation

R 191 of 255 = 75%
G 180 of 255 = 71%
B 104 of 255 = 41%

191
180
104

R + G + B ~ 62%. #BFB468 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 180 + 104 = 475 (100%)
R 191 of 475 ~ 40.21%
G 180 of 475 ~ 37.89%
B 104 of 475 ~ 21.89'%

%40.21
%37.89
%21.89

CMYK color model

#BFB468 color CMYK value is (0,6,46,25).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 45.55%
  • key color value is 25.10%

CMYK: (0,6,46,25)
C0M6Y46K25 (0%, 6%, 46%, 25%)
(0.00 / 0.06 / 0.46 / 0.25)

CMYK percentages

%0
%5.76
%45.55
%25.1

Codes

Color #BFB468 in popluar color models

BF B4 68
RGB 191 180 104
HSL 52° 40.47% 57.84%
HSB/HSV 52° 45.55% 74.90%
CMYK 0.00% 5.76% 45.55%
25.10%

Color #BFB468 in popluar number systems.

HEX BF B4 68
Decimal 191 180 104
Binary 10111111 10110100 1101000
Octal 277 264 150

Shades and tints

Shades of #BFB468

#BFB468
(191,180,104)
#AEA45F
(174,164,95)
#9D9456
(157,148,86)
#8C844D
(140,132,77)
#7B7444
(123,116,68)
#6A643B
(106,100,59)
#595432
(89,84,50)
#484429
(72,68,41)
#373420
(55,52,32)
#262417
(38,36,23)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #BFB468

#BFB468
(191,180,104)
#C4BA75
(196,186,117)
#C9C082
(201,192,130)
#CEC68F
(206,198,143)
#D3CC9C
(211,204,156)
#D8D2A9
(216,210,169)
#DDD8B6
(221,216,182)
#E2DEC3
(226,222,195)
#E7E4D0
(231,228,208)
#ECEADD
(236,234,221)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB468 color. Also use rgb(191,180,104) instead hex code.

Text Font Color

.myTextColor { color: #BFB468; }

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

This text font color is #BFB468.

Background Color

.myBgColor { background-color: #BFB468; }

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

This div background color is #BFB468.

Border color

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

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

This div border color is #BFB468.

Opacity

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

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

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

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

This text has shadow with #BFB468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB468.

Preview

Color preview on black background

This text has color #BFB468 on black background.


Color preview on white background

This text has color #BFB468 on white background.


Black color preview on #BFB468 background

This text has black color on #BFB468 background.


White color preview on #BFB468 background

This text has white color on #BFB468 background.


Related colors

Complementary color

Complementary color for #hex is #404B97.


I love getcolorcode.com

Triadic colors

1 #68BFB4 and #B468BF with #BFB468 are triadic colors.

2 #68B4BF and #B4BF68 with #BFB468 are triadic colors.