COLOR #BA9B36

HEX: #BA9B36
RGB: (186,155,54)

Color info

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

RGB color model

#BA9B36 color RGB value is (186,155,54).

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

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 54 of 255 = 21%

186
155
54

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 54 = 395 (100%)
R 186 of 395 ~ 47.09%
G 155 of 395 ~ 39.24%
B 54 of 395 ~ 13.67%

%47.09
%39.24
%13.67

CMYK color model

#BA9B36 color CMYK value is (0,17,71,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 70.97%
  • key color value is 27.06%
CMYK:
(0,17,71,27)
C0M17Y71K27 
(0%,17%,71%,27%)
(0.00/0.17/0.71/0.27)	

CMYK percentages

%0
%16.67
%70.97
%27.06

Codes

Color #BA9B36 in popluar color models

BA9B36
RGB18615554
HSL46°55.00%47.06%
HSB/HSV46°70.97%72.94%
CMYK0.00%16.67%70.97%
27.06%

Color #BA9B36 in popluar number systems.

HEXBA9B36
Decimal18615554
Binary1011101010011011110110
Octal27223366

Shades and tints

Shades of #BA9B36

#BA9B36
(186,155,54)
#AA8D32
(170,141,50)
#9A7F2E
(154,127,46)
#8A712A
(138,113,42)
#7A6326
(122,99,38)
#6A5522
(106,85,34)
#5A471E
(90,71,30)
#4A391A
(74,57,26)
#3A2B16
(58,43,22)
#2A1D12
(42,29,18)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #BA9B36

#BA9B36
(186,155,54)
#C0A448
(192,164,72)
#C6AD5A
(198,173,90)
#CCB66C
(204,182,108)
#D2BF7E
(210,191,126)
#D8C890
(216,200,144)
#DED1A2
(222,209,162)
#E4DAB4
(228,218,180)
#EAE3C6
(234,227,198)
#F0ECD8
(240,236,216)
#F6F5EA
(246,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9B36; }

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

This text font color is #BA9B36.


Background Color

.myBgColor { background-color: #BA9B36; }

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

This div background color is #BA9B36.


Border color

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

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

This div border color is #BA9B36.


Opacity

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

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

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

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

This text has shadow with #BA9B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9B36 on black background.


Color preview on white background

This text has color #BA9B36 on white background.



Black color preview on #BA9B36 background

This text has black color on #BA9B36 background.


White color preview on #BA9B36 background

This text has white color on #BA9B36 background.