COLOR #BAAE67

HEX: #BAAE67
RGB: (186,174,103)

Color info

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

RGB color model

#BAAE67 color RGB value is (186,174,103).

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

RGB channels and saturation

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

186
174
103

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

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 103 = 463 (100%)
R 186 of 463 ~ 40.17%
G 174 of 463 ~ 37.58%
B 103 of 463 ~ 22.25%

%40.17
%37.58
%22.25

CMYK color model

#BAAE67 color CMYK value is (0,6,45,27).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 44.62%
  • key color value is 27.06%
CMYK:
(0,6,45,27)
C0M6Y45K27 
(0%,6%,45%,27%)
(0.00/0.06/0.45/0.27)	

CMYK percentages

%0
%6.45
%44.62
%27.06

Codes

Color #BAAE67 in popluar color models

BAAE67
RGB186174103
HSL51°37.56%56.67%
HSB/HSV51°44.62%72.94%
CMYK0.00%6.45%44.62%
27.06%

Color #BAAE67 in popluar number systems.

HEXBAAE67
Decimal186174103
Binary10111010101011101100111
Octal272256147

Shades and tints

Shades of #BAAE67

#BAAE67
(186,174,103)
#AA9F5E
(170,159,94)
#9A9055
(154,144,85)
#8A814C
(138,129,76)
#7A7243
(122,114,67)
#6A633A
(106,99,58)
#5A5431
(90,84,49)
#4A4528
(74,69,40)
#3A361F
(58,54,31)
#2A2716
(42,39,22)
#1A180D
(26,24,13)
#000000
(0,0,0)

Tints of #BAAE67

#BAAE67
(186,174,103)
#C0B574
(192,181,116)
#C6BC81
(198,188,129)
#CCC38E
(204,195,142)
#D2CA9B
(210,202,155)
#D8D1A8
(216,209,168)
#DED8B5
(222,216,181)
#E4DFC2
(228,223,194)
#EAE6CF
(234,230,207)
#F0EDDC
(240,237,220)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAE67; }

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

This text font color is #BAAE67.


Background Color

.myBgColor { background-color: #BAAE67; }

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

This div background color is #BAAE67.


Border color

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

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

This div border color is #BAAE67.


Opacity

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

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

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

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

This text has shadow with #BAAE67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAE67 on black background.


Color preview on white background

This text has color #BAAE67 on white background.



Black color preview on #BAAE67 background

This text has black color on #BAAE67 background.


White color preview on #BAAE67 background

This text has white color on #BAAE67 background.