COLOR #BAB289

HEX: #BAB289
RGB: (186,178,137)

Color info

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

RGB color model

#BAB289 color RGB value is (186,178,137).

  • red value is 186;
  • green value is 178;
  • blue value is 137.
RGB:
(186,178,137)
(73%,70%,54%)

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 137 of 255 = 54%

186
178
137

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

Portions of RGB colors in percentages

R + G + B =
186 + 178 + 137 = 501 (100%)
R 186 of 501 ~ 37.13%
G 178 of 501 ~ 35.53%
B 137 of 501 ~ 27.35%

%37.13
%35.53
%27.35

CMYK color model

#BAB289 color CMYK value is (0,4,26,27).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK:
(0,4,26,27)
C0M4Y26K27 
(0%,4%,26%,27%)
(0.00/0.04/0.26/0.27)	

CMYK percentages

%0
%4.3
%26.34
%27.06

Codes

Color #BAB289 in popluar color models

BAB289
RGB186178137
HSL50°26.20%63.33%
HSB/HSV50°26.34%72.94%
CMYK0.00%4.30%26.34%
27.06%

Color #BAB289 in popluar number systems.

HEXBAB289
Decimal186178137
Binary101110101011001010001001
Octal272262211

Shades and tints

Shades of #BAB289

#BAB289
(186,178,137)
#AAA27D
(170,162,125)
#9A9271
(154,146,113)
#8A8265
(138,130,101)
#7A7259
(122,114,89)
#6A624D
(106,98,77)
#5A5241
(90,82,65)
#4A4235
(74,66,53)
#3A3229
(58,50,41)
#2A221D
(42,34,29)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BAB289

#BAB289
(186,178,137)
#C0B993
(192,185,147)
#C6C09D
(198,192,157)
#CCC7A7
(204,199,167)
#D2CEB1
(210,206,177)
#D8D5BB
(216,213,187)
#DEDCC5
(222,220,197)
#E4E3CF
(228,227,207)
#EAEAD9
(234,234,217)
#F0F1E3
(240,241,227)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB289; }

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

This text font color is #BAB289.


Background Color

.myBgColor { background-color: #BAB289; }

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

This div background color is #BAB289.


Border color

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

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

This div border color is #BAB289.


Opacity

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

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

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

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

This text has shadow with #BAB289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB289 on black background.


Color preview on white background

This text has color #BAB289 on white background.



Black color preview on #BAB289 background

This text has black color on #BAB289 background.


White color preview on #BAB289 background

This text has white color on #BAB289 background.