COLOR #BCB36E

HEX: #BCB36E RGB: (188,179,110)

Color info

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

RGB color model

#BCB36E color RGB value is (188,179,110).

RGB: (188,179,110) (74%, 70%, 43%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 110 of 255 = 43%

188
179
110

R + G + B ~ 62%. #BCB36E is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 110 = 477 (100%)
R 188 of 477 ~ 39.41%
G 179 of 477 ~ 37.53%
B 110 of 477 ~ 23.06'%

%39.41
%37.53
%23.06

CMYK color model

#BCB36E color CMYK value is (0,5,41,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 41.49%
  • key color value is 26.27%

CMYK: (0,5,41,26)
C0M5Y41K26 (0%, 5%, 41%, 26%)
(0.00 / 0.05 / 0.41 / 0.26)

CMYK percentages

%0
%4.79
%41.49
%26.27

Codes

Color #BCB36E in popluar color models

BC B3 6E
RGB 188 179 110
HSL 53° 36.79% 58.43%
HSB/HSV 53° 41.49% 73.73%
CMYK 0.00% 4.79% 41.49%
26.27%

Color #BCB36E in popluar number systems.

HEX BC B3 6E
Decimal 188 179 110
Binary 10111100 10110011 1101110
Octal 274 263 156

Shades and tints

Shades of #BCB36E

#BCB36E
(188,179,110)
#ABA364
(171,163,100)
#9A935A
(154,147,90)
#898350
(137,131,80)
#787346
(120,115,70)
#67633C
(103,99,60)
#565332
(86,83,50)
#454328
(69,67,40)
#34331E
(52,51,30)
#232314
(35,35,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #BCB36E

#BCB36E
(188,179,110)
#C2B97B
(194,185,123)
#C8BF88
(200,191,136)
#CEC595
(206,197,149)
#D4CBA2
(212,203,162)
#DAD1AF
(218,209,175)
#E0D7BC
(224,215,188)
#E6DDC9
(230,221,201)
#ECE3D6
(236,227,214)
#F2E9E3
(242,233,227)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB36E color. Also use rgb(188,179,110) instead hex code.

Text Font Color

.myTextColor { color: #BCB36E; }

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

This text font color is #BCB36E.

Background Color

.myBgColor { background-color: #BCB36E; }

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

This div background color is #BCB36E.

Border color

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

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

This div border color is #BCB36E.

Opacity

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

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

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

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

This text has shadow with #BCB36E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB36E.

Preview

Color preview on black background

This text has color #BCB36E on black background.


Color preview on white background

This text has color #BCB36E on white background.


Black color preview on #BCB36E background

This text has black color on #BCB36E background.


White color preview on #BCB36E background

This text has white color on #BCB36E background.


Related colors

Complementary color

Complementary color for #hex is #434C91.


I love getcolorcode.com

Triadic colors

1 #6EBCB3 and #B36EBC with #BCB36E are triadic colors.

2 #6EB3BC and #B3BC6E with #BCB36E are triadic colors.