COLOR #BABA72

HEX: #BABA72
RGB: (186,186,114)

Color info

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

RGB color model

#BABA72 color RGB value is (186,186,114).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 114 of 255 = 45%

186
186
114

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 114 = 486 (100%)
R 186 of 486 ~ 38.27%
G 186 of 486 ~ 38.27%
B 114 of 486 ~ 23.46%

%38.27
%38.27
%23.46

CMYK color model

#BABA72 color CMYK value is (0,0,39,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(0,0,39,27)
C0M0Y39K27 
(0%,0%,39%,27%)
(0.00/0.00/0.39/0.27)	

CMYK percentages

%0
%0
%38.71
%27.06

Codes

Color #BABA72 in popluar color models

BABA72
RGB186186114
HSL60°34.29%58.82%
HSB/HSV60°38.71%72.94%
CMYK0.00%0.00%38.71%
27.06%

Color #BABA72 in popluar number systems.

HEXBABA72
Decimal186186114
Binary10111010101110101110010
Octal272272162

Shades and tints

Shades of #BABA72

#BABA72
(186,186,114)
#AAAA68
(170,170,104)
#9A9A5E
(154,154,94)
#8A8A54
(138,138,84)
#7A7A4A
(122,122,74)
#6A6A40
(106,106,64)
#5A5A36
(90,90,54)
#4A4A2C
(74,74,44)
#3A3A22
(58,58,34)
#2A2A18
(42,42,24)
#1A1A0E
(26,26,14)
#000000
(0,0,0)

Tints of #BABA72

#BABA72
(186,186,114)
#C0C07E
(192,192,126)
#C6C68A
(198,198,138)
#CCCC96
(204,204,150)
#D2D2A2
(210,210,162)
#D8D8AE
(216,216,174)
#DEDEBA
(222,222,186)
#E4E4C6
(228,228,198)
#EAEAD2
(234,234,210)
#F0F0DE
(240,240,222)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABA72; }

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

This text font color is #BABA72.


Background Color

.myBgColor { background-color: #BABA72; }

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

This div background color is #BABA72.


Border color

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

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

This div border color is #BABA72.


Opacity

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

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

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

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

This text has shadow with #BABA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABA72 on black background.


Color preview on white background

This text has color #BABA72 on white background.



Black color preview on #BABA72 background

This text has black color on #BABA72 background.


White color preview on #BABA72 background

This text has white color on #BABA72 background.