COLOR #BFBB66

HEX: #BFBB66 RGB: (191,187,102)

Color info

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

RGB color model

#BFBB66 color RGB value is (191,187,102).

RGB: (191,187,102) (75%, 73%, 40%)

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 102 of 255 = 40%

191
187
102

R + G + B ~ 63%. #BFBB66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 187 + 102 = 480 (100%)
R 191 of 480 ~ 39.79%
G 187 of 480 ~ 38.96%
B 102 of 480 ~ 21.25'%

%39.79
%38.96
%21.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 46.60%
  • key color value is 25.10%

CMYK: (0,2,47,25)
C0M2Y47K25 (0%, 2%, 47%, 25%)
(0.00 / 0.02 / 0.47 / 0.25)

CMYK percentages

%0
%2.09
%46.6
%25.1

Codes

Color #BFBB66 in popluar color models

BF BB 66
RGB 191 187 102
HSL 57° 41.01% 57.45%
HSB/HSV 57° 46.60% 74.90%
CMYK 0.00% 2.09% 46.60%
25.10%

Color #BFBB66 in popluar number systems.

HEX BF BB 66
Decimal 191 187 102
Binary 10111111 10111011 1100110
Octal 277 273 146

Shades and tints

Shades of #BFBB66

#BFBB66
(191,187,102)
#AEAA5D
(174,170,93)
#9D9954
(157,153,84)
#8C884B
(140,136,75)
#7B7742
(123,119,66)
#6A6639
(106,102,57)
#595530
(89,85,48)
#484427
(72,68,39)
#37331E
(55,51,30)
#262215
(38,34,21)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #BFBB66

#BFBB66
(191,187,102)
#C4C173
(196,193,115)
#C9C780
(201,199,128)
#CECD8D
(206,205,141)
#D3D39A
(211,211,154)
#D8D9A7
(216,217,167)
#DDDFB4
(221,223,180)
#E2E5C1
(226,229,193)
#E7EBCE
(231,235,206)
#ECF1DB
(236,241,219)
#F1F7E8
(241,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBB66 color. Also use rgb(191,187,102) instead hex code.

Text Font Color

.myTextColor { color: #BFBB66; }

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

This text font color is #BFBB66.

Background Color

.myBgColor { background-color: #BFBB66; }

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

This div background color is #BFBB66.

Border color

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

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

This div border color is #BFBB66.

Opacity

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

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

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

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

This text has shadow with #BFBB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBB66.

Preview

Color preview on black background

This text has color #BFBB66 on black background.


Color preview on white background

This text has color #BFBB66 on white background.


Black color preview on #BFBB66 background

This text has black color on #BFBB66 background.


White color preview on #BFBB66 background

This text has white color on #BFBB66 background.


Related colors

Complementary color

Complementary color for #hex is #404499.


I love getcolorcode.com

Triadic colors

1 #66BFBB and #BB66BF with #BFBB66 are triadic colors.

2 #66BBBF and #BBBF66 with #BFBB66 are triadic colors.