COLOR #BAB186

HEX: #BAB186
RGB: (186,177,134)

Color info

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

RGB color model

#BAB186 color RGB value is (186,177,134).

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

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 134 of 255 = 53%

186
177
134

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

Portions of RGB colors in percentages

R + G + B =
186 + 177 + 134 = 497 (100%)
R 186 of 497 ~ 37.42%
G 177 of 497 ~ 35.61%
B 134 of 497 ~ 26.96%

%37.42
%35.61
%26.96

CMYK color model

#BAB186 color CMYK value is (0,5,28,27).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK:
(0,5,28,27)
C0M5Y28K27 
(0%,5%,28%,27%)
(0.00/0.05/0.28/0.27)	

CMYK percentages

%0
%4.84
%27.96
%27.06

Codes

Color #BAB186 in popluar color models

BAB186
RGB186177134
HSL50°27.37%62.75%
HSB/HSV50°27.96%72.94%
CMYK0.00%4.84%27.96%
27.06%

Color #BAB186 in popluar number systems.

HEXBAB186
Decimal186177134
Binary101110101011000110000110
Octal272261206

Shades and tints

Shades of #BAB186

#BAB186
(186,177,134)
#AAA17A
(170,161,122)
#9A916E
(154,145,110)
#8A8162
(138,129,98)
#7A7156
(122,113,86)
#6A614A
(106,97,74)
#5A513E
(90,81,62)
#4A4132
(74,65,50)
#3A3126
(58,49,38)
#2A211A
(42,33,26)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #BAB186

#BAB186
(186,177,134)
#C0B891
(192,184,145)
#C6BF9C
(198,191,156)
#CCC6A7
(204,198,167)
#D2CDB2
(210,205,178)
#D8D4BD
(216,212,189)
#DEDBC8
(222,219,200)
#E4E2D3
(228,226,211)
#EAE9DE
(234,233,222)
#F0F0E9
(240,240,233)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB186; }

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

This text font color is #BAB186.


Background Color

.myBgColor { background-color: #BAB186; }

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

This div background color is #BAB186.


Border color

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

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

This div border color is #BAB186.


Opacity

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

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

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

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

This text has shadow with #BAB186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB186 on black background.


Color preview on white background

This text has color #BAB186 on white background.



Black color preview on #BAB186 background

This text has black color on #BAB186 background.


White color preview on #BAB186 background

This text has white color on #BAB186 background.