COLOR #BFBB78

HEX: #BFBB78 RGB: (191,187,120)

Color info

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

RGB color model

#BFBB78 color RGB value is (191,187,120).

RGB: (191,187,120) (75%, 73%, 47%)

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 120 of 255 = 47%

191
187
120

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

Portions of RGB colors in percentages

R + G + B = 191 + 187 + 120 = 498 (100%)
R 191 of 498 ~ 38.35%
G 187 of 498 ~ 37.55%
B 120 of 498 ~ 24.1'%

%38.35
%37.55
%24.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 37.17%
  • key color value is 25.10%
CMYK: (0,2,37,25) C0M2Y37K25 (0%,2%,37%,25%) (0.00/0.02/0.37/0.25) 

CMYK percentages

%0
%2.09
%37.17
%25.1

Codes

Color #BFBB78 in popluar color models

BF BB 78
RGB 191 187 120
HSL 57° 35.68% 60.98%
HSB/HSV 57° 37.17% 74.90%
CMYK 0.00% 2.09% 37.17%
25.10%

Color #BFBB78 in popluar number systems.

HEX BF BB 78
Decimal 191 187 120
Binary 10111111 10111011 1111000
Octal 277 273 170

Shades and tints

Shades of #BFBB78

#BFBB78
(191,187,120)
#AEAA6E
(174,170,110)
#9D9964
(157,153,100)
#8C885A
(140,136,90)
#7B7750
(123,119,80)
#6A6646
(106,102,70)
#59553C
(89,85,60)
#484432
(72,68,50)
#373328
(55,51,40)
#26221E
(38,34,30)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #BFBB78

#BFBB78
(191,187,120)
#C4C184
(196,193,132)
#C9C790
(201,199,144)
#CECD9C
(206,205,156)
#D3D3A8
(211,211,168)
#D8D9B4
(216,217,180)
#DDDFC0
(221,223,192)
#E2E5CC
(226,229,204)
#E7EBD8
(231,235,216)
#ECF1E4
(236,241,228)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBB78; }

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

This text font color is #BFBB78.

Background Color

.myBgColor { background-color: #BFBB78; }

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

This div background color is #BFBB78.

Border color

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

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

This div border color is #BFBB78.

Opacity

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

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

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

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

This text has shadow with #BFBB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBB78.

Preview

Color preview on black background

This text has color #BFBB78 on black background.


Color preview on white background

This text has color #BFBB78 on white background.


Black color preview on #BFBB78 background

This text has black color on #BFBB78 background.


White color preview on #BFBB78 background

This text has white color on #BFBB78 background.


Related colors

Complementary color

Complementary color for #hex is #404487.


I love getcolorcode.com

Triadic colors

1 #78BFBB and #BB78BF with #BFBB78 are triadic colors.

2 #78BBBF and #BBBF78 with #BFBB78 are triadic colors.