COLOR #BAB488

HEX: #BAB488
RGB: (186,180,136)

Color info

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

RGB color model

#BAB488 color RGB value is (186,180,136).

  • red value is 186;
  • green value is 180;
  • blue value is 136.
RGB:
(186,180,136)
(73%,71%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 136 of 255 = 53%

186
180
136

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 136 = 502 (100%)
R 186 of 502 ~ 37.05%
G 180 of 502 ~ 35.86%
B 136 of 502 ~ 27.09%

%37.05
%35.86
%27.09

CMYK color model

#BAB488 color CMYK value is (0,3,27,27).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(0,3,27,27)
C0M3Y27K27 
(0%,3%,27%,27%)
(0.00/0.03/0.27/0.27)	

CMYK percentages

%0
%3.23
%26.88
%27.06

Codes

Color #BAB488 in popluar color models

BAB488
RGB186180136
HSL53°26.60%63.14%
HSB/HSV53°26.88%72.94%
CMYK0.00%3.23%26.88%
27.06%

Color #BAB488 in popluar number systems.

HEXBAB488
Decimal186180136
Binary101110101011010010001000
Octal272264210

Shades and tints

Shades of #BAB488

#BAB488
(186,180,136)
#AAA47C
(170,164,124)
#9A9470
(154,148,112)
#8A8464
(138,132,100)
#7A7458
(122,116,88)
#6A644C
(106,100,76)
#5A5440
(90,84,64)
#4A4434
(74,68,52)
#3A3428
(58,52,40)
#2A241C
(42,36,28)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BAB488

#BAB488
(186,180,136)
#C0BA92
(192,186,146)
#C6C09C
(198,192,156)
#CCC6A6
(204,198,166)
#D2CCB0
(210,204,176)
#D8D2BA
(216,210,186)
#DED8C4
(222,216,196)
#E4DECE
(228,222,206)
#EAE4D8
(234,228,216)
#F0EAE2
(240,234,226)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB488 color. Also use rgb(186,180,136) instead hex code.

Text Font Color

.myTextColor { color: #BAB488; }

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

This text font color is #BAB488.


Background Color

.myBgColor { background-color: #BAB488; }

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

This div background color is #BAB488.


Border color

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

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

This div border color is #BAB488.


Opacity

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

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

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

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

This text has shadow with #BAB488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB488 on black background.


Color preview on white background

This text has color #BAB488 on white background.



Black color preview on #BAB488 background

This text has black color on #BAB488 background.


White color preview on #BAB488 background

This text has white color on #BAB488 background.