COLOR #BFBB7C

HEX: #BFBB7C RGB: (191,187,124)

Color info

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

RGB color model

#BFBB7C color RGB value is (191,187,124).

RGB: (191,187,124) (75%, 73%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 124 of 255 = 49%

191
187
124

R + G + B ~ 66%. #BFBB7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 187 + 124 = 502 (100%)
R 191 of 502 ~ 38.05%
G 187 of 502 ~ 37.25%
B 124 of 502 ~ 24.7'%

%38.05
%37.25
%24.7

CMYK color model

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

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

CMYK: (0,2,35,25)
C0M2Y35K25 (0%, 2%, 35%, 25%)
(0.00 / 0.02 / 0.35 / 0.25)

CMYK percentages

%0
%2.09
%35.08
%25.1

Codes

Color #BFBB7C in popluar color models

BF BB 7C
RGB 191 187 124
HSL 56° 34.36% 61.76%
HSB/HSV 56° 35.08% 74.90%
CMYK 0.00% 2.09% 35.08%
25.10%

Color #BFBB7C in popluar number systems.

HEX BF BB 7C
Decimal 191 187 124
Binary 10111111 10111011 1111100
Octal 277 273 174

Shades and tints

Shades of #BFBB7C

#BFBB7C
(191,187,124)
#AEAA71
(174,170,113)
#9D9966
(157,153,102)
#8C885B
(140,136,91)
#7B7750
(123,119,80)
#6A6645
(106,102,69)
#59553A
(89,85,58)
#48442F
(72,68,47)
#373324
(55,51,36)
#262219
(38,34,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #BFBB7C

#BFBB7C
(191,187,124)
#C4C187
(196,193,135)
#C9C792
(201,199,146)
#CECD9D
(206,205,157)
#D3D3A8
(211,211,168)
#D8D9B3
(216,217,179)
#DDDFBE
(221,223,190)
#E2E5C9
(226,229,201)
#E7EBD4
(231,235,212)
#ECF1DF
(236,241,223)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBB7C; }

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

This text font color is #BFBB7C.

Background Color

.myBgColor { background-color: #BFBB7C; }

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

This div background color is #BFBB7C.

Border color

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

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

This div border color is #BFBB7C.

Opacity

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

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

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

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

This text has shadow with #BFBB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBB7C.

Preview

Color preview on black background

This text has color #BFBB7C on black background.


Color preview on white background

This text has color #BFBB7C on white background.


Black color preview on #BFBB7C background

This text has black color on #BFBB7C background.


White color preview on #BFBB7C background

This text has white color on #BFBB7C background.


Related colors

Complementary color

Complementary color for #hex is #404483.


I love getcolorcode.com

Triadic colors

1 #7CBFBB and #BB7CBF with #BFBB7C are triadic colors.

2 #7CBBBF and #BBBF7C with #BFBB7C are triadic colors.