COLOR #BCB27F

HEX: #BCB27F RGB: (188,178,127)

Color info

#BCB27F contains mainly red and green colors. Web safe color of #BCB27F is #CC9966 (or #C96).

RGB color model

#BCB27F color RGB value is (188,178,127).

RGB: (188,178,127) (74%, 70%, 50%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 127 of 255 = 50%

188
178
127

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

Portions of RGB colors in percentages

R + G + B = 188 + 178 + 127 = 493 (100%)
R 188 of 493 ~ 38.13%
G 178 of 493 ~ 36.11%
B 127 of 493 ~ 25.76'%

%38.13
%36.11
%25.76

CMYK color model

#BCB27F color CMYK value is (0,5,32,26).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 32.45%
  • key color value is 26.27%

CMYK: (0,5,32,26)
C0M5Y32K26 (0%, 5%, 32%, 26%)
(0.00 / 0.05 / 0.32 / 0.26)

CMYK percentages

%0
%5.32
%32.45
%26.27

Codes

Color #BCB27F in popluar color models

BC B2 7F
RGB 188 178 127
HSL 50° 31.28% 61.76%
HSB/HSV 50° 32.45% 73.73%
CMYK 0.00% 5.32% 32.45%
26.27%

Color #BCB27F in popluar number systems.

HEX BC B2 7F
Decimal 188 178 127
Binary 10111100 10110010 1111111
Octal 274 262 177

Shades and tints

Shades of #BCB27F

#BCB27F
(188,178,127)
#ABA274
(171,162,116)
#9A9269
(154,146,105)
#89825E
(137,130,94)
#787253
(120,114,83)
#676248
(103,98,72)
#56523D
(86,82,61)
#454232
(69,66,50)
#343227
(52,50,39)
#23221C
(35,34,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCB27F

#BCB27F
(188,178,127)
#C2B98A
(194,185,138)
#C8C095
(200,192,149)
#CEC7A0
(206,199,160)
#D4CEAB
(212,206,171)
#DAD5B6
(218,213,182)
#E0DCC1
(224,220,193)
#E6E3CC
(230,227,204)
#ECEAD7
(236,234,215)
#F2F1E2
(242,241,226)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB27F color. Also use rgb(188,178,127) instead hex code.

Text Font Color

.myTextColor { color: #BCB27F; }

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

This text font color is #BCB27F.

Background Color

.myBgColor { background-color: #BCB27F; }

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

This div background color is #BCB27F.

Border color

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

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

This div border color is #BCB27F.

Opacity

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

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

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

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

This text has shadow with #BCB27F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB27F.

Preview

Color preview on black background

This text has color #BCB27F on black background.


Color preview on white background

This text has color #BCB27F on white background.


Black color preview on #BCB27F background

This text has black color on #BCB27F background.


White color preview on #BCB27F background

This text has white color on #BCB27F background.


Related colors

Complementary color

Complementary color for #hex is #434D80.


I love getcolorcode.com

Triadic colors

1 #7FBCB2 and #B27FBC with #BCB27F are triadic colors.

2 #7FB2BC and #B2BC7F with #BCB27F are triadic colors.