COLOR #BCB157

HEX: #BCB157
RGB: (188,177,87)

Color info

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

RGB color model

#BCB157 color RGB value is (188,177,87).

  • red value is 188;
  • green value is 177;
  • blue value is 87.
RGB:
(188,177,87)
(74%,69%,34%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 87 of 255 = 34%

188
177
87

R + G + B ~ 59%. #BCB157 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 87 = 452 (100%)
R 188 of 452 ~ 41.59%
G 177 of 452 ~ 39.16%
B 87 of 452 ~ 19.25%

%41.59
%39.16
%19.25

CMYK color model

#BCB157 color CMYK value is (0,6,54,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 53.72%
  • key color value is 26.27%
CMYK:
(0,6,54,26)
C0M6Y54K26 
(0%,6%,54%,26%)
(0.00/0.06/0.54/0.26)	

CMYK percentages

%0
%5.85
%53.72
%26.27

Codes

Color #BCB157 in popluar color models

BCB157
RGB18817787
HSL53°42.98%53.92%
HSB/HSV53°53.72%73.73%
CMYK0.00%5.85%53.72%
26.27%

Color #BCB157 in popluar number systems.

HEXBCB157
Decimal18817787
Binary10111100101100011010111
Octal274261127

Shades and tints

Shades of #BCB157

#BCB157
(188,177,87)
#ABA150
(171,161,80)
#9A9149
(154,145,73)
#898142
(137,129,66)
#78713B
(120,113,59)
#676134
(103,97,52)
#56512D
(86,81,45)
#454126
(69,65,38)
#34311F
(52,49,31)
#232118
(35,33,24)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BCB157

#BCB157
(188,177,87)
#C2B866
(194,184,102)
#C8BF75
(200,191,117)
#CEC684
(206,198,132)
#D4CD93
(212,205,147)
#DAD4A2
(218,212,162)
#E0DBB1
(224,219,177)
#E6E2C0
(230,226,192)
#ECE9CF
(236,233,207)
#F2F0DE
(242,240,222)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB157 color. Also use rgb(188,177,87) instead hex code.

Text Font Color

.myTextColor { color: #BCB157; }

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

This text font color is #BCB157.


Background Color

.myBgColor { background-color: #BCB157; }

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

This div background color is #BCB157.


Border color

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

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

This div border color is #BCB157.


Opacity

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

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

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

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

This text has shadow with #BCB157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB157 on black background.


Color preview on white background

This text has color #BCB157 on white background.



Black color preview on #BCB157 background

This text has black color on #BCB157 background.


White color preview on #BCB157 background

This text has white color on #BCB157 background.