COLOR #BAAE47

HEX: #BAAE47
RGB: (186,174,71)

Color info

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

RGB color model

#BAAE47 color RGB value is (186,174,71).

  • red value is 186;
  • green value is 174;
  • blue value is 71.
RGB:
(186,174,71)
(73%,68%,28%)

RGB channels and saturation

R 186 of 255 = 73%
G 174 of 255 = 68%
B 71 of 255 = 28%

186
174
71

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

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 71 = 431 (100%)
R 186 of 431 ~ 43.16%
G 174 of 431 ~ 40.37%
B 71 of 431 ~ 16.47%

%43.16
%40.37
%16.47

CMYK color model

#BAAE47 color CMYK value is (0,6,62,27).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 61.83%
  • key color value is 27.06%
CMYK:
(0,6,62,27)
C0M6Y62K27 
(0%,6%,62%,27%)
(0.00/0.06/0.62/0.27)	

CMYK percentages

%0
%6.45
%61.83
%27.06

Codes

Color #BAAE47 in popluar color models

BAAE47
RGB18617471
HSL54°45.45%50.39%
HSB/HSV54°61.83%72.94%
CMYK0.00%6.45%61.83%
27.06%

Color #BAAE47 in popluar number systems.

HEXBAAE47
Decimal18617471
Binary10111010101011101000111
Octal272256107

Shades and tints

Shades of #BAAE47

#BAAE47
(186,174,71)
#AA9F41
(170,159,65)
#9A903B
(154,144,59)
#8A8135
(138,129,53)
#7A722F
(122,114,47)
#6A6329
(106,99,41)
#5A5423
(90,84,35)
#4A451D
(74,69,29)
#3A3617
(58,54,23)
#2A2711
(42,39,17)
#1A180B
(26,24,11)
#000000
(0,0,0)

Tints of #BAAE47

#BAAE47
(186,174,71)
#C0B557
(192,181,87)
#C6BC67
(198,188,103)
#CCC377
(204,195,119)
#D2CA87
(210,202,135)
#D8D197
(216,209,151)
#DED8A7
(222,216,167)
#E4DFB7
(228,223,183)
#EAE6C7
(234,230,199)
#F0EDD7
(240,237,215)
#F6F4E7
(246,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAE47 color. Also use rgb(186,174,71) instead hex code.

Text Font Color

.myTextColor { color: #BAAE47; }

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

This text font color is #BAAE47.


Background Color

.myBgColor { background-color: #BAAE47; }

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

This div background color is #BAAE47.


Border color

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

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

This div border color is #BAAE47.


Opacity

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

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

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

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

This text has shadow with #BAAE47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAE47 on black background.


Color preview on white background

This text has color #BAAE47 on white background.



Black color preview on #BAAE47 background

This text has black color on #BAAE47 background.


White color preview on #BAAE47 background

This text has white color on #BAAE47 background.