COLOR #BAA702

HEX: #BAA702
RGB: (186,167,2)

Color info

#BAA702 contains mainly red and green colors. Web safe color of #BAA702 is #CC9900 (or #C90).

RGB color model

#BAA702 color RGB value is (186,167,2).

  • red value is 186;
  • green value is 167;
  • blue value is 2.
RGB:
(186,167,2)
(73%,65%,1%)

RGB channels and saturation

R 186 of 255 = 73%
G 167 of 255 = 65%
B 2 of 255 = 1%

186
167
2

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

Portions of RGB colors in percentages

R + G + B =
186 + 167 + 2 = 355 (100%)
R 186 of 355 ~ 52.39%
G 167 of 355 ~ 47.04%
B 2 of 355 ~ 0.56%

%52.39
%47.04

CMYK color model

#BAA702 color CMYK value is (0,10,99,27).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 98.92%
  • key color value is 27.06%
CMYK:
(0,10,99,27)
C0M10Y99K27 
(0%,10%,99%,27%)
(0.00/0.10/0.99/0.27)	

CMYK percentages

%0
%10.22
%98.92
%27.06

Codes

Color #BAA702 in popluar color models

BAA702
RGB1861672
HSL54°97.87%36.86%
HSB/HSV54°98.92%72.94%
CMYK0.00%10.22%98.92%
27.06%

Color #BAA702 in popluar number systems.

HEXBAA702
Decimal1861672
Binary101110101010011110
Octal2722472

Shades and tints

Shades of #BAA702

#BAA702
(186,167,2)
#AA9802
(170,152,2)
#9A8902
(154,137,2)
#8A7A02
(138,122,2)
#7A6B02
(122,107,2)
#6A5C02
(106,92,2)
#5A4D02
(90,77,2)
#4A3E02
(74,62,2)
#3A2F02
(58,47,2)
#2A2002
(42,32,2)
#1A1102
(26,17,2)
#000000
(0,0,0)

Tints of #BAA702

#BAA702
(186,167,2)
#C0AF19
(192,175,25)
#C6B730
(198,183,48)
#CCBF47
(204,191,71)
#D2C75E
(210,199,94)
#D8CF75
(216,207,117)
#DED78C
(222,215,140)
#E4DFA3
(228,223,163)
#EAE7BA
(234,231,186)
#F0EFD1
(240,239,209)
#F6F7E8
(246,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA702 color. Also use rgb(186,167,2) instead hex code.

Text Font Color

.myTextColor { color: #BAA702; }

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

This text font color is #BAA702.


Background Color

.myBgColor { background-color: #BAA702; }

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

This div background color is #BAA702.


Border color

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

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

This div border color is #BAA702.


Opacity

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

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

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

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

This text has shadow with #BAA702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA702 on black background.


Color preview on white background

This text has color #BAA702 on white background.



Black color preview on #BAA702 background

This text has black color on #BAA702 background.


White color preview on #BAA702 background

This text has white color on #BAA702 background.