COLOR #BCA526

HEX: #BCA526
RGB: (188,165,38)

Color info

#BCA526 contains mainly red and green colors. Web safe color of #BCA526 is #CC9933 (or #C93).

RGB color model

#BCA526 color RGB value is (188,165,38).

  • red value is 188;
  • green value is 165;
  • blue value is 38.
RGB:
(188,165,38)
(74%,65%,15%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 38 of 255 = 15%

188
165
38

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

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 38 = 391 (100%)
R 188 of 391 ~ 48.08%
G 165 of 391 ~ 42.2%
B 38 of 391 ~ 9.72%

%48.08
%42.2
%9.72

CMYK color model

#BCA526 color CMYK value is (0,12,80,26).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 79.79%
  • key color value is 26.27%
CMYK:
(0,12,80,26)
C0M12Y80K26 
(0%,12%,80%,26%)
(0.00/0.12/0.80/0.26)	

CMYK percentages

%0
%12.23
%79.79
%26.27

Codes

Color #BCA526 in popluar color models

BCA526
RGB18816538
HSL51°66.37%44.31%
HSB/HSV51°79.79%73.73%
CMYK0.00%12.23%79.79%
26.27%

Color #BCA526 in popluar number systems.

HEXBCA526
Decimal18816538
Binary1011110010100101100110
Octal27424546

Shades and tints

Shades of #BCA526

#BCA526
(188,165,38)
#AB9623
(171,150,35)
#9A8720
(154,135,32)
#89781D
(137,120,29)
#78691A
(120,105,26)
#675A17
(103,90,23)
#564B14
(86,75,20)
#453C11
(69,60,17)
#342D0E
(52,45,14)
#231E0B
(35,30,11)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #BCA526

#BCA526
(188,165,38)
#C2AD39
(194,173,57)
#C8B54C
(200,181,76)
#CEBD5F
(206,189,95)
#D4C572
(212,197,114)
#DACD85
(218,205,133)
#E0D598
(224,213,152)
#E6DDAB
(230,221,171)
#ECE5BE
(236,229,190)
#F2EDD1
(242,237,209)
#F8F5E4
(248,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA526 color. Also use rgb(188,165,38) instead hex code.

Text Font Color

.myTextColor { color: #BCA526; }

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

This text font color is #BCA526.


Background Color

.myBgColor { background-color: #BCA526; }

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

This div background color is #BCA526.


Border color

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

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

This div border color is #BCA526.


Opacity

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

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

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

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

This text has shadow with #BCA526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA526 on black background.


Color preview on white background

This text has color #BCA526 on white background.



Black color preview on #BCA526 background

This text has black color on #BCA526 background.


White color preview on #BCA526 background

This text has white color on #BCA526 background.