COLOR #BA9627

HEX: #BA9627
RGB: (186,150,39)

Color info

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

RGB color model

#BA9627 color RGB value is (186,150,39).

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

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 39 of 255 = 15%

186
150
39

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

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 39 = 375 (100%)
R 186 of 375 ~ 49.6%
G 150 of 375 ~ 40%
B 39 of 375 ~ 10.4%

%49.6
%40
%10.4

CMYK color model

#BA9627 color CMYK value is (0,19,79,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 79.03%
  • key color value is 27.06%
CMYK:
(0,19,79,27)
C0M19Y79K27 
(0%,19%,79%,27%)
(0.00/0.19/0.79/0.27)	

CMYK percentages

%0
%19.35
%79.03
%27.06

Codes

Color #BA9627 in popluar color models

BA9627
RGB18615039
HSL45°65.33%44.12%
HSB/HSV45°79.03%72.94%
CMYK0.00%19.35%79.03%
27.06%

Color #BA9627 in popluar number systems.

HEXBA9627
Decimal18615039
Binary1011101010010110100111
Octal27222647

Shades and tints

Shades of #BA9627

#BA9627
(186,150,39)
#AA8924
(170,137,36)
#9A7C21
(154,124,33)
#8A6F1E
(138,111,30)
#7A621B
(122,98,27)
#6A5518
(106,85,24)
#5A4815
(90,72,21)
#4A3B12
(74,59,18)
#3A2E0F
(58,46,15)
#2A210C
(42,33,12)
#1A1409
(26,20,9)
#000000
(0,0,0)

Tints of #BA9627

#BA9627
(186,150,39)
#C09F3A
(192,159,58)
#C6A84D
(198,168,77)
#CCB160
(204,177,96)
#D2BA73
(210,186,115)
#D8C386
(216,195,134)
#DECC99
(222,204,153)
#E4D5AC
(228,213,172)
#EADEBF
(234,222,191)
#F0E7D2
(240,231,210)
#F6F0E5
(246,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9627; }

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

This text font color is #BA9627.


Background Color

.myBgColor { background-color: #BA9627; }

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

This div background color is #BA9627.


Border color

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

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

This div border color is #BA9627.


Opacity

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

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

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

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

This text has shadow with #BA9627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9627 on black background.


Color preview on white background

This text has color #BA9627 on white background.



Black color preview on #BA9627 background

This text has black color on #BA9627 background.


White color preview on #BA9627 background

This text has white color on #BA9627 background.