COLOR #BA964B

HEX: #BA964B
RGB: (186,150,75)

Color info

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

RGB color model

#BA964B color RGB value is (186,150,75).

  • red value is 186;
  • green value is 150;
  • blue value is 75.
RGB:
(186,150,75)
(73%,59%,29%)

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 75 of 255 = 29%

186
150
75

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

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 75 = 411 (100%)
R 186 of 411 ~ 45.26%
G 150 of 411 ~ 36.5%
B 75 of 411 ~ 18.25%

%45.26
%36.5
%18.25

CMYK color model

#BA964B color CMYK value is (0,19,60,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(0,19,60,27)
C0M19Y60K27 
(0%,19%,60%,27%)
(0.00/0.19/0.60/0.27)	

CMYK percentages

%0
%19.35
%59.68
%27.06

Codes

Color #BA964B in popluar color models

BA964B
RGB18615075
HSL41°44.58%51.18%
HSB/HSV41°59.68%72.94%
CMYK0.00%19.35%59.68%
27.06%

Color #BA964B in popluar number systems.

HEXBA964B
Decimal18615075
Binary10111010100101101001011
Octal272226113

Shades and tints

Shades of #BA964B

#BA964B
(186,150,75)
#AA8945
(170,137,69)
#9A7C3F
(154,124,63)
#8A6F39
(138,111,57)
#7A6233
(122,98,51)
#6A552D
(106,85,45)
#5A4827
(90,72,39)
#4A3B21
(74,59,33)
#3A2E1B
(58,46,27)
#2A2115
(42,33,21)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #BA964B

#BA964B
(186,150,75)
#C09F5B
(192,159,91)
#C6A86B
(198,168,107)
#CCB17B
(204,177,123)
#D2BA8B
(210,186,139)
#D8C39B
(216,195,155)
#DECCAB
(222,204,171)
#E4D5BB
(228,213,187)
#EADECB
(234,222,203)
#F0E7DB
(240,231,219)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA964B color. Also use rgb(186,150,75) instead hex code.

Text Font Color

.myTextColor { color: #BA964B; }

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

This text font color is #BA964B.


Background Color

.myBgColor { background-color: #BA964B; }

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

This div background color is #BA964B.


Border color

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

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

This div border color is #BA964B.


Opacity

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

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

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

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

This text has shadow with #BA964B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA964B on black background.


Color preview on white background

This text has color #BA964B on white background.



Black color preview on #BA964B background

This text has black color on #BA964B background.


White color preview on #BA964B background

This text has white color on #BA964B background.