COLOR #BCBF7C

HEX: #BCBF7C RGB: (188,191,124)

Color info

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

RGB color model

#BCBF7C color RGB value is (188,191,124).

RGB: (188,191,124) (74%, 75%, 49%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 124 of 255 = 49%

188
191
124

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

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 124 = 503 (100%)
R 188 of 503 ~ 37.38%
G 191 of 503 ~ 37.97%
B 124 of 503 ~ 24.65'%

%37.38
%37.97
%24.65

CMYK color model

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

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

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

CMYK percentages

%1.57
%0
%35.08
%25.1

Codes

Color #BCBF7C in popluar color models

BC BF 7C
RGB 188 191 124
HSL 63° 34.36% 61.76%
HSB/HSV 63° 35.08% 74.90%
CMYK 1.57% 0.00% 35.08%
25.10%

Color #BCBF7C in popluar number systems.

HEX BC BF 7C
Decimal 188 191 124
Binary 10111100 10111111 1111100
Octal 274 277 174

Shades and tints

Shades of #BCBF7C

#BCBF7C
(188,191,124)
#ABAE71
(171,174,113)
#9A9D66
(154,157,102)
#898C5B
(137,140,91)
#787B50
(120,123,80)
#676A45
(103,106,69)
#56593A
(86,89,58)
#45482F
(69,72,47)
#343724
(52,55,36)
#232619
(35,38,25)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #BCBF7C

#BCBF7C
(188,191,124)
#C2C487
(194,196,135)
#C8C992
(200,201,146)
#CECE9D
(206,206,157)
#D4D3A8
(212,211,168)
#DAD8B3
(218,216,179)
#E0DDBE
(224,221,190)
#E6E2C9
(230,226,201)
#ECE7D4
(236,231,212)
#F2ECDF
(242,236,223)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBF7C; }

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

This text font color is #BCBF7C.

Background Color

.myBgColor { background-color: #BCBF7C; }

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

This div background color is #BCBF7C.

Border color

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

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

This div border color is #BCBF7C.

Opacity

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

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

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

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

This text has shadow with #BCBF7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBF7C.

Preview

Color preview on black background

This text has color #BCBF7C on black background.


Color preview on white background

This text has color #BCBF7C on white background.


Black color preview on #BCBF7C background

This text has black color on #BCBF7C background.


White color preview on #BCBF7C background

This text has white color on #BCBF7C background.


Related colors

Complementary color

Complementary color for #hex is #434083.


I love getcolorcode.com

Triadic colors

1 #7CBCBF and #BF7CBC with #BCBF7C are triadic colors.

2 #7CBFBC and #BFBC7C with #BCBF7C are triadic colors.