COLOR #BAB280

HEX: #BAB280
RGB: (186,178,128)

Color info

#BAB280 contains red, green and blue colors in about the same proportion. Web safe color of #BAB280 is #CC9966 (or #C96).

RGB color model

#BAB280 color RGB value is (186,178,128).

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

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 128 of 255 = 50%

186
178
128

R + G + B ~ 64%. #BAB280 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 178 + 128 = 492 (100%)
R 186 of 492 ~ 37.8%
G 178 of 492 ~ 36.18%
B 128 of 492 ~ 26.02%

%37.8
%36.18
%26.02

CMYK color model

#BAB280 color CMYK value is (0,4,31,27).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 31.18%
  • key color value is 27.06%
CMYK:
(0,4,31,27)
C0M4Y31K27 
(0%,4%,31%,27%)
(0.00/0.04/0.31/0.27)	

CMYK percentages

%0
%4.3
%31.18
%27.06

Codes

Color #BAB280 in popluar color models

BAB280
RGB186178128
HSL52°29.59%61.57%
HSB/HSV52°31.18%72.94%
CMYK0.00%4.30%31.18%
27.06%

Color #BAB280 in popluar number systems.

HEXBAB280
Decimal186178128
Binary101110101011001010000000
Octal272262200

Shades and tints

Shades of #BAB280

#BAB280
(186,178,128)
#AAA275
(170,162,117)
#9A926A
(154,146,106)
#8A825F
(138,130,95)
#7A7254
(122,114,84)
#6A6249
(106,98,73)
#5A523E
(90,82,62)
#4A4233
(74,66,51)
#3A3228
(58,50,40)
#2A221D
(42,34,29)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #BAB280

#BAB280
(186,178,128)
#C0B98B
(192,185,139)
#C6C096
(198,192,150)
#CCC7A1
(204,199,161)
#D2CEAC
(210,206,172)
#D8D5B7
(216,213,183)
#DEDCC2
(222,220,194)
#E4E3CD
(228,227,205)
#EAEAD8
(234,234,216)
#F0F1E3
(240,241,227)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB280; }

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

This text font color is #BAB280.


Background Color

.myBgColor { background-color: #BAB280; }

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

This div background color is #BAB280.


Border color

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

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

This div border color is #BAB280.


Opacity

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

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

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

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

This text has shadow with #BAB280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB280 on black background.


Color preview on white background

This text has color #BAB280 on white background.



Black color preview on #BAB280 background

This text has black color on #BAB280 background.


White color preview on #BAB280 background

This text has white color on #BAB280 background.