COLOR #BCB377

HEX: #BCB377 RGB: (188,179,119)

Color info

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

RGB color model

#BCB377 color RGB value is (188,179,119).

RGB: (188,179,119) (74%, 70%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 119 of 255 = 47%

188
179
119

R + G + B ~ 64%. #BCB377 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 119 = 486 (100%)
R 188 of 486 ~ 38.68%
G 179 of 486 ~ 36.83%
B 119 of 486 ~ 24.49'%

%38.68
%36.83
%24.49

CMYK color model

#BCB377 color CMYK value is (0,5,37,26).

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

CMYK: (0,5,37,26)
C0M5Y37K26 (0%, 5%, 37%, 26%)
(0.00 / 0.05 / 0.37 / 0.26)

CMYK percentages

%0
%4.79
%36.7
%26.27

Codes

Color #BCB377 in popluar color models

BC B3 77
RGB 188 179 119
HSL 52° 33.99% 60.20%
HSB/HSV 52° 36.70% 73.73%
CMYK 0.00% 4.79% 36.70%
26.27%

Color #BCB377 in popluar number systems.

HEX BC B3 77
Decimal 188 179 119
Binary 10111100 10110011 1110111
Octal 274 263 167

Shades and tints

Shades of #BCB377

#BCB377
(188,179,119)
#ABA36D
(171,163,109)
#9A9363
(154,147,99)
#898359
(137,131,89)
#78734F
(120,115,79)
#676345
(103,99,69)
#56533B
(86,83,59)
#454331
(69,67,49)
#343327
(52,51,39)
#23231D
(35,35,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCB377

#BCB377
(188,179,119)
#C2B983
(194,185,131)
#C8BF8F
(200,191,143)
#CEC59B
(206,197,155)
#D4CBA7
(212,203,167)
#DAD1B3
(218,209,179)
#E0D7BF
(224,215,191)
#E6DDCB
(230,221,203)
#ECE3D7
(236,227,215)
#F2E9E3
(242,233,227)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB377; }

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

This text font color is #BCB377.

Background Color

.myBgColor { background-color: #BCB377; }

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

This div background color is #BCB377.

Border color

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

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

This div border color is #BCB377.

Opacity

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

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

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

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

This text has shadow with #BCB377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB377.

Preview

Color preview on black background

This text has color #BCB377 on black background.


Color preview on white background

This text has color #BCB377 on white background.


Black color preview on #BCB377 background

This text has black color on #BCB377 background.


White color preview on #BCB377 background

This text has white color on #BCB377 background.


Related colors

Complementary color

Complementary color for #hex is #434C88.


I love getcolorcode.com

Triadic colors

1 #77BCB3 and #B377BC with #BCB377 are triadic colors.

2 #77B3BC and #B3BC77 with #BCB377 are triadic colors.