COLOR #BAAD67

HEX: #BAAD67
RGB: (186,173,103)

Color info

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

RGB color model

#BAAD67 color RGB value is (186,173,103).

  • red value is 186;
  • green value is 173;
  • blue value is 103.
RGB:
(186,173,103)
(73%,68%,40%)

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 103 of 255 = 40%

186
173
103

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

Portions of RGB colors in percentages

R + G + B =
186 + 173 + 103 = 462 (100%)
R 186 of 462 ~ 40.26%
G 173 of 462 ~ 37.45%
B 103 of 462 ~ 22.29%

%40.26
%37.45
%22.29

CMYK color model

#BAAD67 color CMYK value is (0,7,45,27).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 44.62%
  • key color value is 27.06%
CMYK:
(0,7,45,27)
C0M7Y45K27 
(0%,7%,45%,27%)
(0.00/0.07/0.45/0.27)	

CMYK percentages

%0
%6.99
%44.62
%27.06

Codes

Color #BAAD67 in popluar color models

BAAD67
RGB186173103
HSL51°37.56%56.67%
HSB/HSV51°44.62%72.94%
CMYK0.00%6.99%44.62%
27.06%

Color #BAAD67 in popluar number systems.

HEXBAAD67
Decimal186173103
Binary10111010101011011100111
Octal272255147

Shades and tints

Shades of #BAAD67

#BAAD67
(186,173,103)
#AA9E5E
(170,158,94)
#9A8F55
(154,143,85)
#8A804C
(138,128,76)
#7A7143
(122,113,67)
#6A623A
(106,98,58)
#5A5331
(90,83,49)
#4A4428
(74,68,40)
#3A351F
(58,53,31)
#2A2616
(42,38,22)
#1A170D
(26,23,13)
#000000
(0,0,0)

Tints of #BAAD67

#BAAD67
(186,173,103)
#C0B474
(192,180,116)
#C6BB81
(198,187,129)
#CCC28E
(204,194,142)
#D2C99B
(210,201,155)
#D8D0A8
(216,208,168)
#DED7B5
(222,215,181)
#E4DEC2
(228,222,194)
#EAE5CF
(234,229,207)
#F0ECDC
(240,236,220)
#F6F3E9
(246,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAD67 color. Also use rgb(186,173,103) instead hex code.

Text Font Color

.myTextColor { color: #BAAD67; }

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

This text font color is #BAAD67.


Background Color

.myBgColor { background-color: #BAAD67; }

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

This div background color is #BAAD67.


Border color

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

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

This div border color is #BAAD67.


Opacity

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

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

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

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

This text has shadow with #BAAD67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAD67 on black background.


Color preview on white background

This text has color #BAAD67 on white background.



Black color preview on #BAAD67 background

This text has black color on #BAAD67 background.


White color preview on #BAAD67 background

This text has white color on #BAAD67 background.