COLOR #BAB774

HEX: #BAB774
RGB: (186,183,116)

Color info

#BAB774 contains mainly red and green colors. Web safe color of #BAB774 is #CCCC66 (or #CC6).

RGB color model

#BAB774 color RGB value is (186,183,116).

  • red value is 186;
  • green value is 183;
  • blue value is 116.
RGB:
(186,183,116)
(73%,72%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 116 of 255 = 45%

186
183
116

R + G + B ~ 63%. #BAB774 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 183 + 116 = 485 (100%)
R 186 of 485 ~ 38.35%
G 183 of 485 ~ 37.73%
B 116 of 485 ~ 23.92%

%38.35
%37.73
%23.92

CMYK color model

#BAB774 color CMYK value is (0,2,38,27).

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK:
(0,2,38,27)
C0M2Y38K27 
(0%,2%,38%,27%)
(0.00/0.02/0.38/0.27)	

CMYK percentages

%0
%1.61
%37.63
%27.06

Codes

Color #BAB774 in popluar color models

BAB774
RGB186183116
HSL57°33.65%59.22%
HSB/HSV57°37.63%72.94%
CMYK0.00%1.61%37.63%
27.06%

Color #BAB774 in popluar number systems.

HEXBAB774
Decimal186183116
Binary10111010101101111110100
Octal272267164

Shades and tints

Shades of #BAB774

#BAB774
(186,183,116)
#AAA76A
(170,167,106)
#9A9760
(154,151,96)
#8A8756
(138,135,86)
#7A774C
(122,119,76)
#6A6742
(106,103,66)
#5A5738
(90,87,56)
#4A472E
(74,71,46)
#3A3724
(58,55,36)
#2A271A
(42,39,26)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #BAB774

#BAB774
(186,183,116)
#C0BD80
(192,189,128)
#C6C38C
(198,195,140)
#CCC998
(204,201,152)
#D2CFA4
(210,207,164)
#D8D5B0
(216,213,176)
#DEDBBC
(222,219,188)
#E4E1C8
(228,225,200)
#EAE7D4
(234,231,212)
#F0EDE0
(240,237,224)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB774 color. Also use rgb(186,183,116) instead hex code.

Text Font Color

.myTextColor { color: #BAB774; }

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

This text font color is #BAB774.


Background Color

.myBgColor { background-color: #BAB774; }

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

This div background color is #BAB774.


Border color

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

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

This div border color is #BAB774.


Opacity

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

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

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

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

This text has shadow with #BAB774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB774 on black background.


Color preview on white background

This text has color #BAB774 on white background.



Black color preview on #BAB774 background

This text has black color on #BAB774 background.


White color preview on #BAB774 background

This text has white color on #BAB774 background.