COLOR #BAB386

HEX: #BAB386
RGB: (186,179,134)

Color info

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

RGB color model

#BAB386 color RGB value is (186,179,134).

  • red value is 186;
  • green value is 179;
  • blue value is 134.
RGB:
(186,179,134)
(73%,70%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 179 of 255 = 70%
B 134 of 255 = 53%

186
179
134

R + G + B ~ 65%. #BAB386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 179 + 134 = 499 (100%)
R 186 of 499 ~ 37.27%
G 179 of 499 ~ 35.87%
B 134 of 499 ~ 26.85%

%37.27
%35.87
%26.85

CMYK color model

#BAB386 color CMYK value is (0,4,28,27).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK:
(0,4,28,27)
C0M4Y28K27 
(0%,4%,28%,27%)
(0.00/0.04/0.28/0.27)	

CMYK percentages

%0
%3.76
%27.96
%27.06

Codes

Color #BAB386 in popluar color models

BAB386
RGB186179134
HSL52°27.37%62.75%
HSB/HSV52°27.96%72.94%
CMYK0.00%3.76%27.96%
27.06%

Color #BAB386 in popluar number systems.

HEXBAB386
Decimal186179134
Binary101110101011001110000110
Octal272263206

Shades and tints

Shades of #BAB386

#BAB386
(186,179,134)
#AAA37A
(170,163,122)
#9A936E
(154,147,110)
#8A8362
(138,131,98)
#7A7356
(122,115,86)
#6A634A
(106,99,74)
#5A533E
(90,83,62)
#4A4332
(74,67,50)
#3A3326
(58,51,38)
#2A231A
(42,35,26)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #BAB386

#BAB386
(186,179,134)
#C0B991
(192,185,145)
#C6BF9C
(198,191,156)
#CCC5A7
(204,197,167)
#D2CBB2
(210,203,178)
#D8D1BD
(216,209,189)
#DED7C8
(222,215,200)
#E4DDD3
(228,221,211)
#EAE3DE
(234,227,222)
#F0E9E9
(240,233,233)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB386 color. Also use rgb(186,179,134) instead hex code.

Text Font Color

.myTextColor { color: #BAB386; }

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

This text font color is #BAB386.


Background Color

.myBgColor { background-color: #BAB386; }

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

This div background color is #BAB386.


Border color

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

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

This div border color is #BAB386.


Opacity

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

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

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

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

This text has shadow with #BAB386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB386 on black background.


Color preview on white background

This text has color #BAB386 on white background.



Black color preview on #BAB386 background

This text has black color on #BAB386 background.


White color preview on #BAB386 background

This text has white color on #BAB386 background.