COLOR #BCAF26

HEX: #BCAF26
RGB: (188,175,38)

Color info

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

RGB color model

#BCAF26 color RGB value is (188,175,38).

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

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 38 of 255 = 15%

188
175
38

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

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 38 = 401 (100%)
R 188 of 401 ~ 46.88%
G 175 of 401 ~ 43.64%
B 38 of 401 ~ 9.48%

%46.88
%43.64

CMYK color model

#BCAF26 color CMYK value is (0,7,80,26).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 79.79%
  • key color value is 26.27%
CMYK:
(0,7,80,26)
C0M7Y80K26 
(0%,7%,80%,26%)
(0.00/0.07/0.80/0.26)	

CMYK percentages

%0
%6.91
%79.79
%26.27

Codes

Color #BCAF26 in popluar color models

BCAF26
RGB18817538
HSL55°66.37%44.31%
HSB/HSV55°79.79%73.73%
CMYK0.00%6.91%79.79%
26.27%

Color #BCAF26 in popluar number systems.

HEXBCAF26
Decimal18817538
Binary1011110010101111100110
Octal27425746

Shades and tints

Shades of #BCAF26

#BCAF26
(188,175,38)
#ABA023
(171,160,35)
#9A9120
(154,145,32)
#89821D
(137,130,29)
#78731A
(120,115,26)
#676417
(103,100,23)
#565514
(86,85,20)
#454611
(69,70,17)
#34370E
(52,55,14)
#23280B
(35,40,11)
#121908
(18,25,8)
#000000
(0,0,0)

Tints of #BCAF26

#BCAF26
(188,175,38)
#C2B639
(194,182,57)
#C8BD4C
(200,189,76)
#CEC45F
(206,196,95)
#D4CB72
(212,203,114)
#DAD285
(218,210,133)
#E0D998
(224,217,152)
#E6E0AB
(230,224,171)
#ECE7BE
(236,231,190)
#F2EED1
(242,238,209)
#F8F5E4
(248,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAF26; }

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

This text font color is #BCAF26.


Background Color

.myBgColor { background-color: #BCAF26; }

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

This div background color is #BCAF26.


Border color

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

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

This div border color is #BCAF26.


Opacity

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

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

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

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

This text has shadow with #BCAF26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAF26 on black background.


Color preview on white background

This text has color #BCAF26 on white background.



Black color preview on #BCAF26 background

This text has black color on #BCAF26 background.


White color preview on #BCAF26 background

This text has white color on #BCAF26 background.