COLOR #BAB773

HEX: #BAB773 RGB: (186,183,115)

Color info

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

RGB color model

#BAB773 color RGB value is (186,183,115).

RGB: (186,183,115) (73%, 72%, 45%)

RGB channels and saturation

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

186
183
115

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

Portions of RGB colors in percentages

R + G + B = 186 + 183 + 115 = 484 (100%)
R 186 of 484 ~ 38.43%
G 183 of 484 ~ 37.81%
B 115 of 484 ~ 23.76'%

%38.43
%37.81
%23.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 38.17%
  • 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
%38.17
%27.06

Codes

Color #BAB773 in popluar color models

BA B7 73
RGB 186 183 115
HSL 57° 33.97% 59.02%
HSB/HSV 57° 38.17% 72.94%
CMYK 0.00% 1.61% 38.17%
27.06%

Color #BAB773 in popluar number systems.

HEX BA B7 73
Decimal 186 183 115
Binary 10111010 10110111 1110011
Octal 272 267 163

Shades and tints

Shades of #BAB773

#BAB773
(186,183,115)
#AAA769
(170,167,105)
#9A975F
(154,151,95)
#8A8755
(138,135,85)
#7A774B
(122,119,75)
#6A6741
(106,103,65)
#5A5737
(90,87,55)
#4A472D
(74,71,45)
#3A3723
(58,55,35)
#2A2719
(42,39,25)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #BAB773

#BAB773
(186,183,115)
#C0BD7F
(192,189,127)
#C6C38B
(198,195,139)
#CCC997
(204,201,151)
#D2CFA3
(210,207,163)
#D8D5AF
(216,213,175)
#DEDBBB
(222,219,187)
#E4E1C7
(228,225,199)
#EAE7D3
(234,231,211)
#F0EDDF
(240,237,223)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB773; }

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

This text font color is #BAB773.

Background Color

.myBgColor { background-color: #BAB773; }

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

This div background color is #BAB773.

Border color

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

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

This div border color is #BAB773.

Opacity

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

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

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

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

This text has shadow with #BAB773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB773.

Preview

Color preview on black background

This text has color #BAB773 on black background.


Color preview on white background

This text has color #BAB773 on white background.


Black color preview on #BAB773 background

This text has black color on #BAB773 background.


White color preview on #BAB773 background

This text has white color on #BAB773 background.


Related colors

Complementary color

Complementary color for #hex is #45488C.


I love getcolorcode.com

Triadic colors

1 #73BAB7 and #B773BA with #BAB773 are triadic colors.

2 #73B7BA and #B7BA73 with #BAB773 are triadic colors.