COLOR #BAA684

HEX: #BAA684
RGB: (186,166,132)

Color info

#BAA684 contains red, green and blue colors in about the same proportion. Web safe color of #BAA684 is #CC9999 (or #C99).

RGB color model

#BAA684 color RGB value is (186,166,132).

  • red value is 186;
  • green value is 166;
  • blue value is 132.
RGB:
(186,166,132)
(73%,65%,52%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 132 of 255 = 52%

186
166
132

R + G + B ~ 63%. #BAA684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 132 = 484 (100%)
R 186 of 484 ~ 38.43%
G 166 of 484 ~ 34.3%
B 132 of 484 ~ 27.27%

%38.43
%34.3
%27.27

CMYK color model

#BAA684 color CMYK value is (0,11,29,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 29.03%
  • key color value is 27.06%
CMYK:
(0,11,29,27)
C0M11Y29K27 
(0%,11%,29%,27%)
(0.00/0.11/0.29/0.27)	

CMYK percentages

%0
%10.75
%29.03
%27.06

Codes

Color #BAA684 in popluar color models

BAA684
RGB186166132
HSL38°28.13%62.35%
HSB/HSV38°29.03%72.94%
CMYK0.00%10.75%29.03%
27.06%

Color #BAA684 in popluar number systems.

HEXBAA684
Decimal186166132
Binary101110101010011010000100
Octal272246204

Shades and tints

Shades of #BAA684

#BAA684
(186,166,132)
#AA9778
(170,151,120)
#9A886C
(154,136,108)
#8A7960
(138,121,96)
#7A6A54
(122,106,84)
#6A5B48
(106,91,72)
#5A4C3C
(90,76,60)
#4A3D30
(74,61,48)
#3A2E24
(58,46,36)
#2A1F18
(42,31,24)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #BAA684

#BAA684
(186,166,132)
#C0AE8F
(192,174,143)
#C6B69A
(198,182,154)
#CCBEA5
(204,190,165)
#D2C6B0
(210,198,176)
#D8CEBB
(216,206,187)
#DED6C6
(222,214,198)
#E4DED1
(228,222,209)
#EAE6DC
(234,230,220)
#F0EEE7
(240,238,231)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA684 color. Also use rgb(186,166,132) instead hex code.

Text Font Color

.myTextColor { color: #BAA684; }

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

This text font color is #BAA684.


Background Color

.myBgColor { background-color: #BAA684; }

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

This div background color is #BAA684.


Border color

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

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

This div border color is #BAA684.


Opacity

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

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

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

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

This text has shadow with #BAA684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA684 on black background.


Color preview on white background

This text has color #BAA684 on white background.



Black color preview on #BAA684 background

This text has black color on #BAA684 background.


White color preview on #BAA684 background

This text has white color on #BAA684 background.