COLOR #BA9B42

HEX: #BA9B42
RGB: (186,155,66)

Color info

#BA9B42 contains mainly red and green colors. Web safe color of #BA9B42 is #CC9933 (or #C93).

RGB color model

#BA9B42 color RGB value is (186,155,66).

  • red value is 186;
  • green value is 155;
  • blue value is 66.
RGB:
(186,155,66)
(73%,61%,26%)

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 66 of 255 = 26%

186
155
66

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 66 = 407 (100%)
R 186 of 407 ~ 45.7%
G 155 of 407 ~ 38.08%
B 66 of 407 ~ 16.22%

%45.7
%38.08
%16.22

CMYK color model

#BA9B42 color CMYK value is (0,17,65,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 64.52%
  • key color value is 27.06%
CMYK:
(0,17,65,27)
C0M17Y65K27 
(0%,17%,65%,27%)
(0.00/0.17/0.65/0.27)	

CMYK percentages

%0
%16.67
%64.52
%27.06

Codes

Color #BA9B42 in popluar color models

BA9B42
RGB18615566
HSL45°47.62%49.41%
HSB/HSV45°64.52%72.94%
CMYK0.00%16.67%64.52%
27.06%

Color #BA9B42 in popluar number systems.

HEXBA9B42
Decimal18615566
Binary10111010100110111000010
Octal272233102

Shades and tints

Shades of #BA9B42

#BA9B42
(186,155,66)
#AA8D3C
(170,141,60)
#9A7F36
(154,127,54)
#8A7130
(138,113,48)
#7A632A
(122,99,42)
#6A5524
(106,85,36)
#5A471E
(90,71,30)
#4A3918
(74,57,24)
#3A2B12
(58,43,18)
#2A1D0C
(42,29,12)
#1A0F06
(26,15,6)
#000000
(0,0,0)

Tints of #BA9B42

#BA9B42
(186,155,66)
#C0A453
(192,164,83)
#C6AD64
(198,173,100)
#CCB675
(204,182,117)
#D2BF86
(210,191,134)
#D8C897
(216,200,151)
#DED1A8
(222,209,168)
#E4DAB9
(228,218,185)
#EAE3CA
(234,227,202)
#F0ECDB
(240,236,219)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9B42; }

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

This text font color is #BA9B42.


Background Color

.myBgColor { background-color: #BA9B42; }

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

This div background color is #BA9B42.


Border color

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

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

This div border color is #BA9B42.


Opacity

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

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

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

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

This text has shadow with #BA9B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9B42 on black background.


Color preview on white background

This text has color #BA9B42 on white background.



Black color preview on #BA9B42 background

This text has black color on #BA9B42 background.


White color preview on #BA9B42 background

This text has white color on #BA9B42 background.