COLOR #BAB689

HEX: #BAB689 RGB: (186,182,137)

Color info

#BAB689 contains red, green and blue colors in about the same proportion. Web safe color of #BAB689 is #CCCC99 (or #CC9).

RGB color model

#BAB689 color RGB value is (186,182,137).

RGB: (186,182,137) (73%, 71%, 54%)

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 137 of 255 = 54%

186
182
137

R + G + B ~ 66%. #BAB689 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 182 + 137 = 505 (100%)
R 186 of 505 ~ 36.83%
G 182 of 505 ~ 36.04%
B 137 of 505 ~ 27.13'%

%36.83
%36.04
%27.13

CMYK color model

#BAB689 color CMYK value is (0,2,26,27).

  • cyan value is 0.00%
  • magenta value is 2.15%
  • yellow value is 26.34%
  • key color value is 27.06%

CMYK: (0,2,26,27)
C0M2Y26K27 (0%, 2%, 26%, 27%)
(0.00 / 0.02 / 0.26 / 0.27)

CMYK percentages

%0
%2.15
%26.34
%27.06

Codes

Color #BAB689 in popluar color models

BA B6 89
RGB 186 182 137
HSL 55° 26.20% 63.33%
HSB/HSV 55° 26.34% 72.94%
CMYK 0.00% 2.15% 26.34%
27.06%

Color #BAB689 in popluar number systems.

HEX BA B6 89
Decimal 186 182 137
Binary 10111010 10110110 10001001
Octal 272 266 211

Shades and tints

Shades of #BAB689

#BAB689
(186,182,137)
#AAA67D
(170,166,125)
#9A9671
(154,150,113)
#8A8665
(138,134,101)
#7A7659
(122,118,89)
#6A664D
(106,102,77)
#5A5641
(90,86,65)
#4A4635
(74,70,53)
#3A3629
(58,54,41)
#2A261D
(42,38,29)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #BAB689

#BAB689
(186,182,137)
#C0BC93
(192,188,147)
#C6C29D
(198,194,157)
#CCC8A7
(204,200,167)
#D2CEB1
(210,206,177)
#D8D4BB
(216,212,187)
#DEDAC5
(222,218,197)
#E4E0CF
(228,224,207)
#EAE6D9
(234,230,217)
#F0ECE3
(240,236,227)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB689 color. Also use rgb(186,182,137) instead hex code.

Text Font Color

.myTextColor { color: #BAB689; }

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

This text font color is #BAB689.

Background Color

.myBgColor { background-color: #BAB689; }

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

This div background color is #BAB689.

Border color

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

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

This div border color is #BAB689.

Opacity

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

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

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

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

This text has shadow with #BAB689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB689.

Preview

Color preview on black background

This text has color #BAB689 on black background.


Color preview on white background

This text has color #BAB689 on white background.


Black color preview on #BAB689 background

This text has black color on #BAB689 background.


White color preview on #BAB689 background

This text has white color on #BAB689 background.


Related colors

Complementary color

Complementary color for #hex is #454976.


I love getcolorcode.com

Triadic colors

1 #89BAB6 and #B689BA with #BAB689 are triadic colors.

2 #89B6BA and #B6BA89 with #BAB689 are triadic colors.