COLOR #BAA885

HEX: #BAA885
RGB: (186,168,133)

Color info

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

RGB color model

#BAA885 color RGB value is (186,168,133).

  • red value is 186;
  • green value is 168;
  • blue value is 133.
RGB:
(186,168,133)
(73%,66%,52%)

RGB channels and saturation

R 186 of 255 = 73%
G 168 of 255 = 66%
B 133 of 255 = 52%

186
168
133

R + G + B ~ 64%. #BAA885 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 168 + 133 = 487 (100%)
R 186 of 487 ~ 38.19%
G 168 of 487 ~ 34.5%
B 133 of 487 ~ 27.31%

%38.19
%34.5
%27.31

CMYK color model

#BAA885 color CMYK value is (0,10,28,27).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 28.49%
  • key color value is 27.06%
CMYK:
(0,10,28,27)
C0M10Y28K27 
(0%,10%,28%,27%)
(0.00/0.10/0.28/0.27)	

CMYK percentages

%0
%9.68
%28.49
%27.06

Codes

Color #BAA885 in popluar color models

BAA885
RGB186168133
HSL40°27.75%62.55%
HSB/HSV40°28.49%72.94%
CMYK0.00%9.68%28.49%
27.06%

Color #BAA885 in popluar number systems.

HEXBAA885
Decimal186168133
Binary101110101010100010000101
Octal272250205

Shades and tints

Shades of #BAA885

#BAA885
(186,168,133)
#AA9979
(170,153,121)
#9A8A6D
(154,138,109)
#8A7B61
(138,123,97)
#7A6C55
(122,108,85)
#6A5D49
(106,93,73)
#5A4E3D
(90,78,61)
#4A3F31
(74,63,49)
#3A3025
(58,48,37)
#2A2119
(42,33,25)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #BAA885

#BAA885
(186,168,133)
#C0AF90
(192,175,144)
#C6B69B
(198,182,155)
#CCBDA6
(204,189,166)
#D2C4B1
(210,196,177)
#D8CBBC
(216,203,188)
#DED2C7
(222,210,199)
#E4D9D2
(228,217,210)
#EAE0DD
(234,224,221)
#F0E7E8
(240,231,232)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA885 color. Also use rgb(186,168,133) instead hex code.

Text Font Color

.myTextColor { color: #BAA885; }

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

This text font color is #BAA885.


Background Color

.myBgColor { background-color: #BAA885; }

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

This div background color is #BAA885.


Border color

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

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

This div border color is #BAA885.


Opacity

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

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

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

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

This text has shadow with #BAA885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA885 on black background.


Color preview on white background

This text has color #BAA885 on white background.



Black color preview on #BAA885 background

This text has black color on #BAA885 background.


White color preview on #BAA885 background

This text has white color on #BAA885 background.