COLOR #BAA071

HEX: #BAA071
RGB: (186,160,113)

Color info

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

RGB color model

#BAA071 color RGB value is (186,160,113).

  • red value is 186;
  • green value is 160;
  • blue value is 113.
RGB:
(186,160,113)
(73%,63%,44%)

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 113 of 255 = 44%

186
160
113

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

Portions of RGB colors in percentages

R + G + B =
186 + 160 + 113 = 459 (100%)
R 186 of 459 ~ 40.52%
G 160 of 459 ~ 34.86%
B 113 of 459 ~ 24.62%

%40.52
%34.86
%24.62

CMYK color model

#BAA071 color CMYK value is (0,14,39,27).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 39.25%
  • key color value is 27.06%
CMYK:
(0,14,39,27)
C0M14Y39K27 
(0%,14%,39%,27%)
(0.00/0.14/0.39/0.27)	

CMYK percentages

%0
%13.98
%39.25
%27.06

Codes

Color #BAA071 in popluar color models

BAA071
RGB186160113
HSL39°34.60%58.63%
HSB/HSV39°39.25%72.94%
CMYK0.00%13.98%39.25%
27.06%

Color #BAA071 in popluar number systems.

HEXBAA071
Decimal186160113
Binary10111010101000001110001
Octal272240161

Shades and tints

Shades of #BAA071

#BAA071
(186,160,113)
#AA9267
(170,146,103)
#9A845D
(154,132,93)
#8A7653
(138,118,83)
#7A6849
(122,104,73)
#6A5A3F
(106,90,63)
#5A4C35
(90,76,53)
#4A3E2B
(74,62,43)
#3A3021
(58,48,33)
#2A2217
(42,34,23)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #BAA071

#BAA071
(186,160,113)
#C0A87D
(192,168,125)
#C6B089
(198,176,137)
#CCB895
(204,184,149)
#D2C0A1
(210,192,161)
#D8C8AD
(216,200,173)
#DED0B9
(222,208,185)
#E4D8C5
(228,216,197)
#EAE0D1
(234,224,209)
#F0E8DD
(240,232,221)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA071 color. Also use rgb(186,160,113) instead hex code.

Text Font Color

.myTextColor { color: #BAA071; }

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

This text font color is #BAA071.


Background Color

.myBgColor { background-color: #BAA071; }

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

This div background color is #BAA071.


Border color

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

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

This div border color is #BAA071.


Opacity

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

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

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

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

This text has shadow with #BAA071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA071 on black background.


Color preview on white background

This text has color #BAA071 on white background.



Black color preview on #BAA071 background

This text has black color on #BAA071 background.


White color preview on #BAA071 background

This text has white color on #BAA071 background.