COLOR #BAB746

HEX: #BAB746 RGB: (186,183,70)

Color info

#BAB746 contains mainly red and green colors. Web safe color of #BAB746 is #CCCC33 (or #CC3).

RGB color model

#BAB746 color RGB value is (186,183,70).

RGB: (186,183,70) (73%, 72%, 27%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 70 of 255 = 27%

186
183
70

R + G + B ~ 57%. #BAB746 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 186 + 183 + 70 = 439 (100%)
R 186 of 439 ~ 42.37%
G 183 of 439 ~ 41.69%
B 70 of 439 ~ 15.95'%

%42.37
%41.69
%15.95

CMYK color model

#BAB746 color CMYK value is (0,2,62,27).

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 62.37%
  • key color value is 27.06%

CMYK: (0,2,62,27)
C0M2Y62K27 (0%, 2%, 62%, 27%)
(0.00 / 0.02 / 0.62 / 0.27)

CMYK percentages

%0
%1.61
%62.37
%27.06

Codes

Color #BAB746 in popluar color models

BA B7 46
RGB 186 183 70
HSL 58° 45.67% 50.20%
HSB/HSV 58° 62.37% 72.94%
CMYK 0.00% 1.61% 62.37%
27.06%

Color #BAB746 in popluar number systems.

HEX BA B7 46
Decimal 186 183 70
Binary 10111010 10110111 1000110
Octal 272 267 106

Shades and tints

Shades of #BAB746

#BAB746
(186,183,70)
#AAA740
(170,167,64)
#9A973A
(154,151,58)
#8A8734
(138,135,52)
#7A772E
(122,119,46)
#6A6728
(106,103,40)
#5A5722
(90,87,34)
#4A471C
(74,71,28)
#3A3716
(58,55,22)
#2A2710
(42,39,16)
#1A170A
(26,23,10)
#000000
(0,0,0)

Tints of #BAB746

#BAB746
(186,183,70)
#C0BD56
(192,189,86)
#C6C366
(198,195,102)
#CCC976
(204,201,118)
#D2CF86
(210,207,134)
#D8D596
(216,213,150)
#DEDBA6
(222,219,166)
#E4E1B6
(228,225,182)
#EAE7C6
(234,231,198)
#F0EDD6
(240,237,214)
#F6F3E6
(246,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB746; }

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

This text font color is #BAB746.

Background Color

.myBgColor { background-color: #BAB746; }

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

This div background color is #BAB746.

Border color

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

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

This div border color is #BAB746.

Opacity

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

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

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

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

This text has shadow with #BAB746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB746.

Preview

Color preview on black background

This text has color #BAB746 on black background.


Color preview on white background

This text has color #BAB746 on white background.


Black color preview on #BAB746 background

This text has black color on #BAB746 background.


White color preview on #BAB746 background

This text has white color on #BAB746 background.


Related colors

Complementary color

Complementary color for #hex is #4548B9.


I love getcolorcode.com

Triadic colors

1 #46BAB7 and #B746BA with #BAB746 are triadic colors.

2 #46B7BA and #B7BA46 with #BAB746 are triadic colors.