COLOR #BA9638

HEX: #BA9638
RGB: (186,150,56)

Color info

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

RGB color model

#BA9638 color RGB value is (186,150,56).

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

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 56 of 255 = 22%

186
150
56

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

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 56 = 392 (100%)
R 186 of 392 ~ 47.45%
G 150 of 392 ~ 38.27%
B 56 of 392 ~ 14.29%

%47.45
%38.27
%14.29

CMYK color model

#BA9638 color CMYK value is (0,19,70,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 69.89%
  • key color value is 27.06%
CMYK:
(0,19,70,27)
C0M19Y70K27 
(0%,19%,70%,27%)
(0.00/0.19/0.70/0.27)	

CMYK percentages

%0
%19.35
%69.89
%27.06

Codes

Color #BA9638 in popluar color models

BA9638
RGB18615056
HSL43°53.72%47.45%
HSB/HSV43°69.89%72.94%
CMYK0.00%19.35%69.89%
27.06%

Color #BA9638 in popluar number systems.

HEXBA9638
Decimal18615056
Binary1011101010010110111000
Octal27222670

Shades and tints

Shades of #BA9638

#BA9638
(186,150,56)
#AA8933
(170,137,51)
#9A7C2E
(154,124,46)
#8A6F29
(138,111,41)
#7A6224
(122,98,36)
#6A551F
(106,85,31)
#5A481A
(90,72,26)
#4A3B15
(74,59,21)
#3A2E10
(58,46,16)
#2A210B
(42,33,11)
#1A1406
(26,20,6)
#000000
(0,0,0)

Tints of #BA9638

#BA9638
(186,150,56)
#C09F4A
(192,159,74)
#C6A85C
(198,168,92)
#CCB16E
(204,177,110)
#D2BA80
(210,186,128)
#D8C392
(216,195,146)
#DECCA4
(222,204,164)
#E4D5B6
(228,213,182)
#EADEC8
(234,222,200)
#F0E7DA
(240,231,218)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9638; }

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

This text font color is #BA9638.


Background Color

.myBgColor { background-color: #BA9638; }

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

This div background color is #BA9638.


Border color

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

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

This div border color is #BA9638.


Opacity

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

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

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

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

This text has shadow with #BA9638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9638 on black background.


Color preview on white background

This text has color #BA9638 on white background.



Black color preview on #BA9638 background

This text has black color on #BA9638 background.


White color preview on #BA9638 background

This text has white color on #BA9638 background.