COLOR #BA9B4C

HEX: #BA9B4C
RGB: (186,155,76)

Color info

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

RGB color model

#BA9B4C color RGB value is (186,155,76).

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

RGB channels and saturation

R 186 of 255 = 73%
G 155 of 255 = 61%
B 76 of 255 = 30%

186
155
76

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

Portions of RGB colors in percentages

R + G + B =
186 + 155 + 76 = 417 (100%)
R 186 of 417 ~ 44.6%
G 155 of 417 ~ 37.17%
B 76 of 417 ~ 18.23%

%44.6
%37.17
%18.23

CMYK color model

#BA9B4C color CMYK value is (0,17,59,27).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 59.14%
  • key color value is 27.06%
CMYK:
(0,17,59,27)
C0M17Y59K27 
(0%,17%,59%,27%)
(0.00/0.17/0.59/0.27)	

CMYK percentages

%0
%16.67
%59.14
%27.06

Codes

Color #BA9B4C in popluar color models

BA9B4C
RGB18615576
HSL43°44.35%51.37%
HSB/HSV43°59.14%72.94%
CMYK0.00%16.67%59.14%
27.06%

Color #BA9B4C in popluar number systems.

HEXBA9B4C
Decimal18615576
Binary10111010100110111001100
Octal272233114

Shades and tints

Shades of #BA9B4C

#BA9B4C
(186,155,76)
#AA8D46
(170,141,70)
#9A7F40
(154,127,64)
#8A713A
(138,113,58)
#7A6334
(122,99,52)
#6A552E
(106,85,46)
#5A4728
(90,71,40)
#4A3922
(74,57,34)
#3A2B1C
(58,43,28)
#2A1D16
(42,29,22)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #BA9B4C

#BA9B4C
(186,155,76)
#C0A45C
(192,164,92)
#C6AD6C
(198,173,108)
#CCB67C
(204,182,124)
#D2BF8C
(210,191,140)
#D8C89C
(216,200,156)
#DED1AC
(222,209,172)
#E4DABC
(228,218,188)
#EAE3CC
(234,227,204)
#F0ECDC
(240,236,220)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9B4C; }

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

This text font color is #BA9B4C.


Background Color

.myBgColor { background-color: #BA9B4C; }

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

This div background color is #BA9B4C.


Border color

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

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

This div border color is #BA9B4C.


Opacity

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

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

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

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

This text has shadow with #BA9B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9B4C on black background.


Color preview on white background

This text has color #BA9B4C on white background.



Black color preview on #BA9B4C background

This text has black color on #BA9B4C background.


White color preview on #BA9B4C background

This text has white color on #BA9B4C background.