COLOR #BA9748

HEX: #BA9748
RGB: (186,151,72)

Color info

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

RGB color model

#BA9748 color RGB value is (186,151,72).

  • red value is 186;
  • green value is 151;
  • blue value is 72.
RGB:
(186,151,72)
(73%,59%,28%)

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 72 of 255 = 28%

186
151
72

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

Portions of RGB colors in percentages

R + G + B =
186 + 151 + 72 = 409 (100%)
R 186 of 409 ~ 45.48%
G 151 of 409 ~ 36.92%
B 72 of 409 ~ 17.6%

%45.48
%36.92
%17.6

CMYK color model

#BA9748 color CMYK value is (0,19,61,27).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 61.29%
  • key color value is 27.06%
CMYK:
(0,19,61,27)
C0M19Y61K27 
(0%,19%,61%,27%)
(0.00/0.19/0.61/0.27)	

CMYK percentages

%0
%18.82
%61.29
%27.06

Codes

Color #BA9748 in popluar color models

BA9748
RGB18615172
HSL42°45.24%50.59%
HSB/HSV42°61.29%72.94%
CMYK0.00%18.82%61.29%
27.06%

Color #BA9748 in popluar number systems.

HEXBA9748
Decimal18615172
Binary10111010100101111001000
Octal272227110

Shades and tints

Shades of #BA9748

#BA9748
(186,151,72)
#AA8A42
(170,138,66)
#9A7D3C
(154,125,60)
#8A7036
(138,112,54)
#7A6330
(122,99,48)
#6A562A
(106,86,42)
#5A4924
(90,73,36)
#4A3C1E
(74,60,30)
#3A2F18
(58,47,24)
#2A2212
(42,34,18)
#1A150C
(26,21,12)
#000000
(0,0,0)

Tints of #BA9748

#BA9748
(186,151,72)
#C0A058
(192,160,88)
#C6A968
(198,169,104)
#CCB278
(204,178,120)
#D2BB88
(210,187,136)
#D8C498
(216,196,152)
#DECDA8
(222,205,168)
#E4D6B8
(228,214,184)
#EADFC8
(234,223,200)
#F0E8D8
(240,232,216)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9748 color. Also use rgb(186,151,72) instead hex code.

Text Font Color

.myTextColor { color: #BA9748; }

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

This text font color is #BA9748.


Background Color

.myBgColor { background-color: #BA9748; }

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

This div background color is #BA9748.


Border color

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

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

This div border color is #BA9748.


Opacity

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

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

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

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

This text has shadow with #BA9748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9748 on black background.


Color preview on white background

This text has color #BA9748 on white background.



Black color preview on #BA9748 background

This text has black color on #BA9748 background.


White color preview on #BA9748 background

This text has white color on #BA9748 background.