COLOR #BCB37D

HEX: #BCB37D RGB: (188,179,125)

Color info

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

RGB color model

#BCB37D color RGB value is (188,179,125).

RGB: (188,179,125) (74%, 70%, 49%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 125 of 255 = 49%

188
179
125

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

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 125 = 492 (100%)
R 188 of 492 ~ 38.21%
G 179 of 492 ~ 36.38%
B 125 of 492 ~ 25.41'%

%38.21
%36.38
%25.41

CMYK color model

#BCB37D color CMYK value is (0,5,34,26).

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

CMYK: (0,5,34,26)
C0M5Y34K26 (0%, 5%, 34%, 26%)
(0.00 / 0.05 / 0.34 / 0.26)

CMYK percentages

%0
%4.79
%33.51
%26.27

Codes

Color #BCB37D in popluar color models

BC B3 7D
RGB 188 179 125
HSL 51° 31.98% 61.37%
HSB/HSV 51° 33.51% 73.73%
CMYK 0.00% 4.79% 33.51%
26.27%

Color #BCB37D in popluar number systems.

HEX BC B3 7D
Decimal 188 179 125
Binary 10111100 10110011 1111101
Octal 274 263 175

Shades and tints

Shades of #BCB37D

#BCB37D
(188,179,125)
#ABA372
(171,163,114)
#9A9367
(154,147,103)
#89835C
(137,131,92)
#787351
(120,115,81)
#676346
(103,99,70)
#56533B
(86,83,59)
#454330
(69,67,48)
#343325
(52,51,37)
#23231A
(35,35,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCB37D

#BCB37D
(188,179,125)
#C2B988
(194,185,136)
#C8BF93
(200,191,147)
#CEC59E
(206,197,158)
#D4CBA9
(212,203,169)
#DAD1B4
(218,209,180)
#E0D7BF
(224,215,191)
#E6DDCA
(230,221,202)
#ECE3D5
(236,227,213)
#F2E9E0
(242,233,224)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB37D; }

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

This text font color is #BCB37D.

Background Color

.myBgColor { background-color: #BCB37D; }

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

This div background color is #BCB37D.

Border color

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

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

This div border color is #BCB37D.

Opacity

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

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

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

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

This text has shadow with #BCB37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB37D.

Preview

Color preview on black background

This text has color #BCB37D on black background.


Color preview on white background

This text has color #BCB37D on white background.


Black color preview on #BCB37D background

This text has black color on #BCB37D background.


White color preview on #BCB37D background

This text has white color on #BCB37D background.


Related colors

Complementary color

Complementary color for #hex is #434C82.


I love getcolorcode.com

Triadic colors

1 #7DBCB3 and #B37DBC with #BCB37D are triadic colors.

2 #7DB3BC and #B3BC7D with #BCB37D are triadic colors.