COLOR #BA9228

HEX: #BA9228
RGB: (186,146,40)

Color info

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

RGB color model

#BA9228 color RGB value is (186,146,40).

  • red value is 186;
  • green value is 146;
  • blue value is 40.
RGB: (186,146,40) (73%,57%,16%)

RGB channels and saturation

R 186 of 255 = 73%
G 146 of 255 = 57%
B 40 of 255 = 16%

186
146
40

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

Portions of RGB colors in percentages

R + G + B =
186 + 146 + 40 = 372 (100%)
R 186 of 372 ~ 50%
G 146 of 372 ~ 39.25%
B 40 of 372 ~ 10.75%

%50
%39.25
%10.75

CMYK color model

#BA9228 color CMYK value is (0,22,78,27).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 78.49%
  • key color value is 27.06%
CMYK: (0,22,78,27) C0M22Y78K27 (0%,22%,78%,27%) (0.00/0.22/0.78/0.27)

CMYK percentages

%0
%21.51
%78.49
%27.06

Codes

Color #BA9228 in popluar color models

BA9228
RGB18614640
HSL44°64.60%44.31%
HSB/HSV44°78.49%72.94%
CMYK0.00%21.51%78.49%
27.06%

Color #BA9228 in popluar number systems.

HEXBA9228
Decimal18614640
Binary1011101010010010101000
Octal27222250

Shades and tints

Shades of #BA9228

#BA9228
(186,146,40)
#AA8525
(170,133,37)
#9A7822
(154,120,34)
#8A6B1F
(138,107,31)
#7A5E1C
(122,94,28)
#6A5119
(106,81,25)
#5A4416
(90,68,22)
#4A3713
(74,55,19)
#3A2A10
(58,42,16)
#2A1D0D
(42,29,13)
#1A100A
(26,16,10)
#000000
(0,0,0)

Tints of #BA9228

#BA9228
(186,146,40)
#C09B3B
(192,155,59)
#C6A44E
(198,164,78)
#CCAD61
(204,173,97)
#D2B674
(210,182,116)
#D8BF87
(216,191,135)
#DEC89A
(222,200,154)
#E4D1AD
(228,209,173)
#EADAC0
(234,218,192)
#F0E3D3
(240,227,211)
#F6ECE6
(246,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9228 color. Also use rgb(186,146,40) instead hex code.

Text Font Color

.myTextColor { color: #BA9228; }

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

This text font color is #BA9228.


Background Color

.myBgColor { background-color: #BA9228; }

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

This div background color is #BA9228.


Border color

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

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

This div border color is #BA9228.


Opacity

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

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

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

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

This text has shadow with #BA9228 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BA9228 on black background.


Color preview on white background

This text has color #BA9228 on white background.



Black color preview on #BA9228 background

This text has black color on #BA9228 background.


White color preview on #BA9228 background

This text has white color on #BA9228 background.