COLOR #BAA076

HEX: #BAA076
RGB: (186,160,118)

Color info

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

RGB color model

#BAA076 color RGB value is (186,160,118).

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

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 118 of 255 = 46%

186
160
118

R + G + B ~ 61%. #BAA076 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 160 + 118 = 464 (100%)
R 186 of 464 ~ 40.09%
G 160 of 464 ~ 34.48%
B 118 of 464 ~ 25.43%

%40.09
%34.48
%25.43

CMYK color model

#BAA076 color CMYK value is (0,14,37,27).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(0,14,37,27)
C0M14Y37K27 
(0%,14%,37%,27%)
(0.00/0.14/0.37/0.27)	

CMYK percentages

%0
%13.98
%36.56
%27.06

Codes

Color #BAA076 in popluar color models

BAA076
RGB186160118
HSL37°33.01%59.61%
HSB/HSV37°36.56%72.94%
CMYK0.00%13.98%36.56%
27.06%

Color #BAA076 in popluar number systems.

HEXBAA076
Decimal186160118
Binary10111010101000001110110
Octal272240166

Shades and tints

Shades of #BAA076

#BAA076
(186,160,118)
#AA926C
(170,146,108)
#9A8462
(154,132,98)
#8A7658
(138,118,88)
#7A684E
(122,104,78)
#6A5A44
(106,90,68)
#5A4C3A
(90,76,58)
#4A3E30
(74,62,48)
#3A3026
(58,48,38)
#2A221C
(42,34,28)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #BAA076

#BAA076
(186,160,118)
#C0A882
(192,168,130)
#C6B08E
(198,176,142)
#CCB89A
(204,184,154)
#D2C0A6
(210,192,166)
#D8C8B2
(216,200,178)
#DED0BE
(222,208,190)
#E4D8CA
(228,216,202)
#EAE0D6
(234,224,214)
#F0E8E2
(240,232,226)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA076; }

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

This text font color is #BAA076.


Background Color

.myBgColor { background-color: #BAA076; }

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

This div background color is #BAA076.


Border color

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

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

This div border color is #BAA076.


Opacity

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

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

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

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

This text has shadow with #BAA076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA076 on black background.


Color preview on white background

This text has color #BAA076 on white background.



Black color preview on #BAA076 background

This text has black color on #BAA076 background.


White color preview on #BAA076 background

This text has white color on #BAA076 background.